Re: [libvirt] [PATCH 2/6] port allocator: remove range on manual port reserving

2018-01-31 Thread Nikolay Shirokovskiy
On 29.01.2018 09:09, Michal Privoznik wrote: > 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_command.c | 4 +--- >>

Re: [libvirt] [PATCH 2/6] port allocator: remove range on manual port reserving

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_command.c | 4 +--- > src/bhyve/bhyve_process.c | 4 +--- > src/qemu/qemu_process.c |

[libvirt] [PATCH 2/6] port allocator: remove range on manual port reserving

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_command.c | 4 +--- src/bhyve/bhyve_process.c | 4 +--- src/qemu/qemu_process.c | 41 +++--