On 12/15/20 8:42 AM, Peter Maydell wrote: > Support for running KVM on 32-bit Arm hosts was removed in commit > 82bf7ae84ce739e. You can still run a 32-bit guest on a 64-bit Arm > host CPU, but because Arm KVM requires the host and guest CPU types > to match, it is not possible to run a guest that requires a Cortex-A9 > or Cortex-A15 CPU there. That means that the code in the > highbank/midway board models to support KVM is no longer used, and we > can delete it. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/arm/highbank.c | 14 ++++---------- > 1 file changed, 4 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~