stubs/pci-drive-host-add.o is packaged together with /stubs/mon-printf.o so it would not work normal, remove it.
Signed-off-by: Wenchao Xia <xiaw...@linux.vnet.ibm.com> --- stubs/pci-drive-hot-add.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/stubs/pci-drive-hot-add.c b/stubs/pci-drive-hot-add.c index 1d98145..af4612f 100644 --- a/stubs/pci-drive-hot-add.c +++ b/stubs/pci-drive-hot-add.c @@ -5,6 +5,5 @@ int pci_drive_hot_add(Monitor *mon, const QDict *qdict, DriveInfo *dinfo) { /* On non-x86 we don't do PCI hotplug */ - monitor_printf(mon, "Can't hot-add drive to type %d\n", dinfo->type); return -1; } -- 1.7.1