Re: [PATCH 1/6] hw/acpi/viot: rename build_pci_range_node() to pci_host_bridges()

2022-05-22 Thread Mark Cave-Ayland
On 19/05/2022 08:45, Ani Sinha wrote: On Wed, May 18, 2022 at 5:57 PM Mark Cave-Ayland wrote: On 18/05/2022 12:36, Ani Sinha wrote: On Wed, May 18, 2022 at 4:38 PM Mark Cave-Ayland wrote: This is in preparation for separating out the VIOT ACPI table build from the PCI host bridge

Re: [PATCH 1/6] hw/acpi/viot: rename build_pci_range_node() to pci_host_bridges()

2022-05-19 Thread Ani Sinha
On Wed, May 18, 2022 at 5:57 PM Mark Cave-Ayland wrote: > > On 18/05/2022 12:36, Ani Sinha wrote: > > > On Wed, May 18, 2022 at 4:38 PM Mark Cave-Ayland > > wrote: > >> > >> This is in preparation for separating out the VIOT ACPI table build from > >> the > >> PCI host bridge numeration. > >> >

Re: [PATCH 1/6] hw/acpi/viot: rename build_pci_range_node() to pci_host_bridges()

2022-05-18 Thread Mark Cave-Ayland
On 18/05/2022 12:36, Ani Sinha wrote: On Wed, May 18, 2022 at 4:38 PM Mark Cave-Ayland wrote: This is in preparation for separating out the VIOT ACPI table build from the PCI host bridge numeration. Signed-off-by: Mark Cave-Ayland --- hw/acpi/viot.c | 4 ++-- 1 file changed, 2

Re: [PATCH 1/6] hw/acpi/viot: rename build_pci_range_node() to pci_host_bridges()

2022-05-18 Thread Ani Sinha
On Wed, May 18, 2022 at 4:38 PM Mark Cave-Ayland wrote: > > This is in preparation for separating out the VIOT ACPI table build from the > PCI host bridge numeration. > > Signed-off-by: Mark Cave-Ayland > --- > hw/acpi/viot.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

[PATCH 1/6] hw/acpi/viot: rename build_pci_range_node() to pci_host_bridges()

2022-05-18 Thread Mark Cave-Ayland
This is in preparation for separating out the VIOT ACPI table build from the PCI host bridge numeration. Signed-off-by: Mark Cave-Ayland --- hw/acpi/viot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/acpi/viot.c b/hw/acpi/viot.c index c1af75206e..2897aa8c88 100644