diff options
author | Paolo Bonzini | 2021-03-01 12:02:44 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-03-06 11:41:54 +0100 |
commit | c6986f16a7022ccfb73d91bc7676c8e1d15e5342 (patch) | |
tree | 315d164b674c90d94ceaaf55b7753a91e37a667d /docs | |
parent | virtiofs: drop remapped security.capability xattr as needed (diff) | |
download | qemu-c6986f16a7022ccfb73d91bc7676c8e1d15e5342.tar.gz qemu-c6986f16a7022ccfb73d91bc7676c8e1d15e5342.tar.xz qemu-c6986f16a7022ccfb73d91bc7676c8e1d15e5342.zip |
KVM: x86: do not fail if software breakpoint has already been removed
If kvm_arch_remove_sw_breakpoint finds that a software breakpoint does not
have an INT3 instruction, it fails. This can happen if one sets a
software breakpoint in a kernel module and then reloads it. gdb then
thinks the breakpoint cannot be deleted and there is no way to add it
back.
Suggested-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions