Skip to content
Snippets Groups Projects
Select Git revision
  • 45981dedf555bd66d86ccb51e4049d9f7ec45bd5
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

22b970497

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Paolo Bonzini authored
    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: default avatarPaolo Bonzini <pbonzini@redhat.com>
    45981ded
    History
    Name Last commit Last update