From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [PATCH 00/12] Remaining improvements for HV KVM Date: Fri, 27 Mar 2015 14:29:44 +1100 Message-ID: <1427426996-17651-1-git-send-email-paulus@samba.org> Cc: Alexander Graf To: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org Return-path: Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org This is the rest of my current patch queue for HV KVM on PPC. This series is based on Alex Graf's kvm-ppc-queue branch. The last patch in this series needs a definition of PPC_MSGCLR that is added by the patch "powerpc/powernv: Fixes for hypervisor doorbell handling", which has now gone upstream into Linus' tree as commit 755563bc79c7 via the linuxppc-dev mailing list. Alex, how do you want to handle that? You could pull in the master branch of the kvm tree, or you could cherry-pick 755563bc79c7 and let the subsequent merge fix it up. Paul. arch/powerpc/include/asm/kvm_book3s_64.h | 4 + arch/powerpc/include/asm/kvm_host.h | 44 +++- arch/powerpc/include/asm/time.h | 3 + arch/powerpc/kernel/asm-offsets.c | 20 +- arch/powerpc/kernel/time.c | 6 + arch/powerpc/kvm/Kconfig | 14 + arch/powerpc/kvm/book3s_64_mmu_hv.c | 136 ++++++++++ arch/powerpc/kvm/book3s_hv.c | 413 +++++++++++++++++++++-------- arch/powerpc/kvm/book3s_hv_builtin.c | 85 +++++- arch/powerpc/kvm/book3s_hv_rm_xics.c | 12 +- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 432 +++++++++++++++++++++---------- virt/kvm/kvm_main.c | 1 + 12 files changed, 897 insertions(+), 273 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Fri, 27 Mar 2015 03:29:44 +0000 Subject: [PATCH 00/12] Remaining improvements for HV KVM Message-Id: <1427426996-17651-1-git-send-email-paulus@samba.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org Cc: Alexander Graf This is the rest of my current patch queue for HV KVM on PPC. This series is based on Alex Graf's kvm-ppc-queue branch. The last patch in this series needs a definition of PPC_MSGCLR that is added by the patch "powerpc/powernv: Fixes for hypervisor doorbell handling", which has now gone upstream into Linus' tree as commit 755563bc79c7 via the linuxppc-dev mailing list. Alex, how do you want to handle that? You could pull in the master branch of the kvm tree, or you could cherry-pick 755563bc79c7 and let the subsequent merge fix it up. Paul. arch/powerpc/include/asm/kvm_book3s_64.h | 4 + arch/powerpc/include/asm/kvm_host.h | 44 +++- arch/powerpc/include/asm/time.h | 3 + arch/powerpc/kernel/asm-offsets.c | 20 +- arch/powerpc/kernel/time.c | 6 + arch/powerpc/kvm/Kconfig | 14 + arch/powerpc/kvm/book3s_64_mmu_hv.c | 136 ++++++++++ arch/powerpc/kvm/book3s_hv.c | 413 +++++++++++++++++++++-------- arch/powerpc/kvm/book3s_hv_builtin.c | 85 +++++- arch/powerpc/kvm/book3s_hv_rm_xics.c | 12 +- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 432 +++++++++++++++++++++---------- virt/kvm/kvm_main.c | 1 + 12 files changed, 897 insertions(+), 273 deletions(-)