On 13.06.2025 17:17, Stewart Hildebrand wrote: > --- a/xen/arch/arm/Kconfig > +++ b/xen/arch/arm/Kconfig > @@ -8,6 +8,8 @@ config ARM_64 > depends on !ARM_32 > select 64BIT > select HAS_FAST_MULTIPLY > + select HAS_VPCI_GUEST_SUPPORT if PCI_PASSTHROUGH > + select HAS_PASSTHROUGH if PCI_PASSTHROUGH
As I just learned, this change (or maybe it was the "select HAS_PCI" further down) has exposed the quarantining Kconfig option prompt, which (aiui) is entirely meaningless on Arm. IOW I think further adjustments are necessary. Jan