| Submitter | Alexander Graf |
|---|---|
| Date | July 11, 2012, 12:56 a.m. |
| Message ID | <1341968204-6756-1-git-send-email-agraf@suse.de> |
| Download | mbox |
| Permalink | /patch/170324/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/agraf/linux-2.6.git for-upstreamComments
On 07/11/2012 03:56 AM, Alexander Graf wrote: > Hi Avi, > > This is my current patch queue for ppc. Please pull. > > It contains the following changes: > > * VERY IMPORTANT (please forward to -stable): > Fix H_CEDE with PR KVM and newer guest kernels If it's important please separate it and put it on top of master for 3.5 (I can cherry pick it, but you'll need to re-do the pull request. Or can it wait until 3.6? > * Prepare some of the booke code for 64 bit support > * BookE: Fix ESR flag in DSI > * BookE: Add rfci emulation > * Book3S HV: Fix locks (should be in your tree already?) >
On 07/11/2012 03:56 AM, Alexander Graf wrote: > Hi Avi, > > This is my current patch queue for ppc. Please pull. > > * Book3S HV: Fix locks (should be in your tree already?) > Indeed it's in 3.5 already. The way to check it to look for it in auto-next, which includes master, upstream, and next.
On 07/11/2012 03:56 AM, Alexander Graf wrote: > Hi Avi, > > This is my current patch queue for ppc. Please pull. > > It contains the following changes: > > * VERY IMPORTANT (please forward to -stable): > Fix H_CEDE with PR KVM and newer guest kernels > * Prepare some of the booke code for 64 bit support > * BookE: Fix ESR flag in DSI > * BookE: Add rfci emulation > * Book3S HV: Fix locks (should be in your tree already?) > Thanks, pulled the updated branch.
Hi Avi, This is my current patch queue for ppc. Please pull. It contains the following changes: * VERY IMPORTANT (please forward to -stable): Fix H_CEDE with PR KVM and newer guest kernels * Prepare some of the booke code for 64 bit support * BookE: Fix ESR flag in DSI * BookE: Add rfci emulation * Book3S HV: Fix locks (should be in your tree already?) Alex The following changes since commit 5cfc2aabcb282f4554e7086c9893b386ad6ba9d4: Rik van Riel (1): KVM: handle last_boosted_vcpu = 0 case are available in the git repository at: git://github.com/agraf/linux-2.6.git for-upstream Benjamin Herrenschmidt (1): powerpc/kvm: Fix "PR" KVM implementation of H_CEDE Bharat Bhushan (3): booke/bookehv: Add host crit-watchdog exception support booke: Added crit/mc exception handler for e500v2 KVM: PPC: Critical interrupt emulation support Mihai Caraman (3): KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt KVM: PPC64: booke: Set interrupt computation mode for 64-bit host KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests Paul Mackerras (1): KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page Varun Sethi (1): KVM: PPC: bookehv64: Add support for std/ld emulation. arch/powerpc/include/asm/hw_irq.h | 2 + arch/powerpc/kvm/book3s_hv.c | 96 ++++++++++++++++++++++---------- arch/powerpc/kvm/book3s_pr_papr.c | 1 + arch/powerpc/kvm/booke.c | 21 +++++++ arch/powerpc/kvm/booke_emulate.c | 25 +++++++++ arch/powerpc/kvm/booke_interrupts.S | 55 +++++++++---------- arch/powerpc/kvm/bookehv_interrupts.S | 2 +- arch/powerpc/kvm/e500mc.c | 8 ++- arch/powerpc/kvm/emulate.c | 16 ++++++ 9 files changed, 165 insertions(+), 61 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html