[Qemu-devel] [PATCH 08/10] migration: reorder processing in hmp_savevm

2015-11-16 Thread Denis V. Lunev
State deletion can be performed on running VM which reduces VM downtime This approach looks a bit more natural. Signed-off-by: Denis V. Lunev Reviewed-by: Fam Zheng CC: Juan Quintela --- migration/savevm.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/m

[Qemu-devel] [PATCH 08/10] migration: reorder processing in hmp_savevm

2015-11-10 Thread Denis V. Lunev
State deletion can be performed on running VM which reduces VM downtime This approach looks a bit more natural. Signed-off-by: Denis V. Lunev CC: Juan Quintela --- migration/savevm.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/migration/savevm.c b/migr

[Qemu-devel] [PATCH 08/10] migration: reorder processing in hmp_savevm

2015-11-07 Thread Denis V. Lunev
State deletion can be performed on running VM which reduces VM downtime This approach looks a bit more natural. Signed-off-by: Denis V. Lunev CC: Juan Quintela --- migration/savevm.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/migration/savevm.c b/migr