Re: [Qemu-devel] [PATCH v4 16/23] hw: acpi: Export the PCI hotplug API

2018-11-01 Thread Philippe Mathieu-Daudé
On 1/11/18 11:22, Samuel Ortiz wrote: From: Sebastien Boeuf The ACPI hotplug support for PCI devices APIs are not x86 or even machine type specific. In order for future machine types to be able to re-use that code, we export it through the architecture agnostic hw/acpi folder. Reviewed-by: Phi

[Qemu-devel] [PATCH v4 16/23] hw: acpi: Export the PCI hotplug API

2018-11-01 Thread Samuel Ortiz
From: Sebastien Boeuf The ACPI hotplug support for PCI devices APIs are not x86 or even machine type specific. In order for future machine types to be able to re-use that code, we export it through the architecture agnostic hw/acpi folder. Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe