From: Paolo Bonzini <pbonzini@redhat.com>
To: Alexander Graf <agraf@suse.de>, kvm-ppc@vger.kernel.org
Cc: kvm@vger.kernel.org
Subject: Re: [PULL 00/24] ppc patch queue 2014-09-24
Date: Wed, 24 Sep 2014 21:21:13 +0000 [thread overview]
Message-ID: <542335C9.8020205@redhat.com> (raw)
In-Reply-To: <1411591418-56061-1-git-send-email-agraf@suse.de>
Il 24/09/2014 22:43, Alexander Graf ha scritto:
> Hi Paolo,
>
> This is my current patch queue for ppc. Please pull.
>
> Alex
>
>
> The following changes since commit f51770ed465e6eb41da7fa16fd92eb67069600cf:
>
> kvm: Make init_rmode_identity_map() return 0 on success. (2014-09-17 13:10:12 +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 8d0eff6385640a9e6eed0b0c09113794b2bb74e9:
>
> KVM: PPC: Pass enum to kvmppc_get_last_inst (2014-09-22 10:11:36 +0200)
>
> ----------------------------------------------------------------
> Patch queue for ppc - 2014-09-24
>
> New awesome things in this release:
>
> - E500: e6500 core support
> - E500: guest and remote debug support
> - Book3S: remote sw breakpoint support
> - Book3S: HV: Minor bugfixes
>
> ----------------------------------------------------------------
> Alexander Graf (1):
> KVM: PPC: Pass enum to kvmppc_get_last_inst
>
> Bharat Bhushan (8):
> KVM: PPC: BOOKE: allow debug interrupt at "debug level"
> KVM: PPC: BOOKE : Emulate rfdi instruction
> KVM: PPC: BOOKE: Allow guest to change MSR_DE
> KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG
> KVM: PPC: BOOKE: Guest and hardware visible debug registers are same
> KVM: PPC: BOOKE: Add one reg interface for DBSR
> KVM: PPC: BOOKE: Add one_reg documentation of SPRG9 and DBSR
> KVM: PPC: BOOKE: Emulate debug registers and exception
>
> Madhavan Srinivasan (2):
> powerpc/kvm: support to handle sw breakpoint
> powerpc/kvm: common sw breakpoint instr across ppc
>
> Michael Neuling (1):
> KVM: PPC: Book3S HV: Add register name when loading toc
>
> Mihai Caraman (10):
> powerpc/booke: Restrict SPE exception handlers to e200/e500 cores
> powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbers
> KVM: PPC: Book3E: Increase FPU laziness
> KVM: PPC: Book3e: Add AltiVec support
> KVM: PPC: Make ONE_REG powerpc generic
> KVM: PPC: Move ONE_REG AltiVec support to powerpc
> KVM: PPC: Remove the tasklet used by the hrtimer
> KVM: PPC: Remove shared defines for SPE and AltiVec interrupts
> KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core
> KVM: PPC: Book3E: Enable e6500 core
>
> Paul Mackerras (2):
> KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads
> KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR
>
> Documentation/virtual/kvm/api.txt | 2 +
> arch/powerpc/include/asm/kvm_asm.h | 20 +--
> arch/powerpc/include/asm/kvm_booke.h | 7 +-
> arch/powerpc/include/asm/kvm_host.h | 4 +-
> arch/powerpc/include/asm/kvm_ppc.h | 11 +-
> arch/powerpc/include/asm/reg_booke.h | 2 +
> arch/powerpc/include/uapi/asm/kvm.h | 6 +
> arch/powerpc/kernel/cpu_setup_fsl_booke.S | 12 +-
> arch/powerpc/kernel/cputable.c | 5 +
> arch/powerpc/kernel/exceptions-64e.S | 4 +-
> arch/powerpc/kernel/head_fsl_booke.S | 26 ++-
> arch/powerpc/kvm/book3s.c | 158 +++++-----------
> arch/powerpc/kvm/book3s_hv.c | 47 ++++-
> arch/powerpc/kvm/book3s_hv_rmhandlers.S | 3 +-
> arch/powerpc/kvm/book3s_pr.c | 3 +
> arch/powerpc/kvm/booke.c | 287 ++++++++++++++++++++++--------
> arch/powerpc/kvm/booke.h | 40 +----
> arch/powerpc/kvm/booke_emulate.c | 163 +++++++++++++++++
> arch/powerpc/kvm/bookehv_interrupts.S | 13 +-
> arch/powerpc/kvm/e500.h | 20 +++
> arch/powerpc/kvm/e500_emulate.c | 20 +++
> arch/powerpc/kvm/e500_mmu_host.c | 18 +-
> arch/powerpc/kvm/e500mc.c | 60 +++++--
> arch/powerpc/kvm/emulate.c | 17 +-
> arch/powerpc/kvm/emulate_loadstore.c | 2 +-
> arch/powerpc/kvm/powerpc.c | 107 ++++++++++-
> arch/powerpc/platforms/Kconfig.cputype | 6 +-
> 27 files changed, 763 insertions(+), 300 deletions(-)
>
Pulled, thanks!
Paolo
WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Alexander Graf <agraf@suse.de>, kvm-ppc@vger.kernel.org
Cc: kvm@vger.kernel.org
Subject: Re: [PULL 00/24] ppc patch queue 2014-09-24
Date: Wed, 24 Sep 2014 23:21:13 +0200 [thread overview]
Message-ID: <542335C9.8020205@redhat.com> (raw)
In-Reply-To: <1411591418-56061-1-git-send-email-agraf@suse.de>
Il 24/09/2014 22:43, Alexander Graf ha scritto:
> Hi Paolo,
>
> This is my current patch queue for ppc. Please pull.
>
> Alex
>
>
> The following changes since commit f51770ed465e6eb41da7fa16fd92eb67069600cf:
>
> kvm: Make init_rmode_identity_map() return 0 on success. (2014-09-17 13:10:12 +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 8d0eff6385640a9e6eed0b0c09113794b2bb74e9:
>
> KVM: PPC: Pass enum to kvmppc_get_last_inst (2014-09-22 10:11:36 +0200)
>
> ----------------------------------------------------------------
> Patch queue for ppc - 2014-09-24
>
> New awesome things in this release:
>
> - E500: e6500 core support
> - E500: guest and remote debug support
> - Book3S: remote sw breakpoint support
> - Book3S: HV: Minor bugfixes
>
> ----------------------------------------------------------------
> Alexander Graf (1):
> KVM: PPC: Pass enum to kvmppc_get_last_inst
>
> Bharat Bhushan (8):
> KVM: PPC: BOOKE: allow debug interrupt at "debug level"
> KVM: PPC: BOOKE : Emulate rfdi instruction
> KVM: PPC: BOOKE: Allow guest to change MSR_DE
> KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG
> KVM: PPC: BOOKE: Guest and hardware visible debug registers are same
> KVM: PPC: BOOKE: Add one reg interface for DBSR
> KVM: PPC: BOOKE: Add one_reg documentation of SPRG9 and DBSR
> KVM: PPC: BOOKE: Emulate debug registers and exception
>
> Madhavan Srinivasan (2):
> powerpc/kvm: support to handle sw breakpoint
> powerpc/kvm: common sw breakpoint instr across ppc
>
> Michael Neuling (1):
> KVM: PPC: Book3S HV: Add register name when loading toc
>
> Mihai Caraman (10):
> powerpc/booke: Restrict SPE exception handlers to e200/e500 cores
> powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbers
> KVM: PPC: Book3E: Increase FPU laziness
> KVM: PPC: Book3e: Add AltiVec support
> KVM: PPC: Make ONE_REG powerpc generic
> KVM: PPC: Move ONE_REG AltiVec support to powerpc
> KVM: PPC: Remove the tasklet used by the hrtimer
> KVM: PPC: Remove shared defines for SPE and AltiVec interrupts
> KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core
> KVM: PPC: Book3E: Enable e6500 core
>
> Paul Mackerras (2):
> KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads
> KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR
>
> Documentation/virtual/kvm/api.txt | 2 +
> arch/powerpc/include/asm/kvm_asm.h | 20 +--
> arch/powerpc/include/asm/kvm_booke.h | 7 +-
> arch/powerpc/include/asm/kvm_host.h | 4 +-
> arch/powerpc/include/asm/kvm_ppc.h | 11 +-
> arch/powerpc/include/asm/reg_booke.h | 2 +
> arch/powerpc/include/uapi/asm/kvm.h | 6 +
> arch/powerpc/kernel/cpu_setup_fsl_booke.S | 12 +-
> arch/powerpc/kernel/cputable.c | 5 +
> arch/powerpc/kernel/exceptions-64e.S | 4 +-
> arch/powerpc/kernel/head_fsl_booke.S | 26 ++-
> arch/powerpc/kvm/book3s.c | 158 +++++-----------
> arch/powerpc/kvm/book3s_hv.c | 47 ++++-
> arch/powerpc/kvm/book3s_hv_rmhandlers.S | 3 +-
> arch/powerpc/kvm/book3s_pr.c | 3 +
> arch/powerpc/kvm/booke.c | 287 ++++++++++++++++++++++--------
> arch/powerpc/kvm/booke.h | 40 +----
> arch/powerpc/kvm/booke_emulate.c | 163 +++++++++++++++++
> arch/powerpc/kvm/bookehv_interrupts.S | 13 +-
> arch/powerpc/kvm/e500.h | 20 +++
> arch/powerpc/kvm/e500_emulate.c | 20 +++
> arch/powerpc/kvm/e500_mmu_host.c | 18 +-
> arch/powerpc/kvm/e500mc.c | 60 +++++--
> arch/powerpc/kvm/emulate.c | 17 +-
> arch/powerpc/kvm/emulate_loadstore.c | 2 +-
> arch/powerpc/kvm/powerpc.c | 107 ++++++++++-
> arch/powerpc/platforms/Kconfig.cputype | 6 +-
> 27 files changed, 763 insertions(+), 300 deletions(-)
>
Pulled, thanks!
Paolo
next prev parent reply other threads:[~2014-09-24 21:21 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-24 20:43 [PULL 00/24] ppc patch queue 2014-09-24 Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 01/24] KVM: PPC: BOOKE: allow debug interrupt at "debug level" Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 02/24] KVM: PPC: BOOKE : Emulate rfdi instruction Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 03/24] KVM: PPC: BOOKE: Allow guest to change MSR_DE Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 04/24] KVM: PPC: BOOKE: Clear guest dbsr in userspace exit KVM_EXIT_DEBUG Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 05/24] KVM: PPC: BOOKE: Guest and hardware visible debug registers are same Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 06/24] KVM: PPC: BOOKE: Add one reg interface for DBSR Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 07/24] powerpc/booke: Restrict SPE exception handlers to e200/e500 cores Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 08/24] powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbers Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 09/24] KVM: PPC: Book3S HV: Add register name when loading toc Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 10/24] KVM: PPC: BOOKE: Add one_reg documentation of SPRG9 and DBSR Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 11/24] KVM: PPC: Book3E: Increase FPU laziness Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 12/24] KVM: PPC: Book3e: Add AltiVec support Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 13/24] KVM: PPC: Make ONE_REG powerpc generic Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 14/24] KVM: PPC: Move ONE_REG AltiVec support to powerpc Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 15/24] KVM: PPC: BOOKE: Emulate debug registers and exception Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 16/24] KVM: PPC: Remove the tasklet used by the hrtimer Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 17/24] KVM: PPC: Remove shared defines for SPE and AltiVec interrupts Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 18/24] KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 19/24] KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 20/24] KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 21/24] KVM: PPC: Book3E: Enable " Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 22/24] powerpc/kvm: support to handle sw breakpoint Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 23/24] powerpc/kvm: common sw breakpoint instr across ppc Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 20:43 ` [PULL 24/24] KVM: PPC: Pass enum to kvmppc_get_last_inst Alexander Graf
2014-09-24 20:43 ` Alexander Graf
2014-09-24 21:21 ` Paolo Bonzini [this message]
2014-09-24 21:21 ` [PULL 00/24] ppc patch queue 2014-09-24 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=542335C9.8020205@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 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.