RE: [PATCH] hw/arm/virt: Default enable the virtualization option(VHE) on A64FX

2022-01-16 Thread ishii.shuuic...@fujitsu.com
@linaro.org; > f4...@amsat.org; qemu-...@nongnu.org; qemu-devel@nongnu.org > Subject: Re: [PATCH] hw/arm/virt: Default enable the virtualization > option(VHE) > on A64FX > > On Fri, Jan 14, 2022 at 04:24:37PM +0900, Shuuichirou Ishii wrote: > > At A64FX specification, VHE is

Re: [PATCH] hw/arm/virt: Default enable the virtualization option(VHE) on A64FX

2022-01-14 Thread Andrew Jones
On Fri, Jan 14, 2022 at 04:24:37PM +0900, Shuuichirou Ishii wrote: > At A64FX specification, VHE is enabled by default, so > the virtualization option should be enabled when -cpu a64fx > is specified. > > Signed-off-by: Shuuichirou Ishii > --- > hw/arm/virt.c | 6 ++ > 1 file changed, 6

[PATCH] hw/arm/virt: Default enable the virtualization option(VHE) on A64FX

2022-01-14 Thread Shuuichirou Ishii
At A64FX specification, VHE is enabled by default, so the virtualization option should be enabled when -cpu a64fx is specified. Signed-off-by: Shuuichirou Ishii --- hw/arm/virt.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index b45b52c90e..56acf5cc7e