From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Date: Thu, 2 Mar 2017 12:55:56 +1100 Message-ID: <20170302015556.GA25913@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org, Michael Ellerman To: Paolo Bonzini , kvm@vger.kernel.org Return-path: Received: from ozlabs.org ([103.22.144.67]:38991 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753448AbdCBB6j (ORCPT ); Wed, 1 Mar 2017 20:58:39 -0500 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Paolo, Please do a pull from my kvm-ppc-fixes branch to get two bug fixes for HV KVM on POWER9 machines. I would like them to go into 4.11. One of the commits touches a PPC header file. I have verbal approval from Michael Ellerman for this change to go via the KVM tree because the affected definitions are only used by KVM. Thanks, Paul. The following changes since commit fd7e9a88348472521d999434ee02f25735c7dadf: Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2017-02-22 18:22:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-fixes for you to fetch changes up to 4e5acdc23a3dcbd6ad6dc93a9783dd9c838987c8: KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9 (2017-03-01 11:54:10 +1100) ---------------------------------------------------------------- Paul Mackerras (2): KVM: PPC: Book3S HV: Fix software walk of guest process page tables KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9 arch/powerpc/include/asm/book3s/64/mmu.h | 3 ++- arch/powerpc/kvm/book3s_64_mmu_radix.c | 5 +++-- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 02 Mar 2017 01:55:56 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-Id: <20170302015556.GA25913@fergus.ozlabs.ibm.com> List-Id: References: <20151112053542.GA22330@fergus.ozlabs.ibm.com> In-Reply-To: <20151112053542.GA22330@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paolo Bonzini , kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org, Michael Ellerman Paolo, Please do a pull from my kvm-ppc-fixes branch to get two bug fixes for HV KVM on POWER9 machines. I would like them to go into 4.11. One of the commits touches a PPC header file. I have verbal approval from Michael Ellerman for this change to go via the KVM tree because the affected definitions are only used by KVM. Thanks, Paul. The following changes since commit fd7e9a88348472521d999434ee02f25735c7dadf: Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2017-02-22 18:22:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc kvm-ppc-fixes for you to fetch changes up to 4e5acdc23a3dcbd6ad6dc93a9783dd9c838987c8: KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9 (2017-03-01 11:54:10 +1100) ---------------------------------------------------------------- Paul Mackerras (2): KVM: PPC: Book3S HV: Fix software walk of guest process page tables KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9 arch/powerpc/include/asm/book3s/64/mmu.h | 3 ++- arch/powerpc/kvm/book3s_64_mmu_radix.c | 5 +++-- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-)