Re: [PATCH] KVM: vmx: DR7 masking on task switch emulation is wrong

2014-05-19 Thread Paolo Bonzini
Il 19/05/2014 08:50, Nadav Amit ha scritto: 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 --- arch/x86/kvm/vmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[PATCH] KVM: vmx: DR7 masking on task switch emulation is wrong

2014-05-18 Thread Nadav Amit
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 --- arch/x86/kvm/vmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c in