Re: [PATCH] hw/pci: remove all references to find_i440fx function

2021-07-18 Thread Ani Sinha
On Sun, 18 Jul 2021, Philippe Mathieu-Daudé wrote: > On 7/18/21 3:16 PM, Ani Sinha wrote: > > commit c0e427d6eb5fefc538 ("hw/acpi/ich9: Enable ACPI PCI hot-plug") > > removed all > > uses of find_i440fx() function. This has been replaced by the more generic > > call > > acpi_get_i386_pci_host(

Re: [PATCH] hw/pci: remove all references to find_i440fx function

2021-07-18 Thread Philippe Mathieu-Daudé
On 7/18/21 3:16 PM, Ani Sinha wrote: > commit c0e427d6eb5fefc538 ("hw/acpi/ich9: Enable ACPI PCI hot-plug") removed > all > uses of find_i440fx() function. This has been replaced by the more generic > call > acpi_get_i386_pci_host() which maybe able to find the root bus both for i440fx > machine

Re: [PATCH] hw/pci: remove all references to find_i440fx function

2021-07-18 Thread Peter Maydell
On Sun, 18 Jul 2021 at 14:18, Ani Sinha wrote: > > commit c0e427d6eb5fefc538 ("hw/acpi/ich9: Enable ACPI PCI hot-plug") removed > all > uses of find_i440fx() function. This has been replaced by the more generic > call > acpi_get_i386_pci_host() which maybe able to find the root bus both for i440

[PATCH] hw/pci: remove all references to find_i440fx function

2021-07-18 Thread Ani Sinha
commit c0e427d6eb5fefc538 ("hw/acpi/ich9: Enable ACPI PCI hot-plug") removed all uses of find_i440fx() function. This has been replaced by the more generic call acpi_get_i386_pci_host() which maybe able to find the root bus both for i440fx machine type as well as for the q35 machine type. There see