Re: [libvirt] [PATCH 4/6] port allocator: drop skip flag

2018-02-01 Thread Nikolay Shirokovskiy
On 29.01.2018 09:09, Michal Privoznik wrote: > On 12/20/2017 07:35 AM, Nikolay Shirokovskiy wrote: >> This flag is only used for tests and tests overload socket and bind >> functions using virportallocatormock.c already in a suitable fashion >> so we don't need this flag at all. >> --- >> src/bh

Re: [libvirt] [PATCH 4/6] port allocator: drop skip flag

2018-01-28 Thread Michal Privoznik
On 12/20/2017 07:35 AM, Nikolay Shirokovskiy wrote: > This flag is only used for tests and tests overload socket and bind > functions using virportallocatormock.c already in a suitable fashion > so we don't need this flag at all. > --- > src/bhyve/bhyve_driver.c | 2 +- > src/libxl/libxl_dr

[libvirt] [PATCH 4/6] port allocator: drop skip flag

2017-12-19 Thread Nikolay Shirokovskiy
This flag is only used for tests and tests overload socket and bind functions using virportallocatormock.c already in a suitable fashion so we don't need this flag at all. --- src/bhyve/bhyve_driver.c | 2 +- src/libxl/libxl_driver.c | 5 ++--- src/qemu/qemu_driver.c | 9 +++