libvirt/src/qemu
Jiri Denemark 2384b6f019 qemu: Add support for setting downtime-limit migration parameter
We already support setting the maximum downtime with a dedicated
virDomainMigrateSetMaxDowntime API. This patch does not implement
another way of setting the downtime by adding a new public migration
parameter. It just makes sure any parameter we are able to get from a
QEMU monitor by query-migrate-parameters can be passed back to QEMU via
migrate-set-parameters.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
2017-11-02 22:14:19 +01:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug conf: Introduce TLS options for VxHS block device clients 2017-09-28 09:45:14 -04:00
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_alias.c qemu_alias: Be more tolerant if alias don't follow our format 2017-10-22 13:49:46 +02:00
qemu_alias.h split out qemuAssignDeviceInputAlias 2017-10-19 14:43:20 +02:00
qemu_block.c qemu: block: Add support for file/block/dir storage to JSON disk src generator 2017-10-18 09:43:49 +02:00
qemu_block.h
qemu_blockjob.c qemu: blockjob: Always save config XML when a blockjob is finished 2017-10-05 10:36:56 +02:00
qemu_blockjob.h
qemu_capabilities.c qemu: Fix memory leak in virQEMUCapsLoadCPUModels 2017-10-27 10:13:43 +02:00
qemu_capabilities.h cpu: Use virDomainCapsCPUModelsPtr in cpu driver APIs 2017-10-16 09:21:52 +02:00
qemu_capspriv.h cputest: Test CPU usability blockers 2017-10-16 09:23:20 +02:00
qemu_cgroup.c util: storagefile: Add helpers to check presence of backing store 2017-10-17 06:19:18 +02:00
qemu_cgroup.h
qemu_command.c qemu: Move encinfo from private disk to private disk src 2017-10-19 18:20:30 +02:00
qemu_command.h Introduce qemuBuildInputDevStr 2017-10-19 14:43:22 +02:00
qemu_conf.c conf: Introduce TLS options for VxHS block device clients 2017-09-28 09:45:14 -04:00
qemu_conf.h conf: Introduce TLS options for VxHS block device clients 2017-09-28 09:45:14 -04:00
qemu_domain_address.c qemu: address: Remove dead code when un-reserving PCI address 2017-10-19 14:50:50 +02:00
qemu_domain_address.h Split out qemuDomainEnsureVirtioAddress 2017-10-19 14:41:51 +02:00
qemu_domain.c qemu: Add pause-before-switchover migration capability 2017-10-26 10:36:02 +02:00
qemu_domain.h qemu: Add pause-before-switchover migration capability 2017-10-26 10:36:02 +02:00
qemu_driver.c qemuDomainSetInterfaceParameters: Explicitly reject unsupported net types 2017-10-27 14:59:29 +02:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: Move encinfo from private disk to private disk src 2017-10-19 18:20:30 +02:00
qemu_hotplug.h qemu: implement input device hotunplug 2017-10-19 14:43:22 +02:00
qemu_hotplugpriv.h
qemu_interface.c
qemu_interface.h
qemu_migration_cookie.c qemu: send allowReboot in migration cookie 2017-10-19 11:52:34 +02:00
qemu_migration_cookie.h qemu: send allowReboot in migration cookie 2017-10-19 11:52:34 +02:00
qemu_migration.c qemu: Enabled pause-before-switchover migration capability 2017-10-26 10:36:02 +02:00
qemu_migration.h qemu: Use bitmap with migration capabilities 2017-10-20 13:37:03 +02:00
qemu_monitor_json.c qemu: Add support for setting downtime-limit migration parameter 2017-11-02 22:14:19 +01:00
qemu_monitor_json.h qemu: Add support for migrate-continue QMP command 2017-10-26 10:36:02 +02:00
qemu_monitor_text.c
qemu_monitor_text.h
qemu_monitor.c qemu: Add support for setting downtime-limit migration parameter 2017-11-02 22:14:19 +01:00
qemu_monitor.h qemu: Add pause-before-switchover migration capability 2017-10-26 10:36:02 +02:00
qemu_parse_command.c conf: merge virDomainLifecycleCrashAction with virDomainLifecycleAction 2017-10-19 11:52:09 +02:00
qemu_parse_command.h qemu: Move qemuFreeKeywords into qemu_parse_command.c 2017-10-17 18:52:47 -04:00
qemu_process.c qemu: Store supported migration capabilities in a bitmap 2017-10-20 13:36:56 +02:00
qemu_process.h qemu: process: Pass flags to qemuProcessPrepareHost 2017-10-05 09:40:13 +02:00
qemu_processpriv.h
qemu_security.c
qemu_security.h
qemu.conf qemu.conf: Clarify the various _tls_x509_cert_dir descriptions 2017-10-27 05:53:45 -04:00
test_libvirtd_qemu.aug.in conf: Introduce TLS options for VxHS block device clients 2017-09-28 09:45:14 -04:00
THREADS.txt