Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Alexander Graf <agraf@suse.de>, kvm-ppc <kvm-ppc@vger.kernel.org>
Cc: KVM <kvm@vger.kernel.org>
Subject: Re: [PULL 00/12] ppc patch queue 2015-08-22
Date: Sat, 22 Aug 2015 22:32:20 +0000	[thread overview]
Message-ID: <55D8F874.3030102@redhat.com> (raw)
In-Reply-To: <1440235295-244203-1-git-send-email-agraf@suse.de>



On 22/08/2015 02:21, Alexander Graf wrote:
> Hi Paolo,
> 
> This is my current patch queue for ppc.  Please pull.

Done, but this queue has not been in linux-next.  Please push to
kvm-ppc-next on your github Linux tree as well; please keep an eye on
Steven Rothwell's messages in the next few days, and I'll send the pull
request sometimes next week via webmail if everything goes fine.

Paolo

> Alex
> 
> 
> The following changes since commit 4d283ec908e617fa28bcb06bce310206f0655d67:
> 
>   x86/kvm: Rename VMX's segment access rights defines (2015-08-15 00:47:13 +0200)
> 
> are available in the git repository at:
> 
>   git://github.com/agraf/linux-2.6.git tags/signed-kvm-ppc-next
> 
> for you to fetch changes up to c63517c2e3810071359af926f621c1f784388c3f:
> 
>   KVM: PPC: Book3S: correct width in XER handling (2015-08-22 11:16:19 +0200)
> 
> ----------------------------------------------------------------
> Patch queue for ppc - 2015-08-22
> 
> Highlights for KVM PPC this time around:
> 
>   - Book3S: A few bug fixes
>   - Book3S: Allow micro-threading on POWER8
> 
> ----------------------------------------------------------------
> Paul Mackerras (7):
>       KVM: PPC: Book3S HV: Make use of unused threads when running guests
>       KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
>       KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE
>       KVM: PPC: Book3S HV: Fix bug in dirty page tracking
>       KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD
>       KVM: PPC: Book3S HV: Fix preempted vcore list locking
>       KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation
> 
> Sam bobroff (1):
>       KVM: PPC: Book3S: correct width in XER handling
> 
> Thomas Huth (2):
>       KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig
>       KVM: PPC: Fix warnings from sparse
> 
> Tudor Laurentiu (2):
>       KVM: PPC: fix suspicious use of conditional operator
>       KVM: PPC: add missing pt_regs initialization
> 
>  arch/powerpc/include/asm/kvm_book3s.h     |   5 +-
>  arch/powerpc/include/asm/kvm_book3s_asm.h |  22 +-
>  arch/powerpc/include/asm/kvm_booke.h      |   4 +-
>  arch/powerpc/include/asm/kvm_host.h       |  24 +-
>  arch/powerpc/include/asm/ppc-opcode.h     |   2 +-
>  arch/powerpc/kernel/asm-offsets.c         |   9 +
>  arch/powerpc/kvm/Kconfig                  |   8 +-
>  arch/powerpc/kvm/book3s.c                 |   3 +-
>  arch/powerpc/kvm/book3s_32_mmu_host.c     |   1 +
>  arch/powerpc/kvm/book3s_64_mmu_host.c     |   1 +
>  arch/powerpc/kvm/book3s_64_mmu_hv.c       |   8 +-
>  arch/powerpc/kvm/book3s_emulate.c         |   1 +
>  arch/powerpc/kvm/book3s_hv.c              | 660 ++++++++++++++++++++++++++----
>  arch/powerpc/kvm/book3s_hv_builtin.c      |  32 +-
>  arch/powerpc/kvm/book3s_hv_rm_mmu.c       | 161 +++++++-
>  arch/powerpc/kvm/book3s_hv_rm_xics.c      |   4 +-
>  arch/powerpc/kvm/book3s_hv_rmhandlers.S   | 128 +++++-
>  arch/powerpc/kvm/book3s_paired_singles.c  |   2 +-
>  arch/powerpc/kvm/book3s_segment.S         |   4 +-
>  arch/powerpc/kvm/booke.c                  |   1 +
>  arch/powerpc/kvm/e500_mmu.c               |   2 +-
>  arch/powerpc/kvm/powerpc.c                |   2 +-
>  22 files changed, 938 insertions(+), 146 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  parent reply	other threads:[~2015-08-22 22:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-22  9:21 [PULL 00/12] ppc patch queue 2015-08-22 Alexander Graf
2015-08-22  9:21 ` [PULL 01/12] KVM: PPC: fix suspicious use of conditional operator Alexander Graf
2015-08-22  9:21 ` [PULL 02/12] KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig Alexander Graf
2015-08-22  9:21 ` [PULL 03/12] KVM: PPC: Fix warnings from sparse Alexander Graf
2015-08-22  9:21 ` [PULL 04/12] KVM: PPC: add missing pt_regs initialization Alexander Graf
2015-08-22  9:21 ` [PULL 05/12] KVM: PPC: Book3S HV: Make use of unused threads when running guests Alexander Graf
2015-08-22  9:21 ` [PULL 06/12] KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8 Alexander Graf
2015-08-22  9:21 ` [PULL 07/12] KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE Alexander Graf
2015-08-22  9:21 ` [PULL 08/12] KVM: PPC: Book3S HV: Fix bug in dirty page tracking Alexander Graf
2015-08-22  9:21 ` [PULL 09/12] KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD Alexander Graf
2015-08-22  9:21 ` [PULL 10/12] KVM: PPC: Book3S HV: Fix preempted vcore list locking Alexander Graf
2015-08-22  9:21 ` [PULL 11/12] KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation Alexander Graf
2015-08-22  9:21 ` [PULL 12/12] KVM: PPC: Book3S: correct width in XER handling Alexander Graf
2015-08-22 22:32 ` Paolo Bonzini [this message]
2015-08-24  4:49   ` [PULL 00/12] ppc patch queue 2015-08-22 Alexander Graf
2015-08-24  8:52     ` Paolo Bonzini

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=55D8F874.3030102@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=agraf@suse.de \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    /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