]> git.proxmox.com Git - qemu.git/blobdiff - hw/shix.c
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / hw / shix.c
index eeee6bbc43457d8d44f29f9b3c7d9e8df294b0d1..638bf16e349ff4b1d8866d860480e08909dbc4fb 100644 (file)
--- a/hw/shix.c
+++ b/hw/shix.c
@@ -32,6 +32,7 @@
 #include "sh.h"
 #include "sysemu.h"
 #include "boards.h"
+#include "loader.h"
 
 #define BIOS_FILENAME "shix_bios.bin"
 #define BIOS_ADDRESS 0xA0000000
@@ -92,6 +93,7 @@ static QEMUMachine shix_machine = {
     .name = "shix",
     .desc = "shix card",
     .init = shix_init,
+    .is_default = 1,
 };
 
 static void shix_machine_init(void)