]> Git Repo - qemu.git/blobdiff - hw/boards.h
virtio-blk-s390: switch to the new API.
[qemu.git] / hw / boards.h
index c66fa16a9da3f5db92c17fd584043ad72de87b26..425bdc74a810dd7bdc88b7fd3b5505577f47bb78 100644 (file)
@@ -3,8 +3,11 @@
 #ifndef HW_BOARDS_H
 #define HW_BOARDS_H
 
-#include "blockdev.h"
-#include "qdev.h"
+#include "sysemu/blockdev.h"
+#include "hw/qdev.h"
+
+#define DEFAULT_MACHINE_OPTIONS \
+    .boot_order = "cad"
 
 typedef struct QEMUMachineInitArgs {
     ram_addr_t ram_size;
@@ -30,11 +33,13 @@ typedef struct QEMUMachine {
     unsigned int no_serial:1,
         no_parallel:1,
         use_virtcon:1,
+        use_sclp:1,
         no_floppy:1,
         no_cdrom:1,
         no_sdcard:1;
     int is_default;
     const char *default_machine_opts;
+    const char *boot_order;
     GlobalProperty *compat_props;
     struct QEMUMachine *next;
     const char *hw_version;
This page took 0.023299 seconds and 4 git commands to generate.