Re: [PATCH v6 2/4] conf: introduce support for acpi-bridge-hotplug feature

2021-10-08 Thread Ani Sinha
On Fri, 8 Oct 2021, Laine Stump wrote: > On 10/5/21 1:51 AM, Ani Sinha wrote: > > This change introduces a new libvirt sub-element under that > > can be used to configure all pci related features. > > Currently the only sub-sub element supported by this sub-element is > >

Re: [PATCH v6 2/4] conf: introduce support for acpi-bridge-hotplug feature

2021-10-07 Thread Laine Stump
On 10/5/21 1:51 AM, Ani Sinha wrote: This change introduces a new libvirt sub-element under that can be used to configure all pci related features. Currently the only sub-sub element supported by this sub-element is 'acpi-bridge-hotplug' as shown below: The above option is

Re: [PATCH v6 2/4] conf: introduce support for acpi-bridge-hotplug feature

2021-10-07 Thread Laine Stump
On 10/7/21 11:12 PM, Laine Stump wrote: @@ -27932,6 +27995,30 @@ virDomainDefFormatFeatures(virBuffer *buf, virDomainIBSTypeToString(def->features[i]));   break; +    case VIR_DOMAIN_FEATURE_PCI: +    if (def->features[i] !=

Re: [PATCH v6 2/4] conf: introduce support for acpi-bridge-hotplug feature

2021-10-07 Thread Laine Stump
On 10/5/21 1:51 AM, Ani Sinha wrote: This change introduces a new libvirt sub-element under that can be used to configure all pci related features. Currently the only sub-sub element supported by this sub-element is 'acpi-bridge-hotplug' as shown below: I guess this is as

[PATCH v6 2/4] conf: introduce support for acpi-bridge-hotplug feature

2021-10-04 Thread Ani Sinha
This change introduces a new libvirt sub-element under that can be used to configure all pci related features. Currently the only sub-sub element supported by this sub-element is 'acpi-bridge-hotplug' as shown below: The above option is only available for qemu driver and that too