]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
compile: Add a missing function 'pciDeviceListFind' to libvirt_private.syms
authorXu He Jie <xuhj@linux.vnet.ibm.com>
Tue, 18 Oct 2011 02:46:38 +0000 (02:46 +0000)
committerWen Congyang <wency@cn.fujitsu.com>
Tue, 18 Oct 2011 14:04:06 +0000 (22:04 +0800)
compile error:
./src/.libs/libvirt_driver_qemu.a(libvirt_driver_qemu_la-qemu_hostdev.o): In function `qemuPrepareHostdevPCIDevices':
/home/soulxu/data/work-code/libvirt/src/qemu/qemu_hostdev.c:183: undefined reference to `pciDeviceListFind'
/home/soulxu/data/work-code/libvirt/src/qemu/qemu_hostdev.c:230: undefined reference to `pciDeviceListFind'
./src/.libs/libvirt_driver_qemu.a(libvirt_driver_qemu_la-qemu_hostdev.o): In function `qemuGetActivePciHostDeviceList':
/home/soulxu/data/work-code/libvirt/src/qemu/qemu_hostdev.c:102: undefined reference to `pciDeviceListFind'
./src/.libs/libvirt_driver_qemu.a(libvirt_driver_qemu_la-qemu_hostdev.o): In function `qemuDomainReAttachHostdevDevices':
/home/soulxu/data/work-code/libvirt/src/qemu/qemu_hostdev.c:370: undefined reference to `pciDeviceListFind'

Signed-off-by: Xu He Jie <xuhj@linux.vnet.ibm.com>
src/libvirt_private.syms

index 1e03e3376f79acc1d1799d770d0b698a573788b9..dedbd16c06cce0d4071cce010f92eec0da65e4d3 100644 (file)
@@ -888,6 +888,7 @@ pciDeviceIsVirtualFunction;
 pciDeviceListAdd;
 pciDeviceListCount;
 pciDeviceListDel;
+pciDeviceListFind;
 pciDeviceListFree;
 pciDeviceListGet;
 pciDeviceListNew;