Re: [PATCH] q35: flip acpi-pci-hotplug-with-bridge-support default back to off

2021-11-15 Thread Ani Sinha
On Thu, 11 Nov 2021, Gerd Hoffmann wrote: > Switch qemu 6.2 back to 6.0 behavior (aka native pcie hotplug) because > acpi hotplug for pcie ports caused all kinds of regressions and a fix > for those is not in sight. > > Add compat property for 6.1 to keep it enabled there. Use a separate > com

Re: [PATCH] q35: flip acpi-pci-hotplug-with-bridge-support default back to off

2021-11-11 Thread Igor Mammedov
On Thu, 11 Nov 2021 10:52:03 +0100 Gerd Hoffmann wrote: > Switch qemu 6.2 back to 6.0 behavior (aka native pcie hotplug) because > acpi hotplug for pcie ports caused all kinds of regressions and a fix > for those is not in sight. > > Add compat property for 6.1 to keep it enabled there. Use a s

Re: [PATCH] q35: flip acpi-pci-hotplug-with-bridge-support default back to off

2021-11-11 Thread Michael S. Tsirkin
On Thu, Nov 11, 2021 at 10:52:03AM +0100, Gerd Hoffmann wrote: > Switch qemu 6.2 back to 6.0 behavior (aka native pcie hotplug) because > acpi hotplug for pcie ports caused all kinds of regressions and a fix > for those is not in sight. > > Add compat property for 6.1 to keep it enabled there. Us

[PATCH] q35: flip acpi-pci-hotplug-with-bridge-support default back to off

2021-11-11 Thread Gerd Hoffmann
Switch qemu 6.2 back to 6.0 behavior (aka native pcie hotplug) because acpi hotplug for pcie ports caused all kinds of regressions and a fix for those is not in sight. Add compat property for 6.1 to keep it enabled there. Use a separate compat property list so we can apply it to 6.1 only. Fixes: