From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Sat, 24 May 2014 08:21:54 +0000 Subject: [PATCH 0/7] Bug fixes for HV KVM Message-Id: <1400919721-14264-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: Alexander Graf Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org This series of patches fixes a few bugs that have been found in testing HV KVM recently. It also adds workarounds for a couple of POWER8 PMU bugs, fixes the definition of KVM_REG_PPC_WORT, and adds some things that were missing from Documentation/virtual/kvm/api.txt. The patches are against Alex Graf's kvm-ppc-queue branch. Please apply for 3.16. The first couple would be safe to go into 3.15 as well, and probably should. Thanks, Paul. Documentation/virtual/kvm/api.txt | 6 ++++ arch/powerpc/include/asm/reg.h | 12 ++++--- arch/powerpc/include/uapi/asm/kvm.h | 2 +- arch/powerpc/kvm/book3s_64_mmu_hv.c | 59 +++++++++++++++++++++++++------- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 3 +- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 60 +++++++++++++++++++++++++++++++-- 6 files changed, 120 insertions(+), 22 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [PATCH 0/7] Bug fixes for HV KVM Date: Sat, 24 May 2014 18:21:54 +1000 Message-ID: <1400919721-14264-1-git-send-email-paulus@samba.org> Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org To: Alexander Graf Return-path: Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org This series of patches fixes a few bugs that have been found in testing HV KVM recently. It also adds workarounds for a couple of POWER8 PMU bugs, fixes the definition of KVM_REG_PPC_WORT, and adds some things that were missing from Documentation/virtual/kvm/api.txt. The patches are against Alex Graf's kvm-ppc-queue branch. Please apply for 3.16. The first couple would be safe to go into 3.15 as well, and probably should. Thanks, Paul. Documentation/virtual/kvm/api.txt | 6 ++++ arch/powerpc/include/asm/reg.h | 12 ++++--- arch/powerpc/include/uapi/asm/kvm.h | 2 +- arch/powerpc/kvm/book3s_64_mmu_hv.c | 59 +++++++++++++++++++++++++------- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 3 +- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 60 +++++++++++++++++++++++++++++++-- 6 files changed, 120 insertions(+), 22 deletions(-)