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

2015-03-13 Thread Peter Krempa
On Tue, Mar 03, 2015 at 15:44:27 +0100, Ján Tomko wrote: > Store the available ports of a virtio-serial controller in a virBitmap. > The bitmaps are stored in a hash table - the controller index > formatted as a string. > > Buses are not tracked, because they aren't supported by QEMU. > --- > src

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

2015-03-03 Thread Ján Tomko
Store the available ports of a virtio-serial controller in a virBitmap. The bitmaps are stored in a hash table - the controller index formatted as a string. Buses are not tracked, because they aren't supported by QEMU. --- src/conf/domain_addr.c | 382 +++