]> Git Repo - qemu.git/commit
KVM: x86: Restrict writeback of VCPU state
authorJan Kiszka <[email protected]>
Mon, 1 Mar 2010 18:10:31 +0000 (19:10 +0100)
committerMarcelo Tosatti <[email protected]>
Thu, 4 Mar 2010 03:29:30 +0000 (00:29 -0300)
commitea64305139357e89f58fc05ff5d48dc233d44d87
tree0b3ebd229d76fc2f770dc3228dcd81379a362a14
parentea375f9ab8c76686dca0af8cb4f87a4eb569cad3
KVM: x86: Restrict writeback of VCPU state

Do not write nmi_pending, sipi_vector, and mpstate unless we at least go
through a reset. And TSC as well as KVM wallclocks should only be
written on full sync, otherwise we risk to drop some time on state
read-modify-write.

Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
target-i386/kvm.c
This page took 0.024019 seconds and 4 git commands to generate.