Re: [Qemu-devel] [PATCH] hw/pxb-pcie: fix PCI Express hotplug support

2017-02-02 Thread Michael S. Tsirkin
On Fri, Feb 03, 2017 at 12:44:17AM +0200, Marcel Apfelbaum wrote: > On 02/03/2017 12:34 AM, Michael S. Tsirkin wrote: > > On Fri, Feb 03, 2017 at 12:05:52AM +0200, Marcel Apfelbaum wrote: > > > Add the missing osc method for pxb-pcie devices > > > > > > Signed-off-by: Marcel Apfelbaum > > > --- >

Re: [Qemu-devel] [PATCH] hw/pxb-pcie: fix PCI Express hotplug support

2017-02-02 Thread Marcel Apfelbaum
On 02/03/2017 12:34 AM, Michael S. Tsirkin wrote: On Fri, Feb 03, 2017 at 12:05:52AM +0200, Marcel Apfelbaum wrote: Add the missing osc method for pxb-pcie devices Signed-off-by: Marcel Apfelbaum --- Note: The patch is based on the fact that Q35's osc method is quite generic. Thanks, Marcel

Re: [Qemu-devel] [PATCH] hw/pxb-pcie: fix PCI Express hotplug support

2017-02-02 Thread Michael S. Tsirkin
On Fri, Feb 03, 2017 at 12:05:52AM +0200, Marcel Apfelbaum wrote: > Add the missing osc method for pxb-pcie devices > > Signed-off-by: Marcel Apfelbaum > --- > > Note: The patch is based on the fact that Q35's osc method is quite generic. > > Thanks, > Marcel > > hw/i386/acpi-build.c | 5

[Qemu-devel] [PATCH] hw/pxb-pcie: fix PCI Express hotplug support

2017-02-02 Thread Marcel Apfelbaum
Add the missing osc method for pxb-pcie devices Signed-off-by: Marcel Apfelbaum --- Note: The patch is based on the fact that Q35's osc method is quite generic. Thanks, Marcel hw/i386/acpi-build.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-bui