summaryrefslogtreecommitdiffstats
path: root/backends/hostmem-ram.c
diff options
context:
space:
mode:
authorIgor Mammedov2020-02-19 17:08:37 +0100
committerPatchew Importer2020-02-19 17:49:53 +0100
commit900c0ba373aada4c13d47d95330aa72ec4067ba5 (patch)
tree33a2a784e058d805440f8e2c8f7dac7ba6f4a1a5 /backends/hostmem-ram.c
parentmachine: introduce memory-backend property (diff)
downloadqemu-900c0ba373aada4c13d47d95330aa72ec4067ba5.tar.gz
qemu-900c0ba373aada4c13d47d95330aa72ec4067ba5.tar.xz
qemu-900c0ba373aada4c13d47d95330aa72ec4067ba5.zip
machine: alias -mem-path and -mem-prealloc into memory-foo backend
Allow machine to opt in for hostmem backend based initial RAM even if user uses old -mem-path/prealloc options by providing MachineClass::default_ram_id Follow up patches will incrementally convert machines to new API, by dropping memory_region_allocate_system_memory() and setting default_ram_id that board used to use before conversion to keep migration stream the same. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20200219160953.13771-4-imammedo@redhat.com>
Diffstat (limited to 'backends/hostmem-ram.c')
-rw-r--r--backends/hostmem-ram.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/hostmem-ram.c b/backends/hostmem-ram.c
index 6aab8d3a73..5cc53e76c9 100644
--- a/backends/hostmem-ram.c
+++ b/backends/hostmem-ram.c
@@ -16,8 +16,6 @@
#include "qemu/module.h"
#include "qom/object_interfaces.h"
-#define TYPE_MEMORY_BACKEND_RAM "memory-backend-ram"
-
static void
ram_backend_memory_alloc(HostMemoryBackend *backend, Error **errp)
{