]> Git Repo - qemu.git/blobdiff - hw/mips/malta.c
hw/misc/empty_slot: Name the slots when created
[qemu.git] / hw / mips / malta.c
index c973c76b2a5aaa66bab39ca1cdd3b1ea033b849a..62063b2305f1111e6c1ad82c63dc375b479bb6bf 100644 (file)
@@ -1241,7 +1241,7 @@ void mips_malta_init(MachineState *machine)
      * exception when accessing invalid memory. Create an empty slot to
      * emulate this feature.
      */
-    empty_slot_init(0, 0x20000000);
+    empty_slot_init("GT64120", 0, 0x20000000);
 
     qdev_init_nofail(dev);
 
This page took 0.025359 seconds and 4 git commands to generate.