[libvirt] [PATCH v3 0/3] implement migrate-getmaxdowntime command

Scott Garfinkle posted 3 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1501253831-42824-1-git-send-email-seg@us.ibm.com
include/libvirt/libvirt-domain.h |  4 ++++
src/driver-hypervisor.h          |  6 ++++++
src/libvirt-domain.c             | 45 ++++++++++++++++++++++++++++++++++++++++
src/libvirt_public.syms          |  4 ++++
src/qemu/qemu_driver.c       | 51 ++++++++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_monitor.h      |  3 +++
src/qemu/qemu_monitor_json.c |  4 ++++
src/remote/remote_driver.c   |  1 +
src/remote/remote_protocol.x | 16 +++++++++++++-
src/remote_protocol-structs  |  8 +++++++
tools/virsh-domain.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
tools/virsh.pod      | 18 ++++++++++++++++++
12 files changed, 205 insertions(+), 1 deletion(-)
[libvirt] [PATCH v3 0/3] implement migrate-getmaxdowntime command
Posted by Scott Garfinkle 6 years, 8 months ago
Currently, the maximum tolerable downtime for a domain being migrated is
write-only. This patch implements a way to query that value nondestructively.

Changes from [v2]:

* Resequenced and renamed patches
* Use updated qemuMonitorJSONGetMigrationParams for querying migration
  parameters.

[v1} https://www.redhat.com/archives/libvir-list/2017-July/msg00908.html
[v2} https://www.redhat.com/archives/libvir-list/2017-July/msg01010.html

Scott Garfinkle (3)
    Add virDomainMigrateGetMaxDowntime public API
    qemu: Implement virDomainMigrateGetMaxDowntime
    virsh: Add support for virDomainMigrateGetMaxDowntime

---
 include/libvirt/libvirt-domain.h |  4 ++++
 src/driver-hypervisor.h          |  6 ++++++
 src/libvirt-domain.c             | 45 ++++++++++++++++++++++++++++++++++++++++
 src/libvirt_public.syms          |  4 ++++
 src/qemu/qemu_driver.c       | 51 ++++++++++++++++++++++++++++++++++++++++++++
 src/qemu/qemu_monitor.h      |  3 +++
 src/qemu/qemu_monitor_json.c |  4 ++++
 src/remote/remote_driver.c   |  1 +
 src/remote/remote_protocol.x | 16 +++++++++++++-
 src/remote_protocol-structs  |  8 +++++++
 tools/virsh-domain.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 tools/virsh.pod      | 18 ++++++++++++++++++
 12 files changed, 205 insertions(+), 1 deletion(-)

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list