summary refs log tree commit diff stats
path: root/hw/pc_q35.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pc_q35.c')
-rw-r--r--hw/pc_q35.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pc_q35.c b/hw/pc_q35.c
index 52d997613f..d82353e84f 100644
--- a/hw/pc_q35.c
+++ b/hw/pc_q35.c
@@ -214,6 +214,7 @@ static QEMUMachine pc_q35_machine = {
     .desc = "Standard PC (Q35 + ICH9, 2009)",
     .init = pc_q35_init,
     .max_cpus = 255,
+    DEFAULT_MACHINE_OPTIONS,
 };
 
 static void pc_q35_machine_init(void)