From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 19 Dec 2019 00:19:12 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes-5.5-1 tag Message-Id: <20191219001912.GA12288@blackberry> List-Id: References: <20180303091717.GA14569@fergus.ozlabs.ibm.com> In-Reply-To: <20180303091717.GA14569@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: Radim =?utf-8?B?S3LEjW3DocWZ?= , kvm-ppc@vger.kernel.org Paolo, Please do a pull from my kvm-ppc-fixes-5.5-1 to get one commit which should go in 5.5. It fixes a regression introduced in my last pull, which added an ultravisor call even on systems without an ultravisor. Thanks, Paul. The following changes since commit 7d73710d9ca2564f29d291d0b3badc09efdf25e9: kvm: vmx: Stop wasting a page for guest_msrs (2019-12-04 12:23:27 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-5.5-1 for you to fetch changes up to d89c69f42bf0fe42d1f52ea9b3dca15b1ade7601: KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor (2019-12-18 15:46:34 +1100) ---------------------------------------------------------------- PPC KVM fix for 5.5 - Fix a bug where we try to do an ultracall on a system without an ultravisor. ---------------------------------------------------------------- Paul Mackerras (1): KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor arch/powerpc/kvm/book3s_hv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)