Re: [PATCH 3/6] hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table

2022-05-24 Thread Mark Cave-Ayland
On 22/05/2022 23:11, Philippe Mathieu-Daudé via wrote: On 18/5/22 13:08, Mark Cave-Ayland wrote: Perform the generation of the VIOT ACPI table in 2 separate passes: the first pass enumerates all of the PCI host bridges and adds the min_bus and max_bus information to an array. Once this is

Re: [PATCH 3/6] hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table

2022-05-22 Thread Philippe Mathieu-Daudé via
On 18/5/22 13:08, Mark Cave-Ayland wrote: Perform the generation of the VIOT ACPI table in 2 separate passes: the first pass enumerates all of the PCI host bridges and adds the min_bus and max_bus information to an array. Once this is done the VIOT table header is generated using the size of

Re: [PATCH 3/6] hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table

2022-05-20 Thread Ani Sinha
On Wed, May 18, 2022 at 4:39 PM Mark Cave-Ayland wrote: > > Perform the generation of the VIOT ACPI table in 2 separate passes: the first > pass > enumerates all of the PCI host bridges and adds the min_bus and max_bus > information > to an array. > > Once this is done the VIOT table header is

[PATCH 3/6] hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table

2022-05-18 Thread Mark Cave-Ayland
Perform the generation of the VIOT ACPI table in 2 separate passes: the first pass enumerates all of the PCI host bridges and adds the min_bus and max_bus information to an array. Once this is done the VIOT table header is generated using the size of the array to calculate the node count, which