Re: [RFC v14 09/80] target/arm: only build psci for TCG

2021-04-20 Thread Alex Bennée
Claudio Fontana writes: > We do not move psci.c to tcg/ because we expect other > hypervisors to use it (waiting for HVF enablement). > > Signed-off-by: Claudio Fontana > Cc: Alexander Graf > Reviewed-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[RFC v14 09/80] target/arm: only build psci for TCG

2021-04-16 Thread Claudio Fontana
We do not move psci.c to tcg/ because we expect other hypervisors to use it (waiting for HVF enablement). Signed-off-by: Claudio Fontana Cc: Alexander Graf Reviewed-by: Richard Henderson --- target/arm/meson.build | 4 1 file changed, 4 insertions(+) diff --git a/target/arm/meson.build b