qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v8 0/14] migration: Add a new feature to do live mig


From: Liang Li
Subject: [Qemu-devel] [PATCH v8 0/14] migration: Add a new feature to do live migration
Date: Wed, 15 Apr 2015 17:26:09 +0800

This feature can help to reduce the data transferred about 60%, and the
migration time can also be reduced about 70%.

    Summary of changed from v7->v8
    
    -Fixed a bug when terminating the decompression thread
    -Fixed some indentation issues 
    -Fixed the bogus qmp error message when setting an invalid parameter 
---
 arch_init.c                   | 502 ++++++++++++++++++++++++++++++++++++++++--
 hmp-commands.hx               |  17 ++
 hmp.c                         |  65 ++++++
 hmp.h                         |   4 +
 include/migration/migration.h |  10 +
 include/migration/qemu-file.h |   3 +
 migration/migration.c         | 122 ++++++++++
 migration/qemu-file.c         |  39 ++++
 monitor.c                     |  25 +++
 qapi-schema.json              |  79 ++++++-
 qmp-commands.hx               |  57 +++++
 11 files changed, 900 insertions(+), 23 deletions(-)
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]