Re: [PATCH] hw/intc/arm_gicv3: Have GIC kconfig select GICv3 for HVF and WHPX
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA-hNpNCRow8u=WzXsstNKY8LyUq+XVG8yZMsfajSkyq3A@mail.gmail.com> |
On Wed, 12 Aug 2026 at 23:08, Philippe Mathieu-Daudé <[email protected]> wrote: > > While trying to fix the GICv3 dependency on KVM and WHPX in > commit 39a8c3941eb, we missed the Kconfig ARM_GIC symbol only > selects GICv3 for TCG, not HVF and WHPX. Fix that. > > Cc: [email protected] > Fixes: 39a8c3941eb ("hw/intc/arm_gicv3: Fix ARM_GICV3 dependency for KVM / WHPX") > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- Applied to target-arm.next, thanks. -- PMM