Re: [Qemu-devel] [PATCH 2/6] target/arm: Define cortex-a73

2019-04-30 Thread Peter Maydell
On Sat, 23 Feb 2019 at 02:40, Richard Henderson wrote: > > There are new field definitions, CSV2 and CSV3, that do not yet > appear in the main ARM ARM. Define the ID_AA64PF0 versions, "ID_AA64PFR0" > since we already define the rest of those bits. > > Signed-off-by: Richard Henderson > -- ot

[Qemu-devel] [PATCH 2/6] target/arm: Define cortex-a73

2019-02-22 Thread Richard Henderson
There are new field definitions, CSV2 and CSV3, that do not yet appear in the main ARM ARM. Define the ID_AA64PF0 versions, since we already define the rest of those bits. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 2 ++ hw/arm/virt.c | 1 + target/arm/cpu64.c | 63 +++