[Qemu-devel] [PATCH] migration: avoid segmentfault when take a snapshot of a VM which being migrated

2018-10-11 Thread jialina01
ct and qemu crashes eventually. Signed-off-by: jialina01 Signed-off-by: chaiwen Signed-off-by: zhangyu --- migration/savevm.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/migration/savevm.c b/migration/savevm.c index 2d10e45582..9cb97ca343 100644 --- a/migr

[Qemu-devel] [PATCH] qapi/migration.json: fix the description for "query-migrate" output

2018-08-21 Thread jialina01
From: jialina01 In the return for command "query-migrate", time information like "total-time", "setup-time", "downtime", is not included in ram json-object. So fix the description in migration.json by unpacking those information from ram json-object.