[libvirt] [PATCH v2] libvirt support to force convergence of live guest migration

2014-02-06 Thread Chegu Vinod
needed to trigger this feature. (Testing is in progress) Signed-off-by: Chegu Vinod chegu_vi...@hp.com --- include/libvirt/libvirt.h.in | 1 + src/qemu/qemu_migration.c| 40 src/qemu/qemu_migration.h| 3 ++- src/qemu/qemu_monitor.c | 2 +- src

Re: [libvirt] [RFC PATCH] libvirt support to force convergence of live guest migration

2014-01-29 Thread Chegu Vinod
On 1/29/2014 8:27 AM, Jim Fehlig wrote: Chegu Vinod wrote: Busy enterprise workloads hosted on large sized VM's tend to dirty memory faster than the transfer rate achieved via live guest migration. Despite some good recent improvements ( using dedicated 10Gig NICs between hosts) the live

Re: [libvirt] [RFC PATCH] libvirt support to force convergence of live guest migration

2013-11-26 Thread Chegu Vinod
On 11/26/2013 4:24 AM, Jiri Denemark wrote: On Thu, Nov 21, 2013 at 17:47:24 -0800, Chegu Vinod wrote: Busy enterprise workloads hosted on large sized VM's tend to dirty memory faster than the transfer rate achieved via live guest migration. Despite some good recent improvements ( using

[libvirt] [RFC PATCH] libvirt support to force convergence of live guest migration

2013-11-21 Thread Chegu Vinod
to trigger this feature. (Testing is still in progress) Signed-off-by: Chegu Vinod chegu_vi...@hp.com --- include/libvirt/libvirt.h.in |1 + src/qemu/qemu_migration.c| 44 ++ src/qemu/qemu_migration.h|1 + src/qemu/qemu_monitor.c |2