Re: [PATCH v16 43/99] target/arm: move a15 cpu model away from the TCG-only models

2021-06-17 Thread Claudio Fontana
On 6/17/21 8:01 PM, Alex Bennée wrote: > > Richard Henderson writes: > >> On 6/4/21 8:52 AM, Alex Bennée wrote: >>> From: Claudio Fontana >>> Cortex-A15 is the only ARM cpu class we need in KVM too. >>> We will be able to move it to tcg/ once the board code and >>> configurations >>> are fixed.

Re: [PATCH v16 43/99] target/arm: move a15 cpu model away from the TCG-only models

2021-06-17 Thread Alex Bennée
Richard Henderson writes: > On 6/4/21 8:52 AM, Alex Bennée wrote: >> From: Claudio Fontana >> Cortex-A15 is the only ARM cpu class we need in KVM too. >> We will be able to move it to tcg/ once the board code and >> configurations >> are fixed. >> Signed-off-by: Claudio Fontana >> Signed-off-by

Re: [PATCH v16 43/99] target/arm: move a15 cpu model away from the TCG-only models

2021-06-04 Thread Richard Henderson
On 6/4/21 8:52 AM, Alex Bennée wrote: From: Claudio Fontana Cortex-A15 is the only ARM cpu class we need in KVM too. We will be able to move it to tcg/ once the board code and configurations are fixed. Signed-off-by: Claudio Fontana Signed-off-by: Alex Bennée --- target/arm/cpu32.h | 4 ++

[PATCH v16 43/99] target/arm: move a15 cpu model away from the TCG-only models

2021-06-04 Thread Alex Bennée
From: Claudio Fontana Cortex-A15 is the only ARM cpu class we need in KVM too. We will be able to move it to tcg/ once the board code and configurations are fixed. Signed-off-by: Claudio Fontana Signed-off-by: Alex Bennée --- target/arm/cpu32.h | 4 +++ target/arm/cpu32.c | 73 +