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

This patchset implements the hcall exit interface to userspace.
Also we added reset and shutdown hcall

Bharat Bhushan (5):
  powerpc: define ePAPR hcall exit interface
  booke: exit to guest userspace for unimplemented hcalls in kvm
  booke: define reset and shutdown hcalls
  powerpc: Resolve KVM_HC_FEATURES compilation dependeny
  powerpc: using reset hcall when kvm,has-reset

 Documentation/virtual/kvm/api.txt        |   20 ++++++++++++
 Documentation/virtual/kvm/hypercalls.txt |   16 ++++++++++
 arch/powerpc/include/asm/kvm_para.h      |    1 +
 arch/powerpc/kernel/epapr_paravirt.c     |   12 +++++++
 arch/powerpc/kvm/booke.c                 |   47 +++++++++++++++++++++++++----
 arch/powerpc/kvm/powerpc.c               |    1 +
 include/uapi/linux/kvm.h                 |    8 +++++
 include/uapi/linux/kvm_para.h            |    3 +-
 8 files changed, 100 insertions(+), 8 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to