Re: [PATCH 05/11] target/ppc: Restrict PPCVirtualHypervisorClass to system-mode

2020-05-10 Thread David Gibson
On Sat, May 09, 2020 at 03:09:04PM +0200, Philippe Mathieu-Daudé wrote: > The code related to PPC Virtual Hypervisor is pointless in user-mode. > > Signed-off-by: Philippe Mathieu-Daudé Acked-by: David Gibson > --- > target/ppc/cpu.h| 4 ++-- > target/ppc/kvm_ppc.h

[PATCH 05/11] target/ppc: Restrict PPCVirtualHypervisorClass to system-mode

2020-05-09 Thread Philippe Mathieu-Daudé
The code related to PPC Virtual Hypervisor is pointless in user-mode. Signed-off-by: Philippe Mathieu-Daudé --- target/ppc/cpu.h| 4 ++-- target/ppc/kvm_ppc.h| 22 +++--- target/ppc/translate_init.inc.c | 4 3 files changed, 17 insertions(+), 13