Re: [PATCH 6/9] ppc/sam460ex: Report an error when run with KVM

2023-06-20 Thread BALATON Zoltan
On Tue, 20 Jun 2023, Cédric Le Goater wrote: On 6/20/23 12:42, BALATON Zoltan wrote: On Tue, 20 Jun 2023, Cédric Le Goater wrote: The 'sam460ex' machine never supported KVM. This piece of code was inherited from another model. This is the same as for pegasos2, it might work on a BookE host if

Re: [PATCH 6/9] ppc/sam460ex: Report an error when run with KVM

2023-06-20 Thread Cédric Le Goater
On 6/20/23 12:42, BALATON Zoltan wrote: On Tue, 20 Jun 2023, Cédric Le Goater wrote: The 'sam460ex' machine never supported KVM. This piece of code was inherited from another model. This is the same as for pegasos2, it might work on a BookE host if KVM-PR on that host is still supported so pl

Re: [PATCH 6/9] ppc/sam460ex: Report an error when run with KVM

2023-06-20 Thread BALATON Zoltan
On Tue, 20 Jun 2023, Cédric Le Goater wrote: The 'sam460ex' machine never supported KVM. This piece of code was inherited from another model. This is the same as for pegasos2, it might work on a BookE host if KVM-PR on that host is still supported so please keep this around unless there's a k

Re: [PATCH 6/9] ppc/sam460ex: 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 'sam460ex' 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/sam460ex.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) Reviewed-

[PATCH 6/9] ppc/sam460ex: Report an error when run with KVM

2023-06-19 Thread Cédric Le Goater
The 'sam460ex' 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/sam460ex.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/hw/ppc/sam460ex.c b/hw/ppc/sam460ex.c ind