Re: [PATCH] KVM: PPC: Book3S HV: HFSCR[PREFIX] does not exist

2022-05-24 Thread Michael Ellerman
On Sat, 22 Jan 2022 20:56:39 +1000, Nicholas Piggin wrote: > This facility is controlled by FSCR only. Reserved bits should not be > set in the HFSCR register (although it's likely harmless as this > position would not be re-used, and the L0 is forgiving here too). > > Applied to

Re: [PATCH] KVM: PPC: Book3S HV: HFSCR[PREFIX] does not exist

2022-01-24 Thread Fabiano Rosas
Nicholas Piggin writes: > This facility is controlled by FSCR only. Reserved bits should not be > set in the HFSCR register (although it's likely harmless as this > position would not be re-used, and the L0 is forgiving here too). > > Signed-off-by: Nicholas Piggin Reviewed-by: Fabiano Rosas

[PATCH] KVM: PPC: Book3S HV: HFSCR[PREFIX] does not exist

2022-01-22 Thread Nicholas Piggin
This facility is controlled by FSCR only. Reserved bits should not be set in the HFSCR register (although it's likely harmless as this position would not be re-used, and the L0 is forgiving here too). Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/reg.h | 1 -