Re: [Qemu-devel] [PATCH] pci hotplug: staticfy pci_device_hot_remove().

2010-06-21 Thread Isaku Yamahata
Ping. Michael, do you have any comment on this? On Tue, Jun 15, 2010 at 12:48:36PM +0900, Isaku Yamahata wrote: > staticfy pci_device_hot_remove(). > > Signed-off-by: Isaku Yamahata > --- > hw/pci-hotplug.c |2 +- > sysemu.h |1 - > 2 files changed, 1 insertions(+), 2 deletions(

[Qemu-devel] [PATCH] pci hotplug: staticfy pci_device_hot_remove().

2010-06-14 Thread Isaku Yamahata
staticfy pci_device_hot_remove(). Signed-off-by: Isaku Yamahata --- hw/pci-hotplug.c |2 +- sysemu.h |1 - 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/hw/pci-hotplug.c b/hw/pci-hotplug.c index c39e640..098264c 100644 --- a/hw/pci-hotplug.c +++ b/hw/pci-hotplug.