KVM: nVMX: Fix switching of debug state
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 3 Mar 2013 12:05:44 +0000 (13:05 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 5 Mar 2013 00:37:28 +0000 (21:37 -0300)
First of all, do not blindly overwrite GUEST_DR7 on L2 entry. The host
may have guest debugging enabled. Then properly reset DR7 and DEBUG_CTL
on L2->L1 switch as specified in the SDM.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found