Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: KVM list <kvm@vger.kernel.org>
Cc: kvm-ppc <kvm-ppc@vger.kernel.org>, Avi Kivity <avi@redhat.com>,
	Marcelo Tosatti <mtosatti@redhat.com>
Subject: [PULL 00/12] ppc patch queue 2012-10-30
Date: Tue, 30 Oct 2012 10:02:13 +0000	[thread overview]
Message-ID: <1351591345-23071-1-git-send-email-agraf@suse.de> (raw)

Hi Avi / Marcelo,

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

Headline changes are:

  * Fix 440 target
  * Fix uapi conflict
  * Book3S HV: Allow for lazy thread joining

Alex


The following changes since commit 8ca40a70a70988c0bdea106c894843f763ca2989:
  Christoffer Dall (1):
        KVM: Take kvm instead of vcpu to mmu_notifier_retry

are available in the git repository at:

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

Alexander Graf (4):
      KVM: PPC: 44x: fix DCR read/write
      KVM: Documentation: Fix reentry-to-be-consistent paragraph
      KVM: PPC: Move mtspr/mfspr emulation into own functions
      PPC: ePAPR: Convert header to uapi

Paul Mackerras (8):
      KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
      KVM: PPC: Book3S HV: Fix some races in starting secondary threads
      KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
      KVM: PPC: Book3S HV: Fixes for late-joining threads
      KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
      KVM: PPC: Book3S HV: Fix accounting of stolen time
      KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0
      KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()

 Documentation/virtual/kvm/api.txt            |    3 +-
 arch/powerpc/include/asm/Kbuild              |    1 -
 arch/powerpc/include/asm/epapr_hcalls.h      |   55 +-----
 arch/powerpc/include/asm/kvm_asm.h           |    1 +
 arch/powerpc/include/asm/kvm_book3s_64.h     |    2 +-
 arch/powerpc/include/asm/kvm_host.h          |   17 +-
 arch/powerpc/include/asm/smp.h               |    8 +
 arch/powerpc/include/uapi/asm/Kbuild         |    1 +
 arch/powerpc/include/uapi/asm/epapr_hcalls.h |   98 ++++++++
 arch/powerpc/kernel/smp.c                    |   46 ++++
 arch/powerpc/kvm/44x_emulate.c               |    2 +
 arch/powerpc/kvm/book3s_hv.c                 |  316 ++++++++++++++++++--------
 arch/powerpc/kvm/book3s_hv_rmhandlers.S      |   11 +-
 arch/powerpc/kvm/emulate.c                   |  221 ++++++++++--------
 14 files changed, 518 insertions(+), 264 deletions(-)
 create mode 100644 arch/powerpc/include/uapi/asm/epapr_hcalls.h

             reply	other threads:[~2012-10-30 10:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 10:02 Alexander Graf [this message]
2012-10-30 10:02 ` [PATCH 01/12] KVM: PPC: 44x: fix DCR read/write Alexander Graf
2012-10-30 10:02 ` [PATCH 02/12] KVM: Documentation: Fix reentry-to-be-consistent paragraph Alexander Graf
2012-10-30 10:02 ` [PATCH 03/12] KVM: PPC: Move mtspr/mfspr emulation into own functions Alexander Graf
2012-10-30 10:02 ` [PATCH 04/12] PPC: ePAPR: Convert header to uapi Alexander Graf
2012-10-30 10:02 ` [PATCH 05/12] KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online Alexander Graf
2012-10-30 10:02 ` [PATCH 06/12] KVM: PPC: Book3S HV: Fix some races in starting secondary threads Alexander Graf
2012-10-30 10:02 ` [PATCH 07/12] KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock Alexander Graf
2012-10-30 10:02 ` [PATCH 08/12] KVM: PPC: Book3S HV: Fixes for late-joining threads Alexander Graf
2012-10-30 10:02 ` [PATCH 09/12] KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run Alexander Graf
2012-10-30 10:02 ` [PATCH 10/12] KVM: PPC: Book3S HV: Fix accounting of stolen time Alexander Graf
2012-10-30 10:02 ` [PATCH 11/12] KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0 Alexander Graf
2012-10-30 10:02 ` [PATCH 12/12] KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte() Alexander Graf
2012-10-31  1:32 ` [PULL 00/12] ppc patch queue 2012-10-30 Marcelo Tosatti
2012-10-31 10:22   ` Alexander Graf
2012-10-31 10:26     ` Avi Kivity
2012-10-31 10:34       ` Alexander Graf
2012-10-31 11:17         ` Avi Kivity
2012-10-31 11:25       ` Marcelo Tosatti
2012-10-31 12:47         ` Alexander Graf
2012-10-31 11:28     ` Marcelo Tosatti

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=1351591345-23071-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