hw/arm/highbank: Drop dead KVM support code
commit416dd95295b1c13fc9f1f2dbb2803ad581de415a
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Dec 2020 14:42:15 +0000 (15 14:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Jan 2021 15:13:38 +0000 (8 15:13 +0000)
tree225baf22bb08b238fa3ccd635f289b7e96f7be78
parent590e05d6b48937f6d3c631354fd706f8e005b8f6
hw/arm/highbank: Drop dead KVM support code

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.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20201215144215.28482-1-peter.maydell@linaro.org
hw/arm/highbank.c