qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] live migration bug fix and refine


From: Liang Li
Subject: [Qemu-devel] [PATCH 0/5] live migration bug fix and refine
Date: Wed, 4 May 2016 11:40:54 +0800

This patch set fixed a bug which will block live migration and another
potential issue when using multi-thread (de)compression.

The last three patches were submitted before, put them here together.

Liang Li (5):
  migration: Fix multi-thread compression bug
  migration: Fix a potential issue
  migration: remove useless code
  qemu-file: Fix qemu_put_compression_data flaw
  migration: refine ram_save_compressed_page

 include/migration/migration.h |  1 +
 migration/migration.c         |  2 +-
 migration/qemu-file.c         | 23 ++++++++++-
 migration/ram.c               | 93 ++++++++++++++++++++++++++++++-------------
 4 files changed, 88 insertions(+), 31 deletions(-)

-- 
1.9.1




reply via email to

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