public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 0/8] KVM: PPC: Add ePAPR idle hcall support
@ 2012-07-03 15:48 Stuart Yoder
  2012-07-03 15:48 ` [PATCH v12 1/8] PPC: epapr: create define for return code value of success Stuart Yoder
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Stuart Yoder @ 2012-07-03 15:48 UTC (permalink / raw)
  To: agraf, kvm-ppc, kvm

From: Stuart Yoder <stuart.yoder@freescale.com>

v12 has a couple of updates to address feedback 
   -use new CURRENT_THREAD_INFO macro in epapr_hcalls.S
   -use EV_HCALL_TOKEN to create epapr hcall token

A prerequisite to applying this patch is the patch:
  PPC: use CURRENT_THREAD_INFO instead of open coded assembly

Liu Yu-B13201 (3):
  KVM: PPC: Add support for ePAPR idle hcall in host kernel
  KVM: PPC: ev_idle hcall support for e500 guests
  PPC: Don't use hardcoded opcode for ePAPR hcall invocation

Scott Wood (1):
  powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls

Stuart Yoder (4):
  PPC: epapr: create define for return code value of success
  KVM: PPC: use definitions in epapr header for hcalls
  KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
  PPC: select EPAPR_PARAVIRT for all users of epapr hcalls

 Documentation/virtual/kvm/api.txt       |    7 ++++-
 arch/powerpc/include/asm/Kbuild         |    1 +
 arch/powerpc/include/asm/epapr_hcalls.h |   36 ++++++++++++++++--------------
 arch/powerpc/include/asm/fsl_hcalls.h   |   36 +++++++++++++++---------------
 arch/powerpc/include/asm/kvm_para.h     |   21 +++++++++--------
 arch/powerpc/kernel/epapr_hcalls.S      |   28 ++++++++++++++++++++++++
 arch/powerpc/kernel/epapr_paravirt.c    |   11 ++++++++-
 arch/powerpc/kernel/kvm.c               |    2 +-
 arch/powerpc/kvm/powerpc.c              |   30 +++++++++++++++++++-------
 arch/powerpc/platforms/Kconfig          |    1 +
 arch/powerpc/sysdev/fsl_msi.c           |    9 ++++++-
 arch/powerpc/sysdev/fsl_soc.c           |    2 +
 drivers/tty/Kconfig                     |    1 +
 drivers/virt/Kconfig                    |    1 +
 include/linux/kvm.h                     |    2 +
 15 files changed, 129 insertions(+), 59 deletions(-)

-- 
1.7.3.4



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

end of thread, other threads:[~2012-07-03 19:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 15:48 [PATCH v12 0/8] KVM: PPC: Add ePAPR idle hcall support Stuart Yoder
2012-07-03 15:48 ` [PATCH v12 1/8] PPC: epapr: create define for return code value of success Stuart Yoder
2012-07-03 15:48 ` [PATCH v12 2/8] KVM: PPC: use definitions in epapr header for hcalls Stuart Yoder
2012-07-03 15:48 ` [PATCH v12 3/8] KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500 Stuart Yoder
2012-07-03 15:48 ` [PATCH v12 4/8] KVM: PPC: Add support for ePAPR idle hcall in host kernel Stuart Yoder
2012-07-03 19:33   ` Alexander Graf
2012-07-03 19:40     ` Yoder Stuart-B08248
2012-07-03 15:48 ` [PATCH v12 5/8] KVM: PPC: ev_idle hcall support for e500 guests Stuart Yoder
2012-07-03 15:48 ` [PATCH v12 6/8] PPC: select EPAPR_PARAVIRT for all users of epapr hcalls Stuart Yoder
2012-07-03 15:48 ` [PATCH v12 7/8] powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls Stuart Yoder
2012-07-03 15:48 ` [PATCH v12 8/8] PPC: Don't use hardcoded opcode for ePAPR hcall invocation Stuart Yoder
2012-07-03 19:41 ` [PATCH v12 0/8] KVM: PPC: Add ePAPR idle hcall support Alexander Graf

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