Re: [libvirt] [PATCH 3/6] port allocator: remove range check in release function

2018-01-28 Thread Michal Privoznik
On 12/20/2017 07:35 AM, Nikolay Shirokovskiy wrote: > Range check in virPortAllocatorSetUsed is not useful anymore > when we manage ports for entire unsigned short range values. > --- > src/bhyve/bhyve_process.c| 3 +-- > src/libxl/libxl_domain.c | 3 +-- > src/libxl/libxl_migration.c

[libvirt] [PATCH 3/6] port allocator: remove range check in release function

2017-12-19 Thread Nikolay Shirokovskiy
Range check in virPortAllocatorSetUsed is not useful anymore when we manage ports for entire unsigned short range values. --- src/bhyve/bhyve_process.c| 3 +-- src/libxl/libxl_domain.c | 3 +-- src/libxl/libxl_migration.c | 4 ++-- src/qemu/qemu_migration.c| 12 ++--