Re: [PATCH v4 10/46] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR

2021-03-30 Thread Paul Mackerras
On Tue, Mar 23, 2021 at 11:02:29AM +1000, Nicholas Piggin wrote: > Rather than add the ME bit to the MSR at guest entry, make it clear > that the hypervisor does not allow the guest to clear the bit. > > The ME set is kept in guest entry for now, but a future patch will > warn if it's not present.

[PATCH v4 10/46] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR

2021-03-22 Thread Nicholas Piggin
Rather than add the ME bit to the MSR at guest entry, make it clear that the hypervisor does not allow the guest to clear the bit. The ME set is kept in guest entry for now, but a future patch will warn if it's not present. Reviewed-by: Daniel Axtens Reviewed-by: Fabiano Rosas Signed-off-by: Ni