]> Git Repo - qemu.git/blobdiff - hw/i386/pc_q35.c
x86: move SMM property to X86MachineState
[qemu.git] / hw / i386 / pc_q35.c
index 7398d7baa27ded2241e97d3274a372c29771fadc..52f45735e4ffe44bfc1f07d0f2a76cc8bd7ebb01 100644 (file)
@@ -276,7 +276,7 @@ static void pc_q35_init(MachineState *machine)
                          0xff0104);
 
     /* connect pm stuff to lpc */
-    ich9_lpc_pm_init(lpc, pc_machine_is_smm_enabled(pcms));
+    ich9_lpc_pm_init(lpc, x86_machine_is_smm_enabled(x86ms));
 
     if (pcms->sata_enabled) {
         /* ahci and SATA device, for q35 1 ahci controller is built-in */
This page took 0.024204 seconds and 4 git commands to generate.