Re: [libvirt] [PATCH 3/7] the key of hash table should include the function value

2011-06-03 Thread Daniel P. Berrange
On Fri, May 27, 2011 at 06:20:41PM +0800, Wen Congyang wrote: > 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/qem

[libvirt] [PATCH 3/7] the key of hash table should include the function value

2011-05-27 Thread Wen Congyang
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 |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-