Re: [PATCH v3 07/29] hw/pci-host/gpex-acpi: retrieve and use GED acpi_pcihp setting

2025-06-20 Thread Igor Mammedov
On Mon, 16 Jun 2025 11:46:36 +0200 Eric Auger wrote: > retrieve the acpi_pcihp option value from the ged. In > case acpi_pcihp is unset we configure pci native hotplug on > pci0. For expander bridges we keep legacy pci native hotplug, I guess it's remnants of from previous version s/legacy// >

Re: [PATCH v3 07/29] hw/pci-host/gpex-acpi: retrieve and use GED acpi_pcihp setting

2025-06-20 Thread Jonathan Cameron via
On Mon, 16 Jun 2025 11:46:36 +0200 Eric Auger wrote: > retrieve the acpi_pcihp option value from the ged. In > case acpi_pcihp is unset we configure pci native hotplug on > pci0. For expander bridges we keep legacy pci native hotplug, > as done on x86 q35. > > Signed-off-by: Eric Auger One mino

[PATCH v3 07/29] hw/pci-host/gpex-acpi: retrieve and use GED acpi_pcihp setting

2025-06-16 Thread Eric Auger
retrieve the acpi_pcihp option value from the ged. In case acpi_pcihp is unset we configure pci native hotplug on pci0. For expander bridges we keep legacy pci native hotplug, as done on x86 q35. Signed-off-by: Eric Auger --- v2 -> v3: - don'use the virt arm machine option anymore. --- include