Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1398968
| From | Paul Mackerras <paulus@ozlabs.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] kvm-pr: manage single-step mode |
| Date | 2016-05-11 13:40 +0200 |
| Message-ID | <rxAEF-7mh-7@gated-at.bofh.it> (permalink) |
| References | <rlH8S-6t5-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Apr 08, 2016 at 06:05:00PM +0200, Laurent Vivier wrote: > Until now, when we connect gdb to the QEMU gdb-server, the > single-step mode is not managed. > > This patch adds this, only for kvm-pr: > > If KVM_GUESTDBG_SINGLESTEP is set, we enable single-step trace bit in the > MSR (MSR_SE) just before the __kvmppc_vcpu_run(), and disable it just after. > In kvmppc_handle_exit_pr, instead of routing the interrupt to > the guest, we return to host, with KVM_EXIT_DEBUG reason. > > Signed-off-by: Laurent Vivier <lvivier@redhat.com> Thanks, applied to my kvm-ppc-next branch. Paul.
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2] kvm-pr: manage single-step mode Paul Mackerras <paulus@ozlabs.org> - 2016-05-11 13:40 +0200
csiph-web