From: Marcelo Tosatti <mtosatti@redhat.com>
To: Alexander Graf <agraf@suse.de>
Cc: kvm-ppc@vger.kernel.org,
"kvm@vger.kernel.org mailing list" <kvm@vger.kernel.org>,
Gleb Natapov <gleb@redhat.com>
Subject: Re: [PULL 00/14] ppc patch queue 2013-02-15
Date: Tue, 19 Feb 2013 00:15:31 +0000 [thread overview]
Message-ID: <20130219001531.GC6166@amt.cnet> (raw)
In-Reply-To: <1360887388-6586-1-git-send-email-agraf@suse.de>
Pulled, thanks.
On Fri, Feb 15, 2013 at 01:16:16AM +0100, Alexander Graf wrote:
> Hi Marcelo / Gleb,
>
> This is my current patch queue for ppc. Please pull.
>
> Highlights of this queue drop are:
>
> - BookE: Fast mapping support for 4k backed memory
> - BookE: Handle alignment interrupts
>
> Alex
>
>
> The following changes since commit cbd29cb6e38af6119df2cdac0c58acf0e85c177e:
> Jan Kiszka (1):
> KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msr
>
> are available in the git repository at:
>
> git://github.com/agraf/linux-2.6.git kvm-ppc-next
>
> Alexander Graf (11):
> KVM: PPC: E500: Move write_stlbe higher
> KVM: PPC: E500: Explicitly mark shadow maps invalid
> KVM: PPC: E500: Propagate errors when shadow mapping
> KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping
> KVM: PPC: E500: Split host and guest MMU parts
> KVM: PPC: e500: Implement TLB1-in-TLB0 mapping
> KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static
> KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB code
> Merge commit 'origin/next' into kvm-ppc-next
> KVM: PPC: BookE: Handle alignment interrupts
> Merge commit 'origin/next' into kvm-ppc-next
>
> Bharat Bhushan (3):
> KVM: PPC: booke: use vcpu reference from thread_struct
> KVM: PPC: booke: Allow multiple exception types
> booke: Added DBCR4 SPR number
>
> arch/powerpc/include/asm/kvm_ppc.h | 2 -
> arch/powerpc/include/asm/reg.h | 2 -
> arch/powerpc/include/asm/reg_booke.h | 1 +
> arch/powerpc/kernel/asm-offsets.c | 2 +-
> arch/powerpc/kvm/Makefile | 9 +-
> arch/powerpc/kvm/booke.c | 30 +-
> arch/powerpc/kvm/booke.h | 1 +
> arch/powerpc/kvm/booke_interrupts.S | 49 +-
> arch/powerpc/kvm/e500.c | 16 +-
> arch/powerpc/kvm/e500.h | 1 +
> arch/powerpc/kvm/e500_mmu.c | 809 +++++++++++++++++++
> arch/powerpc/kvm/e500_mmu_host.c | 699 +++++++++++++++++
> arch/powerpc/kvm/e500_mmu_host.h | 18 +
> arch/powerpc/kvm/e500_tlb.c | 1430 ----------------------------------
> 14 files changed, 1610 insertions(+), 1459 deletions(-)
> create mode 100644 arch/powerpc/kvm/e500_mmu.c
> create mode 100644 arch/powerpc/kvm/e500_mmu_host.c
> create mode 100644 arch/powerpc/kvm/e500_mmu_host.h
> delete mode 100644 arch/powerpc/kvm/e500_tlb.c
> --
> 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
WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Alexander Graf <agraf@suse.de>
Cc: kvm-ppc@vger.kernel.org,
"kvm@vger.kernel.org mailing list" <kvm@vger.kernel.org>,
Gleb Natapov <gleb@redhat.com>
Subject: Re: [PULL 00/14] ppc patch queue 2013-02-15
Date: Mon, 18 Feb 2013 21:15:31 -0300 [thread overview]
Message-ID: <20130219001531.GC6166@amt.cnet> (raw)
In-Reply-To: <1360887388-6586-1-git-send-email-agraf@suse.de>
Pulled, thanks.
On Fri, Feb 15, 2013 at 01:16:16AM +0100, Alexander Graf wrote:
> Hi Marcelo / Gleb,
>
> This is my current patch queue for ppc. Please pull.
>
> Highlights of this queue drop are:
>
> - BookE: Fast mapping support for 4k backed memory
> - BookE: Handle alignment interrupts
>
> Alex
>
>
> The following changes since commit cbd29cb6e38af6119df2cdac0c58acf0e85c177e:
> Jan Kiszka (1):
> KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msr
>
> are available in the git repository at:
>
> git://github.com/agraf/linux-2.6.git kvm-ppc-next
>
> Alexander Graf (11):
> KVM: PPC: E500: Move write_stlbe higher
> KVM: PPC: E500: Explicitly mark shadow maps invalid
> KVM: PPC: E500: Propagate errors when shadow mapping
> KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping
> KVM: PPC: E500: Split host and guest MMU parts
> KVM: PPC: e500: Implement TLB1-in-TLB0 mapping
> KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static
> KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB code
> Merge commit 'origin/next' into kvm-ppc-next
> KVM: PPC: BookE: Handle alignment interrupts
> Merge commit 'origin/next' into kvm-ppc-next
>
> Bharat Bhushan (3):
> KVM: PPC: booke: use vcpu reference from thread_struct
> KVM: PPC: booke: Allow multiple exception types
> booke: Added DBCR4 SPR number
>
> arch/powerpc/include/asm/kvm_ppc.h | 2 -
> arch/powerpc/include/asm/reg.h | 2 -
> arch/powerpc/include/asm/reg_booke.h | 1 +
> arch/powerpc/kernel/asm-offsets.c | 2 +-
> arch/powerpc/kvm/Makefile | 9 +-
> arch/powerpc/kvm/booke.c | 30 +-
> arch/powerpc/kvm/booke.h | 1 +
> arch/powerpc/kvm/booke_interrupts.S | 49 +-
> arch/powerpc/kvm/e500.c | 16 +-
> arch/powerpc/kvm/e500.h | 1 +
> arch/powerpc/kvm/e500_mmu.c | 809 +++++++++++++++++++
> arch/powerpc/kvm/e500_mmu_host.c | 699 +++++++++++++++++
> arch/powerpc/kvm/e500_mmu_host.h | 18 +
> arch/powerpc/kvm/e500_tlb.c | 1430 ----------------------------------
> 14 files changed, 1610 insertions(+), 1459 deletions(-)
> create mode 100644 arch/powerpc/kvm/e500_mmu.c
> create mode 100644 arch/powerpc/kvm/e500_mmu_host.c
> create mode 100644 arch/powerpc/kvm/e500_mmu_host.h
> delete mode 100644 arch/powerpc/kvm/e500_tlb.c
> --
> 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
next prev parent reply other threads:[~2013-02-19 0:15 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-15 0:16 [PULL 00/14] ppc patch queue 2013-02-15 Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 01/12] KVM: PPC: E500: Move write_stlbe higher Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 02/12] KVM: PPC: E500: Explicitly mark shadow maps invalid Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 19:45 ` Scott Wood
2013-02-15 19:45 ` Scott Wood
2013-02-15 0:16 ` [PATCH 03/12] KVM: PPC: E500: Propagate errors when shadow mapping Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 04/12] KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 05/12] KVM: PPC: E500: Split host and guest MMU parts Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 06/12] KVM: PPC: e500: Implement TLB1-in-TLB0 mapping Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 07/12] KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 08/12] KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB code Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 09/12] KVM: PPC: booke: use vcpu reference from thread_struct Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 10/12] KVM: PPC: booke: Allow multiple exception types Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 11/12] booke: Added DBCR4 SPR number Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-15 0:16 ` [PATCH 12/12] KVM: PPC: BookE: Handle alignment interrupts Alexander Graf
2013-02-15 0:16 ` Alexander Graf
2013-02-19 0:15 ` Marcelo Tosatti [this message]
2013-02-19 0:15 ` [PULL 00/14] ppc patch queue 2013-02-15 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=20130219001531.GC6166@amt.cnet \
--to=mtosatti@redhat.com \
--cc=agraf@suse.de \
--cc=gleb@redhat.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.