]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/kvm/kvm.c
i386/kvm: Do not sync nested state during runtime
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 22 Jul 2019 04:00:08 +0000 (06:00 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Jul 2019 09:21:59 +0000 (11:21 +0200)
commitbec7156a45aa6712395a770646f7078b1fc82acd
tree4cce101c5651a2f017d36b1592fd09daea685d31
parent9c5aad84da1c37429d06c193f23a8df6445ed29e
i386/kvm: Do not sync nested state during runtime

Writing the nested state e.g. after a vmport access can invalidate
important parts of the kernel-internal state, and it is not needed as
well. So leave this out from KVM_PUT_RUNTIME_STATE.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Message-Id: <bdd53f40-4e60-f3ae-7ec6-162198214953@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm.c