]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/i386/pc_piix.c
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[thirdparty/qemu.git] / hw / i386 / pc_piix.c
index 0f99fdc3cca1eadf0d02683b5890fb1e36a85266..8167b122f0d4a4c5753ee54460471c017657c40f 100644 (file)
@@ -311,6 +311,8 @@ static void pc_compat_2_3(MachineState *machine)
     if (kvm_enabled()) {
         pcms->smm = ON_OFF_AUTO_OFF;
     }
+    global_state_set_optional();
+    savevm_skip_configuration();
 }
 
 static void pc_compat_2_2(MachineState *machine)