]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/puv3.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / puv3.c
index 7814bc50512eb39d0d5f22a800c4c6829935c933..f9d0c2bab191663e95fb2d4d7d52f4e37b8fc85d 100644 (file)
--- a/hw/puv3.c
+++ b/hw/puv3.c
 #include "ui/console.h"
 #include "elf.h"
 #include "exec/address-spaces.h"
-#include "sysbus.h"
-#include "boards.h"
-#include "loader.h"
-#include "pc.h"
+#include "hw/sysbus.h"
+#include "hw/boards.h"
+#include "hw/loader.h"
+#include "hw/pc.h"
 
 #undef DEBUG_PUV3
-#include "puv3.h"
+#include "hw/puv3.h"
 
 #define KERNEL_LOAD_ADDR        0x03000000
 #define KERNEL_MAX_SIZE         0x00800000 /* Just a guess */
@@ -124,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)