All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] gdbstub: implement support for blocking interrupts on single stepping
@ 2021-04-01 14:41 ` Maxim Levitsky
  0 siblings, 0 replies; 14+ messages in thread
From: Maxim Levitsky @ 2021-04-01 14:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Paolo Bonzini, Alex Bennée, kvm,
	Cornelia Huck, Philippe Mathieu-Daudé, Maxim Levitsky

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



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-05-05  8:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-01 14:41 [PATCH 0/2] gdbstub: implement support for blocking interrupts on single stepping Maxim Levitsky
2021-04-01 14:41 ` Maxim Levitsky
2021-04-01 14:41 ` [PATCH 1/2] kvm: update kernel headers for KVM_GUESTDBG_BLOCKEVENTS Maxim Levitsky
2021-04-01 14:41   ` Maxim Levitsky
2021-04-19 16:22   ` Alex Bennée
2021-04-19 16:22     ` Alex Bennée
2021-05-05  8:35     ` Maxim Levitsky
2021-05-05  8:35       ` Maxim Levitsky
2021-04-01 14:41 ` [PATCH 2/2] gdbstub: implement NOIRQ support for single step on KVM, when kvm's KVM_GUESTDBG_BLOCKIRQ debug flag is supported Maxim Levitsky
2021-04-01 14:41   ` Maxim Levitsky
2021-04-19 16:29   ` Alex Bennée
2021-04-19 16:29     ` Alex Bennée
2021-05-05  8:37     ` Maxim Levitsky
2021-05-05  8:37       ` Maxim Levitsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.