]> git.proxmox.com Git - qemu.git/blobdiff - vl.c
Merge remote branch 'qemu-kvm/uq/master' into staging
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 48150cf0ce56c7295a084959f75f7499d1c3a2ec..ac4721110c8323f67f7c2f9db56806d376b05435 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -1450,6 +1450,7 @@ static void main_loop(void)
         }
         if (qemu_reset_requested()) {
             pause_all_vcpus();
+            cpu_synchronize_all_states();
             qemu_system_reset();
             resume_all_vcpus();
         }