]> Git Repo - qemu.git/blobdiff - hw/puv3.c
chardev: add qmp hotplug commands, with null chardev support
[qemu.git] / hw / puv3.c
index 3d7734936b87ce9cbbfe61a75e9f6ced01dfba80..c722510d7e78794ab8a37337469652b6c4c897bc 100644 (file)
--- a/hw/puv3.c
+++ b/hw/puv3.c
@@ -8,9 +8,11 @@
  * published by the Free Software Foundation, or any later version.
  * See the COPYING file in the top-level directory.
  */
-#include "console.h"
+
+#include "qemu-common.h"
+#include "ui/console.h"
 #include "elf.h"
-#include "exec-memory.h"
+#include "exec/address-spaces.h"
 #include "sysbus.h"
 #include "boards.h"
 #include "loader.h"
@@ -122,6 +124,7 @@ static QEMUMachine puv3_machine = {
     .desc = "PKUnity Version-3 based on UniCore32",
     .init = puv3_init,
     .is_default = 1,
+    DEFAULT_MACHINE_OPTIONS,
 };
 
 static void puv3_machine_init(void)
This page took 0.024517 seconds and 4 git commands to generate.