[libvirt] [PATCH v2 2/3] migrate-getmaxdowntime public symbols and table indices

2017-07-24 Thread seg
From: Scott Garfinkle virsh migrate-getmaxdowntime public symbols and table indices Signed-off-by: Scott Garfinkle --- src/libvirt_public.syms | 4 src/remote/remote_protocol.x | 16 +++- src/remote_protocol-structs | 8 3

[libvirt] [PATCH v2 3/3] migrate-getmaxdowntime

2017-07-24 Thread seg
From: Scott Garfinkle virsh migrate-getmaxdowntime local/libvirt enablement Signed-off-by: Scott Garfinkle --- include/libvirt/libvirt-domain.h | 4 src/driver-hypervisor.h | 6 ++ src/libvirt-domain.c | 45

[libvirt] [PATCH v2 1/3] migrate-getmaxdowntime command qemu side

2017-07-24 Thread seg
From: Scott Garfinkle virsh migrate-getmaxdowntime qemu driver enablement Signed-off-by: Scott Garfinkle --- src/qemu/qemu_driver.c | 45 src/qemu/qemu_monitor.h | 3 +++ src/qemu/qemu_monitor_json.c |

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

2017-07-24 Thread seg
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 [v1]: * Fixed formatting and style problems * Add additional JSON error check * Better patch submission mail, I hope

[libvirt] [PATCH] Generate unique socket file

2017-07-24 Thread seg
From: Scott Garfinkle --- src/qemu/qemu_domain.c | 23 +++--- .../qemuxml2argv-channel-virtio-unix.args | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c

[libvirt] [PATCH] Generate unique virtio-serial socket file names

2017-07-24 Thread seg
It's possible to have more than one unix channel with type=virtio-serial. We need to generate a unique name for each channel. Currently, we use "unknown.sock" for all of them. Signed-off-by: Scott Garfinkle -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH 1/3] migrate-getmaxdowntime command qemu side

2017-07-21 Thread seg
From: Scott Garfinkle JSON-only implementation to retrieve downtime-limit from Qemu - aka GetMaxDowntime. Signed-off-by: Scott Garfinkle --- src/qemu/qemu_driver.c | 45 src/qemu/qemu_monitor.c | 12

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

2017-07-21 Thread seg
Currently, the maximum tolerable downtime for a domain being migrated is write-only. This patch implements a way to query that value nondestructively. Signed-off-by: Scott Garfinkle -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH 2/3] migrate-getmaxdowntime public symbols and table indices

2017-07-21 Thread seg
From: Scott Garfinkle virsh migrate-getmaxdowntime command public symbols, indices, and dependencies. Signed-off-by: Scott Garfinkle --- src/libvirt_public.syms | 4 src/remote/remote_protocol.x | 16 +++- src/remote_protocol-structs

[libvirt] [PATCH 3/3] migrate-getmaxdowntime local/libvirt bits

2017-07-21 Thread seg
From: Scott Garfinkle virsh migrate-getmaxdowntime command libvirt and virsh side, including help Signed-off-by: Scott Garfinkle --- include/libvirt/libvirt-domain.h | 4 src/driver-hypervisor.h | 6 ++ src/libvirt-domain.c |