Re: [libvirt] [PATCH v3 1/8] conf: use struct instead of int for each slot in virDomainPCIAddressBus

2016-12-20 Thread Andrea Bolognani
On Mon, 2016-12-19 at 10:23 -0500, Laine Stump wrote: > When keeping track of which functions of which slots are allocated, we > will need to have more information than just the current bitmap with a > bit for each function that is currently stored for each slot in a > virDomainPCIAddressBus. To

[libvirt] [PATCH v3 1/8] conf: use struct instead of int for each slot in virDomainPCIAddressBus

2016-12-19 Thread Laine Stump
When keeping track of which functions of which slots are allocated, we will need to have more information than just the current bitmap with a bit for each function that is currently stored for each slot in a virDomainPCIAddressBus. To prepare for adding more per-slot info, this patch changes "int