Re: [PATCH v4 11/46] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSR
From: Paul Mackerras <hidden> Date: 2021-03-31 04:59:07
On Tue, Mar 23, 2021 at 11:02:30AM +1000, Nicholas Piggin wrote:
Rather than clear the HV bit from the MSR at guest entry, make it clear
that the hypervisor does not allow the guest to set the bit.
The HV clear is kept in guest entry for now, but a future patch will
warn if it's not present.
Will warn if it *is* present, surely?
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>