Re: [PATCH 2/2] gdbstub: implement NOIRQ support for single step on KVM, when kvm's KVM_GUESTDBG_BLOCKIRQ debug flag is supported.

2021-05-05 Thread Maxim Levitsky
On Mon, 2021-04-19 at 17:29 +0100, Alex Bennée wrote: > Maxim Levitsky writes: > > > Signed-off-by: Maxim Levitsky > > --- > > accel/kvm/kvm-all.c | 25 +++ > > gdbstub.c| 59 > > include/sysemu/kvm.h | 13 ++ > >

Re: [PATCH 2/2] gdbstub: implement NOIRQ support for single step on KVM, when kvm's KVM_GUESTDBG_BLOCKIRQ debug flag is supported.

2021-04-19 Thread Alex Bennée
Maxim Levitsky writes: > Signed-off-by: Maxim Levitsky > --- > accel/kvm/kvm-all.c | 25 +++ > gdbstub.c| 59 > include/sysemu/kvm.h | 13 ++ > 3 files changed, 87 insertions(+), 10 deletions(-) > > diff --git a

[PATCH 2/2] gdbstub: implement NOIRQ support for single step on KVM, when kvm's KVM_GUESTDBG_BLOCKIRQ debug flag is supported.

2021-04-01 Thread Maxim Levitsky
Signed-off-by: Maxim Levitsky --- accel/kvm/kvm-all.c | 25 +++ gdbstub.c| 59 include/sysemu/kvm.h | 13 ++ 3 files changed, 87 insertions(+), 10 deletions(-) diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c