Re: [PATCH v5 8/9] hw/arm/virt-acpi-build: Fix ACPI IORT and MADT tables when its=off

2025-06-27 Thread Eric Auger via
On 6/27/25 5:45 PM, Eric Auger wrote: > > > On 6/23/25 3:57 PM, Gustavo Romero wrote: >> Currently, the ITS Group nodes in the IORT table and the GIC ITS Struct >> in the MADT table are always generated, even if GIC ITS is not available >> on the machine. >> >> This commit fixes it by not gene

Re: [PATCH v5 4/9] hw/arm/virt-acpi-build: Improve comment in build_iort

2025-06-27 Thread Eric Auger via
On 6/27/25 3:57 PM, Eric Auger wrote: > Hi Gustavo, > > On 6/23/25 3:57 PM, Gustavo Romero wrote: >> When building the Root Complex table, the comment about the code that > s/table/node? or do you refer to the IORT table? Reading the IORT spec again, both terminologies are used, ie. node / tabl

Re: [PATCH v3 1/6] hw/arm/smmuv3: Check SMMUv3 has PCIe Root Complex association

2025-06-05 Thread Eric Auger via
On 6/5/25 11:53 AM, Eric Auger wrote: > > > On 6/2/25 5:41 PM, Shameer Kolothum wrote: >> Although this change does not affect functionality at present, it is >> required when we add support for user-creatable SMMUv3 devices in >> future patches. >> >> Signed-off-by: Shameer Kolothum >> --- >