public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5 v2] Guest debug emulation
@ 2014-08-04  8:02 Bharat Bhushan
  2014-08-04  8:02 ` [PATCH 1/5 v2] KVM: PPC: BOOKE: allow debug interrupt at "debug level" Bharat Bhushan
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Bharat Bhushan @ 2014-08-04  8:02 UTC (permalink / raw)
  To: agraf, kvm-ppc; +Cc: kvm, scottwood, stuart.yoder, Bharat Bhushan

This patchset adds debug register and interrupt emulation support
for guest, which enables running gdb/kgdb etc in guest.

Bharat Bhushan (5):
  KVM: PPC: BOOKE: allow debug interrupt at "debug level"
  KVM: PPC: BOOKE : Emulate rfdi instruction
  KVM: PPC: BOOKE: Allow guest to change MSR_DE
  KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG
  KVM: PPC: BOOKE: Emulate debug registers and exception

 arch/powerpc/include/asm/kvm_host.h  |   1 +
 arch/powerpc/include/asm/kvm_ppc.h   |   3 +
 arch/powerpc/include/asm/reg_booke.h |   2 +
 arch/powerpc/kvm/booke.c             |  50 ++++++++++-
 arch/powerpc/kvm/booke_emulate.c     | 170 +++++++++++++++++++++++++++++++++++
 arch/powerpc/kvm/e500mc.c            |   2 +-
 6 files changed, 226 insertions(+), 2 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-08-05 21:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04  8:02 [PATCH 0/5 v2] Guest debug emulation Bharat Bhushan
2014-08-04  8:02 ` [PATCH 1/5 v2] KVM: PPC: BOOKE: allow debug interrupt at "debug level" Bharat Bhushan
2014-08-04  8:02 ` [PATCH 2/5 v2] KVM: PPC: BOOKE : Emulate rfdi instruction Bharat Bhushan
2014-08-04  8:02 ` [PATCH 3/5 v2] KVM: PPC: BOOKE: Allow guest to change MSR_DE Bharat Bhushan
2014-08-04  8:02 ` [PATCH 4/5 v2] KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG Bharat Bhushan
2014-08-04  8:02 ` [PATCH 5/5 v2] KVM: PPC: BOOKE: Emulate debug registers and exception Bharat Bhushan
2014-08-04 22:53   ` Scott Wood
2014-08-05  3:41     ` Bharat.Bhushan
2014-08-05 21:41       ` Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox