]> Git Repo - qemu.git/blobdiff - hw/petalogix_s3adsp1800_mmu.c
chardev: add qmp hotplug commands, with null chardev support
[qemu.git] / hw / petalogix_s3adsp1800_mmu.c
index 37b0d5595a852ca57975095133c25620c731520e..8605fb8c003b1836273e46ce0a4c0b85082e890a 100644 (file)
 #include "hw.h"
 #include "net/net.h"
 #include "flash.h"
-#include "sysemu.h"
+#include "sysemu/sysemu.h"
 #include "devices.h"
 #include "boards.h"
 #include "xilinx.h"
-#include "blockdev.h"
-#include "exec-memory.h"
+#include "sysemu/blockdev.h"
+#include "exec/address-spaces.h"
 
 #include "microblaze_boot.h"
 #include "microblaze_pic_cpu.h"
@@ -115,7 +115,8 @@ static QEMUMachine petalogix_s3adsp1800_machine = {
     .name = "petalogix-s3adsp1800",
     .desc = "PetaLogix linux refdesign for xilinx Spartan 3ADSP1800",
     .init = petalogix_s3adsp1800_init,
-    .is_default = 1
+    .is_default = 1,
+    DEFAULT_MACHINE_OPTIONS,
 };
 
 static void petalogix_s3adsp1800_machine_init(void)
This page took 0.025627 seconds and 4 git commands to generate.