Re: [Qemu-devel] [PATCH v1 1/2] gdbstub: Fix single-step

2016-10-10 Thread Paolo Bonzini
On 10/10/2016 14:51, Christian Borntraeger wrote: > On 10/10/2016 01:50 PM, Claudio Imbrenda wrote: >> Commit e0eeb4a21a3ca4b296220ce4449d8acef9de9049 introduced a bug that >> causes single-step in the gdbstub to not work, at least in kvm. CPUs >> that are supposed to single-step will instead run

Re: [Qemu-devel] [PATCH v1 1/2] gdbstub: Fix single-step

2016-10-10 Thread Christian Borntraeger
On 10/10/2016 01:50 PM, Claudio Imbrenda wrote: > Commit e0eeb4a21a3ca4b296220ce4449d8acef9de9049 introduced a bug that > causes single-step in the gdbstub to not work, at least in kvm. CPUs > that are supposed to single-step will instead run normally. > > This small patch fixes the problem. (test

[Qemu-devel] [PATCH v1 1/2] gdbstub: Fix single-step

2016-10-10 Thread Claudio Imbrenda
Commit e0eeb4a21a3ca4b296220ce4449d8acef9de9049 introduced a bug that causes single-step in the gdbstub to not work, at least in kvm. CPUs that are supposed to single-step will instead run normally. This small patch fixes the problem. (tested on s390x) Signed-off-by: Claudio Imbrenda --- kvm-al