Re: [PATCH 5/6] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bus min_bus

2022-05-22 Thread Mark Cave-Ayland
On 19/05/2022 08:50, Ani Sinha wrote: On Wed, May 18, 2022 at 4:39 PM Mark Cave-Ayland wrote: This ensures that the VIOT ACPI table output is always stable for a given PCI topology by ensuring that entries are ordered according to min_bus. Signed-off-by: Mark Cave-Ayland other than the

Re: [PATCH 5/6] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bus min_bus

2022-05-19 Thread Ani Sinha
On Wed, May 18, 2022 at 4:39 PM Mark Cave-Ayland wrote: > > This ensures that the VIOT ACPI table output is always stable for a given PCI > topology by ensuring that entries are ordered according to min_bus. > > Signed-off-by: Mark Cave-Ayland other than the nit below, Reviewed-by: Ani Sinha >

[PATCH 5/6] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bus min_bus

2022-05-18 Thread Mark Cave-Ayland
This ensures that the VIOT ACPI table output is always stable for a given PCI topology by ensuring that entries are ordered according to min_bus. Signed-off-by: Mark Cave-Ayland --- hw/acpi/viot.c | 17 + 1 file changed, 17 insertions(+) diff --git a/hw/acpi/viot.c