Re: [Qemu-devel] [PATCH] pci hotplug: make pci hotplug return value to caller.

2010-06-21 Thread Isaku Yamahata
Ping. Michael, is there any issues to address? On Tue, Jun 15, 2010 at 12:47:27PM +0900, Isaku Yamahata wrote: > Make pci hotplug callback return value to caller. > There is no reason to discard return value. > > Signed-off-by: Isaku Yamahata > --- > hw/pci.c | 11 +++ > 1 files chang

[Qemu-devel] [PATCH] pci hotplug: make pci hotplug return value to caller.

2010-06-14 Thread Isaku Yamahata
Make pci hotplug callback return value to caller. There is no reason to discard return value. Signed-off-by: Isaku Yamahata --- hw/pci.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index 7787005..3777c1c 100644 --- a/hw/pci.c +++ b/hw/pc