[PATCH 0/2] gdbstub: implement support for blocking interrupts on single stepping

Maxim Levitsky posted 2 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210401144152.1031282-1-mlevitsk@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Cornelia Huck <cohuck@redhat.com>
accel/kvm/kvm-all.c         | 25 ++++++++++++++++
gdbstub.c                   | 59 ++++++++++++++++++++++++++++++-------
include/sysemu/kvm.h        | 13 ++++++++
linux-headers/asm-x86/kvm.h |  2 ++
linux-headers/linux/kvm.h   |  1 +
5 files changed, 90 insertions(+), 10 deletions(-)
[PATCH 0/2] gdbstub: implement support for blocking interrupts on single stepping
Posted by Maxim Levitsky 3 years ago
clone of "starship_unstable"

Maxim Levitsky (2):
  kvm: update kernel headers for KVM_GUESTDBG_BLOCKEVENTS
  gdbstub: implement NOIRQ support for single step on KVM, when kvm's
    KVM_GUESTDBG_BLOCKIRQ debug flag is supported.

 accel/kvm/kvm-all.c         | 25 ++++++++++++++++
 gdbstub.c                   | 59 ++++++++++++++++++++++++++++++-------
 include/sysemu/kvm.h        | 13 ++++++++
 linux-headers/asm-x86/kvm.h |  2 ++
 linux-headers/linux/kvm.h   |  1 +
 5 files changed, 90 insertions(+), 10 deletions(-)

-- 
2.26.2