Re: [PATCH v5 2/3] hw/arm/virt: target-arm: Add A64FX processor support to virt machine

2021-08-30 Thread Andrew Jones
On Mon, Aug 30, 2021 at 05:28:19PM +0900, Shuuichirou Ishii wrote: > Add -cpu a64fx to use A64FX processor when -machine virt option is specified. > In addition, add a64fx to the Supported guest CPU types in the virt.rst > document. > > Signed-off-by: Shuuichirou Ishii > --- >

[PATCH v5 2/3] hw/arm/virt: target-arm: Add A64FX processor support to virt machine

2021-08-30 Thread Shuuichirou Ishii
Add -cpu a64fx to use A64FX processor when -machine virt option is specified. In addition, add a64fx to the Supported guest CPU types in the virt.rst document. Signed-off-by: Shuuichirou Ishii --- docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + 2 files changed, 2 insertions(+)