public inbox for kvm-ppc@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/4] ppc patch queue 2012-05-30
@ 2012-05-30  9:54 Alexander Graf
  2012-05-30  9:54 ` [PATCH 1/4] KVM: PPC: Factor out guest epapr initialization Alexander Graf
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexander Graf @ 2012-05-30  9:54 UTC (permalink / raw)
  To: kvm@vger.kernel.org list; +Cc: Avi Kivity, kvm-ppc, Marcelo Tossati

Hi Avi,

This is my current patch queue for ppc. Please pull.

Changes this time include:

  - Generalize KVM_GUEST support to overall ePAPR code
  - Fix reset for Book3S HV
  - Fix machine check deferral when CONFIG_KVM_GUEST=y
  - Add support for BookE register DECAR

Alex


The following changes since commit b48b2c3e50433ff6f7e46186daa7f986bd960215:
  Jonas Bonn (1):
        openrisc: use generic strnlen_user() function

are available in the git repository at:

  git://github.com/agraf/linux-2.6.git for-upstream

Bharat Bhushan (2):
      KVM: PPC: booke: Added DECAR support
      KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt.

Liu Yu-B13201 (1):
      KVM: PPC: Factor out guest epapr initialization

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Make the guest hash table size configurable

 Documentation/virtual/kvm/api.txt        |   36 +++++++++
 Documentation/virtual/kvm/ppc-pv.txt     |    2 -
 arch/powerpc/include/asm/epapr_hcalls.h  |    2 +
 arch/powerpc/include/asm/kvm_book3s_64.h |    7 +-
 arch/powerpc/include/asm/kvm_host.h      |    6 ++
 arch/powerpc/include/asm/kvm_ppc.h       |    3 +-
 arch/powerpc/kernel/Makefile             |    1 +
 arch/powerpc/kernel/epapr_hcalls.S       |   25 ++++++
 arch/powerpc/kernel/epapr_paravirt.c     |   52 +++++++++++++
 arch/powerpc/kernel/kvm.c                |   28 +------
 arch/powerpc/kernel/kvm_emul.S           |   12 +---
 arch/powerpc/kvm/book3s_64_mmu_hv.c      |  123 +++++++++++++++++++++++-------
 arch/powerpc/kvm/book3s_hv.c             |   40 +++++++---
 arch/powerpc/kvm/book3s_hv_builtin.c     |    5 +-
 arch/powerpc/kvm/book3s_hv_rm_mmu.c      |   15 ++--
 arch/powerpc/kvm/booke.c                 |    5 +
 arch/powerpc/kvm/booke_emulate.c         |    3 +
 arch/powerpc/kvm/e500_emulate.c          |    3 +
 arch/powerpc/kvm/powerpc.c               |   18 +++++
 arch/powerpc/platforms/Kconfig           |    9 ++
 include/linux/kvm.h                      |    3 +
 21 files changed, 306 insertions(+), 92 deletions(-)
 create mode 100644 arch/powerpc/kernel/epapr_hcalls.S
 create mode 100644 arch/powerpc/kernel/epapr_paravirt.c

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

end of thread, other threads:[~2012-06-06 12:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30  9:54 [PULL 0/4] ppc patch queue 2012-05-30 Alexander Graf
2012-05-30  9:54 ` [PATCH 1/4] KVM: PPC: Factor out guest epapr initialization Alexander Graf
2012-05-30  9:54 ` [PATCH 2/4] KVM: PPC: Book3S HV: Make the guest hash table size configurable Alexander Graf
2012-05-30  9:54 ` [PATCH 3/4] KVM: PPC: booke: Added DECAR support Alexander Graf
2012-05-30  9:54 ` [PATCH 4/4] KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt Alexander Graf
2012-06-06 12:32 ` [PULL 0/4] ppc patch queue 2012-05-30 Avi Kivity

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