]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/virt: Make accels in GIC finalize logic explicit
authorAlexander Graf <agraf@csgraf.de>
Fri, 23 Dec 2022 09:01:07 +0000 (10:01 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2023 12:59:22 +0000 (12:59 +0000)
commit5e91b9e03f6cbb0f8333e60422ef44c15b4775c7
treed9fb70d341d0a92a94ae93a628d87b953e9237db
parenta3495d11c4970c6cac05da516439a4f74ff6db01
hw/arm/virt: Make accels in GIC finalize logic explicit

Let's explicitly list out all accelerators that we support when trying to
determine the supported set of GIC versions. KVM was already separate, so
the only missing one is HVF which simply reuses all of TCG's emulation
code and thus has the same compatibility matrix.

Signed-off-by: Alexander Graf <agraf@csgraf.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20221223090107.98888-3-agraf@csgraf.de
[PMM: Added qtest to the list of accelerators]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c