Re: [PATCH 2/4] target/ppc: Allow virtual hypervisor on CPU without HV

2021-07-07 Thread David Gibson
On Sun, Jun 27, 2021 at 06:27:13PM +0200, BALATON Zoltan wrote: > Change the assert in ppc_store_sdr1() to allow vhyp to be set on CPUs > without HV bit. This allows using the vhyp interface for firmware > emulation on pegasos2. > > Signed-off-by: BALATON Zoltan Kind of a hack, but a simple one,

[PATCH 2/4] target/ppc: Allow virtual hypervisor on CPU without HV

2021-06-27 Thread BALATON Zoltan
Change the assert in ppc_store_sdr1() to allow vhyp to be set on CPUs without HV bit. This allows using the vhyp interface for firmware emulation on pegasos2. Signed-off-by: BALATON Zoltan --- target/ppc/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/ppc/cpu.c b