]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/dummy_m68k.c
Merge remote-tracking branch 'qmp/for-anthony' into staging
[mirror_qemu.git] / hw / dummy_m68k.c
index 9c9e6ff00938333483c153a6ba700cf786a5b043..cec1cc8e8219489e03a5890b29ce13e1d06fa921 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include "hw.h"
-#include "sysemu.h"
 #include "boards.h"
 #include "loader.h"
 #include "elf.h"
@@ -39,7 +38,7 @@ static void dummy_m68k_init(ram_addr_t ram_size,
 
     /* RAM at address zero */
     cpu_register_physical_memory(0, ram_size,
-        qemu_ram_alloc(ram_size) | IO_MEM_RAM);
+        qemu_ram_alloc(NULL, "dummy_m68k.ram", ram_size) | IO_MEM_RAM);
 
     /* Load kernel.  */
     if (kernel_filename) {