Re: [libvirt] [PATCH v2 05/11] qemu: switch PCI address set from hash table to an array

2013-04-17 Thread Eric Blake
On 04/17/2013 01:00 PM, Ján Tomko wrote: > Each bus is represented as an array of 32 8-bit integers > where each bit represents a PCI function and each byte represents > a PCI slot. > > Uses just one bus so far. > --- > src/qemu/qemu_command.c | 152 > ++--

[libvirt] [PATCH v2 05/11] qemu: switch PCI address set from hash table to an array

2013-04-17 Thread Ján Tomko
Each bus is represented as an array of 32 8-bit integers where each bit represents a PCI function and each byte represents a PCI slot. Uses just one bus so far. --- src/qemu/qemu_command.c | 152 ++-- 1 file changed, 45 insertions(+), 107 deletions(-)