Re: [libvirt] [PATCH 3/7] qemu: switch PCI address set from hash table to an array

2013-04-04 Thread Laine Stump
On 04/03/2013 11:50 AM, Ján Tomko wrote: > Each bus (just one so far) is represented by an array > with 32 slots where each slot is stored as an 8-bit integer > where each bit represents a function. > > This makes operations with whole slots easier. > --- > src/qemu/qemu_command.c | 152 > +++

[libvirt] [PATCH 3/7] qemu: switch PCI address set from hash table to an array

2013-04-03 Thread Ján Tomko
Each bus (just one so far) is represented by an array with 32 slots where each slot is stored as an 8-bit integer where each bit represents a function. This makes operations with whole slots easier. --- src/qemu/qemu_command.c | 152 +++- 1 file changed