summaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-05-06 05:59:39 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-05-08 07:44:31 -0400
commit45981dedf555bd66d86ccb51e4049d9f7ec45bd5 (patch)
treeb900146bb6cabb366b4cdb1219704caf7d5006b9 /virt
parentd67668e9dd76d98136048935723947156737932b (diff)
KVM: VMX: pass correct DR6 for GD userspace exit
When KVM_EXIT_DEBUG is raised for the disabled-breakpoints case (DR7.GD), DR6 was incorrectly copied from the value in the VM. Instead, DR6.BD should be set in order to catch this case. On AMD this does not need any special code because the processor triggers a #DB exception that is intercepted. However, the testcase would fail without the previous patch because both DR6.BS and DR6.BD would be set. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions