Re: [libvirt] [PATCH v2 0/6] port allocator: make used port bitmap global etc

2018-02-22 Thread Michal Privoznik
On 02/22/2018 01:46 PM, Nikolay Shirokovskiy wrote: > > > On 22.02.2018 15:45, Michal Privoznik wrote: >> On 02/06/2018 10:09 AM, Nikolay Shirokovskiy wrote: >>> This patch set addresses issue(s) described in [1] and the core of >>> changes go to the first patch. The others are cleanups and >>>

Re: [libvirt] [PATCH v2 0/6] port allocator: make used port bitmap global etc

2018-02-22 Thread Nikolay Shirokovskiy
On 22.02.2018 15:45, Michal Privoznik wrote: > On 02/06/2018 10:09 AM, Nikolay Shirokovskiy wrote: >> This patch set addresses issue(s) described in [1] and the core of >> changes go to the first patch. The others are cleanups and >> refactorings. >> >> Diff from v1: >> - rename virPortRange to

Re: [libvirt] [PATCH v2 0/6] port allocator: make used port bitmap global etc

2018-02-22 Thread Michal Privoznik
On 02/06/2018 10:09 AM, Nikolay Shirokovskiy wrote: > This patch set addresses issue(s) described in [1] and the core of > changes go to the first patch. The others are cleanups and > refactorings. > > Diff from v1: > - rename virPortRange to virPortAllocatorRange (virPortRange is occupied) > -

Re: [libvirt] [PATCH v2 0/6] port allocator: make used port bitmap global etc

2018-02-22 Thread Nikolay Shirokovskiy
ping On 06.02.2018 12:09, Nikolay Shirokovskiy wrote: > This patch set addresses issue(s) described in [1] and the core of > changes go to the first patch. The others are cleanups and > refactorings. > > Diff from v1: > - rename virPortRange to virPortAllocatorRange (virPortRange is occupied) >

[libvirt] [PATCH v2 0/6] port allocator: make used port bitmap global etc

2018-02-06 Thread Nikolay Shirokovskiy
This patch set addresses issue(s) described in [1] and the core of changes go to the first patch. The others are cleanups and refactorings. Diff from v1: - rename virPortRange to virPortAllocatorRange (virPortRange is occupied) - release ports in libxl and bhyve tests - overload bind syscall for