On 31/07/2025 10:13, Jan Beulich wrote:
> On 31.07.2025 10:05, Michal Orzel wrote:
>> HAS_PASSTHROUGH should only be selected on MMU systems. It's been like
>> that until commit 163c6b589879 added possibility to select HAS_PASSTHROUGH
>> if PCI_PASSTHROUGH is enabled on Arm64. This is incorrect as it may result
>> in enabling passthrough/ build on MPU systems. PCI_PASSTHROUGH should
>> depend on HAS_PASSTHROUGH instead.
>>
>> Signed-off-by: Michal Orzel <michal.or...@amd.com>
>
> Reviewed-by: Jan Beulich <jbeul...@suse.com>
>
> May want a Fixes: tag, based on the description?
Fixes: 163c6b589879 ("xen/arm: pci: introduce PCI_PASSTHROUGH Kconfig option")
~Michal