Re: [PATCH 2/3] gdbstub: implement NOIRQ support for single step on KVM

2021-10-14 Thread Alex Bennée
Maxim Levitsky writes: > On Wed, 2021-10-13 at 16:50 +0100, Alex Bennée wrote: >> Maxim Levitsky writes: >> >> > Signed-off-by: Maxim Levitsky >> > --- >> > accel/kvm/kvm-all.c | 25 ++ >> > gdbstub.c| 60 >> > includ

Re: [PATCH 2/3] gdbstub: implement NOIRQ support for single step on KVM

2021-10-13 Thread Maxim Levitsky
On Wed, 2021-10-13 at 16:50 +0100, Alex Bennée wrote: > Maxim Levitsky writes: > > > Signed-off-by: Maxim Levitsky > > --- > > accel/kvm/kvm-all.c | 25 ++ > > gdbstub.c| 60 > > include/sysemu/kvm.h | 13 ++ > >

Re: [PATCH 2/3] gdbstub: implement NOIRQ support for single step on KVM

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

[PATCH 2/3] gdbstub: implement NOIRQ support for single step on KVM

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