diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2025-05-14 14:29:46 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-05-14 14:29:46 +0100 |
| commit | c6650a8c6cc18cdc4a46a6eef41b7d57e6bc0b2b (patch) | |
| tree | c2d45b77c42d28f8b28a808a50590cdbe34bc14a /hw/gpio/omap_gpio.c | |
| parent | 0ab97bc070f9df7fd155707c7800667cbf26790f (diff) | |
| download | focaccia-qemu-c6650a8c6cc18cdc4a46a6eef41b7d57e6bc0b2b.tar.gz focaccia-qemu-c6650a8c6cc18cdc4a46a6eef41b7d57e6bc0b2b.zip | |
target/arm/kvm: don't check TYPE_AARCH64_CPU
We want to merge TYPE_AARCH64_CPU with TYPE_ARM_CPU, so enforcing in kvm_arch_init_vcpu() that the CPU class is a subclass of TYPE_AARCH64_CPU will no longer be possible. It's safe to just remove this test, because any purely-AArch32 CPU will fail the "kvm_target isn't set" check, because we no longer support the old AArch32-host KVM setup and so CPUs like the Cortex-A7 no longer set cpu->kvm_target. Only the 'host', 'max', and the odd special cases 'cortex-a53' and 'cortex-a57' set kvm_target. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250429132200.605611-7-peter.maydell@linaro.org
Diffstat (limited to 'hw/gpio/omap_gpio.c')
0 files changed, 0 insertions, 0 deletions