Re: [PATCH 5/9] ppc/pegasos2: Report an error when run with KVM

2023-06-20 Thread BALATON Zoltan
On Tue, 20 Jun 2023, Cédric Le Goater wrote: The 'pegasos2' machine never supported KVM. This piece of code was inherited from another model. Why? These machines are supposed to run with KVM they were just not tested yet. I think pegasos2 should work on a G4 host with KVM-PR but you need to u

Re: [PATCH 5/9] ppc/pegasos2: Report an error when run with KVM

2023-06-20 Thread Richard Henderson
On 6/20/23 07:59, Cédric Le Goater wrote: The 'pegasos2' machine never supported KVM. This piece of code was inherited from another model. Cc: BALATON Zoltan Signed-off-by: Cédric Le Goater --- hw/ppc/pegasos2.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) Reviewed-by: Richar

[PATCH 5/9] ppc/pegasos2: Report an error when run with KVM

2023-06-19 Thread Cédric Le Goater
The 'pegasos2' machine never supported KVM. This piece of code was inherited from another model. Cc: BALATON Zoltan Signed-off-by: Cédric Le Goater --- hw/ppc/pegasos2.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c index af5489d