The default RAM size is 0, so no RAM will be created anyway. Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- hw/core/null-machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/core/null-machine.c b/hw/core/null-machine.c index 7e693523d7..c40badf5bc 100644 --- a/hw/core/null-machine.c +++ b/hw/core/null-machine.c @@ -49,7 +49,7 @@ static void machine_none_machine_init(MachineClass *mc) mc->init = machine_none_init; mc->max_cpus = 1; mc->default_ram_size = 0; - mc->default_ram_id = "ram"; + mc->default_ram_id = NULL; mc->no_serial = 1; mc->no_parallel = 1; mc->no_floppy = 1; -- 2.26.2