summary refs log tree commit diff stats
path: root/hw/boards.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/boards.h')
-rw-r--r--hw/boards.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h
index 6aa155db98..119c2f60cd 100644
--- a/hw/boards.h
+++ b/hw/boards.h
@@ -17,6 +17,7 @@ typedef struct QEMUMachine {
 #define RAMSIZE_FIXED	(1 << 0)
     ram_addr_t ram_require;
     int nodisk_ok;
+    int use_scsi;
     struct QEMUMachine *next;
 } QEMUMachine;