]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: vmx: DR7 masking on task switch emulation is wrong
authorNadav Amit <namit@cs.technion.ac.il>
Mon, 19 May 2014 06:50:50 +0000 (09:50 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 May 2014 15:47:18 +0000 (17:47 +0200)
commit1f854112553a1d65363ab27d4ee3dfb4b27075fb
tree3759f4942c9482ac310810b18c10780ce434fd22
parent65a7f03f6b534916e279e403dff41e1015dd0dce
KVM: vmx: DR7 masking on task switch emulation is wrong

The DR7 masking which is done on task switch emulation should be in hex format
(clearing the local breakpoints enable bits 0,2,4 and 6).

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c