]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: reset RVI upon system reset
authorWei Wang <wei.w.wang@intel.com>
Wed, 5 Nov 2014 02:53:43 +0000 (10:53 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 7 Nov 2014 14:44:00 +0000 (15:44 +0100)
commit2c6cc7c8b9780f052b613be1cb67bf87901cee3f
tree4bc1ec2876070095e191cab210fd2896fdd5ccdf
parent4f9bab07bbb2e0ee223527e01fa22a979b96b1f1
KVM: x86: reset RVI upon system reset

A bug was reported as follows: when running Windows 7 32-bit guests on qemu-kvm,
sometimes the guests run into blue screen during reboot. The problem was that a
guest's RVI was not cleared when it rebooted. This patch has fixed the problem.

Signed-off-by: Wei Wang <wei.w.wang@intel.com>
Signed-off-by: Yang Zhang <yang.z.zhang@intel.com>
Tested-by: Rongrong Liu <rongrongx.liu@intel.com>, Da Chun <ngugc@qq.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c
arch/x86/kvm/vmx.c