Re: [PATCH] hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place

2021-08-16 Thread Philippe Mathieu-Daudé
On 8/16/21 10:32 AM, Ani Sinha wrote: > Now that we have "acpi-pci-hotplug-with-bridge-support" PIIX4 PM property > being > used for both q35 and i440fx machine types, it is better that we defined this > property string at a single place within a header file like other PIIX4 > properties. We can t

[PATCH] hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place

2021-08-16 Thread Ani Sinha
Now that we have "acpi-pci-hotplug-with-bridge-support" PIIX4 PM property being used for both q35 and i440fx machine types, it is better that we defined this property string at a single place within a header file like other PIIX4 properties. We can then use this single definition at all the places