]> git.ipfire.org Git - thirdparty/libvirt.git/commit
support multifunction PCI device
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 23 May 2011 06:42:21 +0000 (14:42 +0800)
committerWen Congyang <wency@cn.fujitsu.com>
Mon, 13 Jun 2011 01:27:22 +0000 (09:27 +0800)
commit9f8baf646ea44aa2de47cba5002af39a7ab1ac08
treed41c34b2eae7fa651fc752a5eb68d7ef03d82c50
parent6fe678cdaf52e8ca807a515bc5bbc4b9320357f4
support multifunction PCI device

If qemu supports multi function PCI device, the format of the PCI address passed
to qemu is "bus=pci.0,multifunction=on,addr=slot.function".

If qemu does not support multi function PCI device, the format of the PCI address
passed to qemu is "bus=pci.0,addr=slot".
src/conf/domain_conf.c
src/qemu/qemu_command.c