public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7 v3] Guest debug emulation
@ 2014-08-06  6:38 Bharat Bhushan
  2014-08-06  6:38 ` [PATCH 1/7 v3] KVM: PPC: BOOKE: allow debug interrupt at "debug level" Bharat Bhushan
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Bharat Bhushan @ 2014-08-06  6:38 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.

v2->v3
 - Added One-reg interface for DBSR
 - removed arch->shadow_dbg_reg
 - Addressed some more comments on v2 (detail in individual patch)

Bharat Bhushan (7):
  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: Guest and hardware visible debug registers are same
  KVM: PPC: BOOKE: Add one reg interface for DBSR
  KVM: PPC: BOOKE: Emulate debug registers and exception

 arch/powerpc/include/asm/kvm_host.h  |   3 +-
 arch/powerpc/include/asm/kvm_ppc.h   |   3 +
 arch/powerpc/include/asm/reg_booke.h |   2 +
 arch/powerpc/include/uapi/asm/kvm.h  |   1 +
 arch/powerpc/kvm/booke.c             |  66 +++++++++++---
 arch/powerpc/kvm/booke_emulate.c     | 163 +++++++++++++++++++++++++++++++++++
 arch/powerpc/kvm/e500mc.c            |   2 +-
 7 files changed, 227 insertions(+), 13 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-08-12 19:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-06  6:38 [PATCH 0/7 v3] Guest debug emulation Bharat Bhushan
2014-08-06  6:38 ` [PATCH 1/7 v3] KVM: PPC: BOOKE: allow debug interrupt at "debug level" Bharat Bhushan
2014-08-06  6:38 ` [PATCH 2/7 v3] KVM: PPC: BOOKE : Emulate rfdi instruction Bharat Bhushan
2014-08-06  6:38 ` [PATCH 3/7 v3] KVM: PPC: BOOKE: Allow guest to change MSR_DE Bharat Bhushan
2014-08-06  6:38 ` [PATCH 4/7 v3] KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG Bharat Bhushan
2014-08-06  6:38 ` [PATCH 5/7 v3] KVM: PPC: BOOKE: Guest and hardware visible debug registers are same Bharat Bhushan
2014-08-06  6:38 ` [PATCH 6/7 v3] KVM: PPC: BOOKE: Add one reg interface for DBSR Bharat Bhushan
2014-08-12 10:24   ` Alexander Graf
2014-08-06  6:38 ` [PATCH 7/7 v3] KVM: PPC: BOOKE: Emulate debug registers and exception Bharat Bhushan
2014-08-12  0:00   ` Scott Wood
2014-08-12  7:36     ` Bharat.Bhushan
2014-08-12 19:46       ` Scott Wood
2014-08-12 10:25 ` [PATCH 0/7 v3] Guest debug emulation Alexander Graf
2014-08-12 10:27   ` Bharat.Bhushan

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