]> git.ipfire.org Git - thirdparty/libvirt.git/commit
the key of hash table should include the function value
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 23 May 2011 03:22:54 +0000 (11:22 +0800)
committerWen Congyang <wency@cn.fujitsu.com>
Mon, 13 Jun 2011 01:27:21 +0000 (09:27 +0800)
commitd8f24f75a8d37706e6ca58e95a2a749dafe163e7
tree15f476212930cc408fcc81c81b27d13c5c3fe583
parentcb6ea85b78d2fa43360d0fce51aa5b0a9e084620
the key of hash table should include the function value

We save all used PCI address in the hash table. The key is generated by domain,
bus and slot now. We will support multi function PCI device, so the key should
be generated by domain, bus, slot and function.
src/qemu/qemu_command.c