commit | 1f854112553a1d65363ab27d4ee3dfb4b27075fb | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Mon May 19 09:50:50 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 22 17:47:18 2014 +0200 |
tree | 3759f4942c9482ac310810b18c10780ce434fd22 | |
parent | 65a7f03f6b534916e279e403dff41e1015dd0dce [diff] |
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>