KVM: VMX: Clean up DR6 emulation
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 20 Jan 2010 17:20:20 +0000 (18:20 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:36:02 +0000 (12:36 -0300)
commitfd7373cce767a8803e79f51bd3fc5f531234657f
tree81ed1de614c16ab301a368948597659a3163b9c9
parent138ac8d88f91e2a6a278aa5cee9120c714c4ce2d
KVM: VMX: Clean up DR6 emulation

As we trap all debug register accesses, we do not need to switch real
DR6 at all. Clean up update_exception_bitmap at this chance, too.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/vmx.c