summary refs log tree commit diff stats
path: root/hw/null-machine.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/null-machine.c')
-rw-r--r--hw/null-machine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/null-machine.c b/hw/null-machine.c
index d813c089e7..bdf109fef1 100644
--- a/hw/null-machine.c
+++ b/hw/null-machine.c
@@ -24,6 +24,7 @@ static QEMUMachine machine_none = {
     .desc = "empty machine",
     .init = machine_none_init,
     .max_cpus = 0,
+    DEFAULT_MACHINE_OPTIONS,
 };
 
 static void register_machines(void)