On 9/18/23 09:02, Philippe Mathieu-Daudé wrote:
Some CPUs need to check the requested features are compatible
with the requested accelerator. This has to be done*before*
the accelerator realizes a vCPU.
Introduce the verify_accel_features() handler and call it
just before accel_cpu_realizefn().
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
include/hw/core/cpu.h | 4 ++++
cpu.c | 5 +++++
2 files changed, 9 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~