public inbox for kvm-ppc@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: "kvm@vger.kernel.org list" <kvm@vger.kernel.org>
Cc: Avi Kivity <avi@redhat.com>, kvm-ppc <kvm-ppc@vger.kernel.org>,
	Marcelo Tossati <mtosatti@redhat.com>
Subject: [PULL 0/4] ppc patch queue 2012-05-30
Date: Wed, 30 May 2012 09:54:42 +0000	[thread overview]
Message-ID: <1338371686-8194-1-git-send-email-agraf@suse.de> (raw)

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

             reply	other threads:[~2012-05-30  9:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-30  9:54 Alexander Graf [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1338371686-8194-1-git-send-email-agraf@suse.de \
    --to=agraf@suse.de \
    --cc=avi@redhat.com \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox