Re: [PATCH] hw/intc: Fix arm kvm gicv3 selection
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA9wqo3tqC=GU2vmGJZowRfrLQZL=US+1vnf6pJsZ18DDg@mail.gmail.com> |
On Wed, 12 Aug 2026 at 21:03, Richard Henderson <[email protected]> wrote: > > While 39a8c3941e may have fixed WHPX, it certainly didn't help KVM: > > $ QTEST_QEMU_BINARY=./qemu-system-aarch64 ./tests/qtest/arm-cpu-features > ... > qemu-system-aarch64: unknown type 'kvm-arm-gicv3' > > That patch did remove a test for TARGET_AARCH64, which is fine because > it has been a long time since we supported KVM for AArch32. > > Fixes: 39a8c3941e ("hw/intc/arm_gicv3: Fix ARM_GICV3 dependency for KVM / WHPX") > Signed-off-by: Richard Henderson <[email protected]> > --- Applied to target-arm.next, thanks. -- PMM