]> git.ipfire.org Git - thirdparty/libvirt.git/commit
port allocator: remove range check in release function
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Tue, 6 Feb 2018 09:09:08 +0000 (12:09 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 22 Feb 2018 12:52:45 +0000 (13:52 +0100)
commit56def261da5825abe771f59d062685c3d90081ac
tree94b2505f9dc2f49d7786f5eac4cb5b75a378ca73
parent853e1542ac213f329204a00b6aa5b97f96e3db92
port allocator: remove range check in release function

Range check in virPortAllocatorSetUsed is not useful anymore
when we manage ports for entire unsigned short range values.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
src/bhyve/bhyve_process.c
src/libxl/libxl_domain.c
src/libxl/libxl_migration.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
src/util/virportallocator.c
src/util/virportallocator.h
tests/bhyvexml2argvtest.c
tests/libxlxml2domconfigtest.c
tests/virportallocatortest.c