From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Tue, 03 Apr 2012 12:22:45 +0000 Subject: Re: [GIT PULL] Please pull powerpc KVM fixes Message-Id: <20120403122245.GD24141@bloggs.ozlabs.ibm.com> List-Id: References: <20120403120305.GA24141@bloggs.ozlabs.ibm.com> In-Reply-To: <20120403120305.GA24141@bloggs.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Avi Kivity Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org On Tue, Apr 03, 2012 at 10:03:05PM +1000, Paul Mackerras wrote: > > The following changes since commit 592f5d87b3feee9d60411f19d583038c0c7670ad: OK, I messed up the git request-pull command. The request should have looked like this: The following changes since commit b1a808ff436343956a6ae63178ea1810c5e5a3a1: Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsi (2012-04-02 09:50:40 -0700) are available in the git repository at: git://github.com/paulusmack/linux tags/powerpc-fixes for you to fetch changes up to 592f5d87b3feee9d60411f19d583038c0c7670ad: KVM: PPC: Book3S: PR: Fix preemption (2012-04-03 16:42:39 +1000) ---------------------------------------------------------------- Five fixes for bugs that have crept in to the powerpc KVM implementations. These are all small simple patches that only affect arch/powerpc/kvm. They come from the series that Alex Graf put together but which was too late for the 3.4 merge window. ---------------------------------------------------------------- Alexander Graf (3): KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code KVM: PPC: Save/Restore CR over vcpu_run KVM: PPC: Book3S: PR: Fix preemption Paul Mackerras (2): KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry arch/powerpc/kvm/book3s_hv_builtin.c | 9 +++++---- arch/powerpc/kvm/book3s_hv_interrupts.S | 8 ++++++-- arch/powerpc/kvm/book3s_interrupts.S | 7 +++++++ arch/powerpc/kvm/book3s_pr.c | 9 +++++---- arch/powerpc/kvm/booke_interrupts.S | 7 ++++++- 5 files changed, 29 insertions(+), 11 deletions(-)