hostmem-ram.c (2b31cd4e081389ec1688f58af27f9759bf221c1d) | hostmem-ram.c (9c058332f36bc84db57f3d54566228799c5e9605) |
---|---|
1/* 2 * QEMU Host Memory Backend 3 * 4 * Copyright (C) 2013-2014 Red Hat Inc 5 * 6 * Authors: 7 * Igor Mammedov <imammedo@redhat.com> 8 * 9 * This work is licensed under the terms of the GNU GPL, version 2 or later. 10 * See the COPYING file in the top-level directory. 11 */ | 1/* 2 * QEMU Host Memory Backend 3 * 4 * Copyright (C) 2013-2014 Red Hat Inc 5 * 6 * Authors: 7 * Igor Mammedov <imammedo@redhat.com> 8 * 9 * This work is licensed under the terms of the GNU GPL, version 2 or later. 10 * See the COPYING file in the top-level directory. 11 */ |
12#include "qemu/osdep.h" |
|
12#include "sysemu/hostmem.h" 13#include "qom/object_interfaces.h" 14 15#define TYPE_MEMORY_BACKEND_RAM "memory-backend-ram" 16 17 18static void 19ram_backend_memory_alloc(HostMemoryBackend *backend, Error **errp) --- 34 unchanged lines hidden --- | 13#include "sysemu/hostmem.h" 14#include "qom/object_interfaces.h" 15 16#define TYPE_MEMORY_BACKEND_RAM "memory-backend-ram" 17 18 19static void 20ram_backend_memory_alloc(HostMemoryBackend *backend, Error **errp) --- 34 unchanged lines hidden --- |