kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] KVM: BOOKE/BOOKEHV : Added debug stub support
@ 2012-08-21 13:51 Bharat Bhushan
  2012-08-21 13:51 ` [PATCH 1/6] KVM: PPC: booke: use vcpu reference from thread_struct Bharat Bhushan
                   ` (5 more replies)
  0 siblings, 6 replies; 32+ messages in thread
From: Bharat Bhushan @ 2012-08-21 13:51 UTC (permalink / raw)
  To: kvm-ppc, kvm, agraf; +Cc: Bharat Bhushan

From: Bharat Bhushan <bharat.bhushan@freescale.com>

This patchset adds the QEMU debug stub support for powerpc (booke/bookehv).
[1/6] KVM: PPC: booke: use vcpu reference from thread_struct
	- This is a cleanup patch to use vcpu reference from thread struct
[2/6] KVM: PPC: booke: Allow multiple exception types
[3/6] KVM: PPC: booke: Added debug handler
	- These two patches install the KVM debug handler.
[4/6] KVM: PPC: debug stub interface parameter defined
[5/6] booke: Added DBCR4 SPR number
[6/6] KVM: booke/bookehv: Add debug stub support
	- Add the debug stub interface on booke/bookehv

Bharat Bhushan (6):
  KVM: PPC: booke: use vcpu reference from thread_struct
  KVM: PPC: booke: Allow multiple exception types
  KVM: PPC: booke: Added debug handler
  KVM: PPC: debug stub interface parameter defined
  booke: Added DBCR4 SPR number
  KVM: booke/bookehv: Add debug stub support

 arch/powerpc/include/asm/kvm.h        |   54 +++++++++
 arch/powerpc/include/asm/kvm_host.h   |    6 +
 arch/powerpc/include/asm/kvm_ppc.h    |    2 -
 arch/powerpc/include/asm/reg_booke.h  |    1 +
 arch/powerpc/kernel/asm-offsets.c     |   29 +++++-
 arch/powerpc/kvm/book3s.c             |    6 +
 arch/powerpc/kvm/booke.c              |  162 ++++++++++++++++++++++++---
 arch/powerpc/kvm/booke.h              |    1 +
 arch/powerpc/kvm/booke_interrupts.S   |  198 +++++++++++++++++++++++++++++++--
 arch/powerpc/kvm/bookehv_interrupts.S |  141 +++++++++++++++++++++++-
 arch/powerpc/kvm/e500.c               |   16 ++-
 arch/powerpc/kvm/e500mc.c             |    3 +-
 arch/powerpc/kvm/powerpc.c            |    6 -
 13 files changed, 575 insertions(+), 50 deletions(-)

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

end of thread, other threads:[~2012-12-17 16:56 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 13:51 [PATCH 0/6] KVM: BOOKE/BOOKEHV : Added debug stub support Bharat Bhushan
2012-08-21 13:51 ` [PATCH 1/6] KVM: PPC: booke: use vcpu reference from thread_struct Bharat Bhushan
2012-09-24 16:27   ` Alexander Graf
2012-10-04  6:50     ` Bhushan Bharat-R65777
2012-08-21 13:51 ` [PATCH 2/6] KVM: PPC: booke: Allow multiple exception types Bharat Bhushan
2012-08-21 13:51 ` [PATCH 3/6] KVM: PPC: booke: Added debug handler Bharat Bhushan
2012-08-21 13:51 ` [PATCH 4/6] KVM: PPC: debug stub interface parameter defined Bharat Bhushan
2012-09-24 15:38   ` Alexander Graf
2012-10-04  7:14     ` Bhushan Bharat-R65777
2012-12-17 16:56       ` Alexander Graf
2012-10-04  7:37     ` Bhushan Bharat-R65777
2012-08-21 13:51 ` [PATCH 5/6] booke: Added DBCR4 SPR number Bharat Bhushan
2012-09-05 23:24   ` Scott Wood
2012-08-21 13:52 ` [PATCH 6/6] KVM: booke/bookehv: Add debug stub support Bharat Bhushan
2012-09-05 23:23   ` Scott Wood
2012-09-05 23:27     ` Scott Wood
2012-09-06 14:56       ` Bhushan Bharat-R65777
2012-09-06 22:56         ` Scott Wood
2012-09-24 14:46           ` Alexander Graf
2012-09-25 10:38             ` Jan Kiszka
2012-09-25 10:47               ` Alexander Graf
2012-09-25 10:56                 ` Jan Kiszka
2012-09-25 10:58                   ` Alexander Graf
2012-09-25 11:06                     ` Jan Kiszka
2012-09-25 11:10                       ` Alexander Graf
2012-09-24 16:20   ` Alexander Graf
2012-10-04 11:06     ` Bhushan Bharat-R65777
2012-10-04 11:25       ` Alexander Graf
2012-10-04 14:22         ` Bhushan Bharat-R65777
2012-10-04 14:41           ` Alexander Graf
2012-10-04 15:19             ` Bhushan Bharat-R65777
2012-10-04 15:40               ` Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).