Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-22 Thread Igor Mammedov
On Wed, 21 Jul 2021 12:37:40 -0400 "Michael S. Tsirkin" wrote: > On Wed, Jul 21, 2021 at 06:27:33PM +0200, Igor Mammedov wrote: > > On Wed, 21 Jul 2021 12:09:01 -0400 > > "Michael S. Tsirkin" wrote: > > > > > On Wed, Jul 21, 2021 at 05:49:16PM +0200, Laurent Vivier wrote: > > > > On 21/07/2

Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-22 Thread Laurent Vivier
On 21/07/2021 18:37, Michael S. Tsirkin wrote: > On Wed, Jul 21, 2021 at 06:27:33PM +0200, Igor Mammedov wrote: >> On Wed, 21 Jul 2021 12:09:01 -0400 >> "Michael S. Tsirkin" wrote: >> >>> On Wed, Jul 21, 2021 at 05:49:16PM +0200, Laurent Vivier wrote: On 21/07/2021 16:59, Igor Mammedov wrote:

Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-21 Thread Michael S. Tsirkin
On Wed, Jul 21, 2021 at 06:27:33PM +0200, Igor Mammedov wrote: > On Wed, 21 Jul 2021 12:09:01 -0400 > "Michael S. Tsirkin" wrote: > > > On Wed, Jul 21, 2021 at 05:49:16PM +0200, Laurent Vivier wrote: > > > On 21/07/2021 16:59, Igor Mammedov wrote: > > > > On Tue, 20 Jul 2021 14:56:06 +0200 > >

Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-21 Thread Igor Mammedov
On Wed, 21 Jul 2021 12:09:01 -0400 "Michael S. Tsirkin" wrote: > On Wed, Jul 21, 2021 at 05:49:16PM +0200, Laurent Vivier wrote: > > On 21/07/2021 16:59, Igor Mammedov wrote: > > > On Tue, 20 Jul 2021 14:56:06 +0200 > > > Laurent Vivier wrote: > > > > > >> On 20/07/2021 13:38, Laurent Vivie

Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-21 Thread Michael S. Tsirkin
On Wed, Jul 21, 2021 at 05:49:16PM +0200, Laurent Vivier wrote: > On 21/07/2021 16:59, Igor Mammedov wrote: > > On Tue, 20 Jul 2021 14:56:06 +0200 > > Laurent Vivier wrote: > > > >> On 20/07/2021 13:38, Laurent Vivier wrote: > >>> On 16/07/2021 17:15, Michael S. Tsirkin wrote: > From: Juli

Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-21 Thread Philippe Mathieu-Daudé
On 7/21/21 4:59 PM, Igor Mammedov wrote: > On Tue, 20 Jul 2021 14:56:06 +0200 > Laurent Vivier wrote: >> On 20/07/2021 13:38, Laurent Vivier wrote: >>> On 16/07/2021 17:15, Michael S. Tsirkin wrote: From: Julia Suvorova Q35 has three different types of PCI devices hot-plug: PCIe

Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-21 Thread Laurent Vivier
On 21/07/2021 16:59, Igor Mammedov wrote: > On Tue, 20 Jul 2021 14:56:06 +0200 > Laurent Vivier wrote: > >> On 20/07/2021 13:38, Laurent Vivier wrote: >>> On 16/07/2021 17:15, Michael S. Tsirkin wrote: From: Julia Suvorova Q35 has three different types of PCI devices hot-plug: P

Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-21 Thread Igor Mammedov
On Tue, 20 Jul 2021 14:56:06 +0200 Laurent Vivier wrote: > On 20/07/2021 13:38, Laurent Vivier wrote: > > On 16/07/2021 17:15, Michael S. Tsirkin wrote: > >> From: Julia Suvorova > >> > >> Q35 has three different types of PCI devices hot-plug: PCIe Native, > >> SHPC Native and ACPI hot-plug. T

Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-20 Thread Laurent Vivier
On 20/07/2021 13:38, Laurent Vivier wrote: > On 16/07/2021 17:15, Michael S. Tsirkin wrote: >> From: Julia Suvorova >> >> Q35 has three different types of PCI devices hot-plug: PCIe Native, >> SHPC Native and ACPI hot-plug. This patch changes the default choice >> for cold-plugged bridges from PCI

Re: [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-20 Thread Laurent Vivier
On 16/07/2021 17:15, Michael S. Tsirkin wrote: > From: Julia Suvorova > > Q35 has three different types of PCI devices hot-plug: PCIe Native, > SHPC Native and ACPI hot-plug. This patch changes the default choice > for cold-plugged bridges from PCIe Native to ACPI Hot-plug with > ability to use S

[PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35

2021-07-16 Thread Michael S. Tsirkin
From: Julia Suvorova Q35 has three different types of PCI devices hot-plug: PCIe Native, SHPC Native and ACPI hot-plug. This patch changes the default choice for cold-plugged bridges from PCIe Native to ACPI Hot-plug with ability to use SHPC and PCIe Native for hot-plugged bridges. This is a lis