Re: [Qemu-devel] [PATCH] fix Xen compilation

2012-08-01 Thread Anthony Liguori
Stefano Stabellini writes: > xen_pt_unregister_device is used as PCIUnregisterFunc, so it should > match the type. > > Signed-off-by: Stefano Stabellini Applied. Thanks. Regards, Anthony Liguori > > diff --git a/hw/xen_pt.c b/hw/xen_pt.c > index fdf68aa..307119a 100644 > --- a/hw/xen_pt.c >

Re: [Qemu-devel] [PATCH] fix Xen compilation

2012-08-01 Thread Stefano Stabellini
On Wed, 1 Aug 2012, Andreas Färber wrote: > Am 01.08.2012 12:19, schrieb Stefano Stabellini: > > xen_pt_unregister_device is used as PCIUnregisterFunc, so it should > > match the type. > > > > Signed-off-by: Stefano Stabellini > > Tested-by: Andreas Färber > Thanks! I have another old Xen fix

Re: [Qemu-devel] [PATCH] fix Xen compilation

2012-08-01 Thread Andreas Färber
Am 01.08.2012 12:19, schrieb Stefano Stabellini: > xen_pt_unregister_device is used as PCIUnregisterFunc, so it should > match the type. > > Signed-off-by: Stefano Stabellini Tested-by: Andreas Färber /-F > > diff --git a/hw/xen_pt.c b/hw/xen_pt.c > index fdf68aa..307119a 100644 > --- a/hw/x

[Qemu-devel] [PATCH] fix Xen compilation

2012-08-01 Thread Stefano Stabellini
xen_pt_unregister_device is used as PCIUnregisterFunc, so it should match the type. Signed-off-by: Stefano Stabellini diff --git a/hw/xen_pt.c b/hw/xen_pt.c index fdf68aa..307119a 100644 --- a/hw/xen_pt.c +++ b/hw/xen_pt.c @@ -764,7 +764,7 @@ out: return 0; } -static int xen_pt_unregiste