From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: [PULL 0/9] ppc patch queue 2012-07-11 Date: Wed, 11 Jul 2012 02:56:35 +0200 Message-ID: <1341968204-6756-1-git-send-email-agraf@suse.de> Cc: kvm-ppc@vger.kernel.org, Avi Kivity , Marcelo Tossati To: KVM list Return-path: Received: from cantor2.suse.de ([195.135.220.15]:41995 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932359Ab2GKA4t (ORCPT ); Tue, 10 Jul 2012 20:56:49 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Wed, 11 Jul 2012 00:56:35 +0000 Subject: [PULL 0/9] ppc patch queue 2012-07-11 Message-Id: <1341968204-6756-1-git-send-email-agraf@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: KVM list Cc: kvm-ppc@vger.kernel.org, Avi Kivity , Marcelo Tossati 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(-)