libvirt/src/qemu
weiwei li be598c5ff8 qemu: Release nbd port from migrationPorts instead of remotePorts
commit 3e1e16aa8d (Use a port from the
migration range for NBD as well) changed ndb port allocation from
remotePorts to migrationPorts, but did not change the port releasing
process, which makes an error when migrating several times (above 64):
error: internal error: Unable to find an unused port in range
'migration' (49152-49215)

https://bugzilla.redhat.com/show_bug.cgi?id=1159245

Signed-off-by: Weiwei Li <nuonuoli@tencent.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
2014-10-31 12:20:06 +01:00
..
EVENTHANDLERS.txt qemu: add short document on qemu event handlers 2014-10-06 13:50:57 -04:00
libvirtd_qemu.aug qemu: Automatically create NVRAM store 2014-09-10 09:38:07 +02:00
MIGRATION.txt
qemu_agent.c qemu_agent: Produce more readable error messages 2014-10-28 20:06:27 +01:00
qemu_agent.h
qemu_capabilities.c qemu: better error message when block job can't succeed 2014-10-29 14:57:44 -06:00
qemu_capabilities.h qemu: better error message when block job can't succeed 2014-10-29 14:57:44 -06:00
qemu_cgroup.c qemu: unref cfg after TerminateMachine has been called 2014-10-21 13:54:09 +02:00
qemu_cgroup.h qemu: use systemd's TerminateMachine to kill all processes 2014-10-01 20:17:46 +02:00
qemu_command.c qemu: Disallow NUMA/network tuning for session mode 2014-10-22 14:35:06 -04:00
qemu_command.h Move the FIPS detection from capabilities 2014-09-19 09:08:23 +02:00
qemu_conf.c conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
qemu_conf.h qemu: fix crash with shared disks 2014-09-18 09:05:21 +02:00
qemu_domain.c qemu: Always re-detect backing chain 2014-09-26 09:35:33 +02:00
qemu_domain.h qemu: setup infrastructure to handle NIC_RX_FILTER_CHANGED event 2014-10-06 13:50:57 -04:00
qemu_driver.c maint: add syntax check to prohibit static zero init 2014-10-29 09:55:09 -06:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c Reject live update of offloading options 2014-10-30 13:32:00 +01:00
qemu_hotplug.h qemu: Remove need for virConnectPtr in hotunplug detach host, net 2014-10-06 10:35:26 -04:00
qemu_hotplugpriv.h
qemu_migration.c qemu: Release nbd port from migrationPorts instead of remotePorts 2014-10-31 12:20:06 +01:00
qemu_migration.h qemu: Memory pre-pinning support for RDMA migration 2014-09-23 08:11:50 +02:00
qemu_monitor_json.c qemu: monitor: Add functions for object hot-add/remove 2014-10-15 10:27:50 +02:00
qemu_monitor_json.h qemu: monitor: Add functions for object hot-add/remove 2014-10-15 10:27:50 +02:00
qemu_monitor_text.c maint: clean up _virDomainMemoryStat 2014-09-17 11:28:48 -06:00
qemu_monitor_text.h
qemu_monitor.c qemu: monitor: Add functions for object hot-add/remove 2014-10-15 10:27:50 +02:00
qemu_monitor.h qemu: monitor: Add functions for object hot-add/remove 2014-10-15 10:27:50 +02:00
qemu_process.c qemu: Release nbd port from migrationPorts instead of remotePorts 2014-10-31 12:20:06 +01:00
qemu_process.h
qemu_processpriv.h
qemu.conf conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
test_libvirtd_qemu.aug.in conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
THREADS.txt