Re: [libvirt] [PATCHv2 2/5] Add functions to track virtio-serial addresses

2015-03-24 Thread Ján Tomko
On Mon, Mar 23, 2015 at 05:46:19PM -0400, John Ferlan wrote: > > > On 03/17/2015 07:41 AM, Ján Tomko wrote: > > Create a sorted array of virtio-serial controllers. > > Each of the elements contains the controller index > > and a bitmap of available ports. > > > > Buses are not tracked, because t

Re: [libvirt] [PATCHv2 2/5] Add functions to track virtio-serial addresses

2015-03-23 Thread John Ferlan
On 03/17/2015 07:41 AM, Ján Tomko wrote: > Create a sorted array of virtio-serial controllers. > Each of the elements contains the controller index > and a bitmap of available ports. > > Buses are not tracked, because they aren't supported by QEMU. > --- > src/conf/domain_addr.c | 348 >

[libvirt] [PATCHv2 2/5] Add functions to track virtio-serial addresses

2015-03-17 Thread Ján Tomko
Create a sorted array of virtio-serial controllers. Each of the elements contains the controller index and a bitmap of available ports. Buses are not tracked, because they aren't supported by QEMU. --- src/conf/domain_addr.c | 348 +++ src/conf/domain