Re: [PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues

2021-11-12 Thread Igor Mammedov
On Fri, 12 Nov 2021 04:47:05 -0500 "Michael S. Tsirkin" wrote: > On Wed, Nov 10, 2021 at 04:11:35PM -0500, Igor Mammedov wrote: > > Changelog: > > v2: > > * simplify [1/5] and rename property to x-native-hotplug (CC stable) > > * [4/5] > >- rename function parameter to reflect a

Re: [PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues

2021-11-12 Thread Michael S. Tsirkin
On Wed, Nov 10, 2021 at 04:11:35PM -0500, Igor Mammedov wrote: > Changelog: > v2: > * simplify [1/5] and rename property to x-native-hotplug (CC stable) > * [4/5] >- rename function parameter to reflect actual action >- drop local 'hotplug' variable and opencode statement

[PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues

2021-11-10 Thread Igor Mammedov
Changelog: v2: * simplify [1/5] and rename property to x-native-hotplug (CC stable) * [4/5] - rename function parameter to reflect actual action - drop local 'hotplug' variable and opencode statement * test with SeaBIOS/OVMF and Linux guest, Windows also works wit