qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] live migration bug fix and refine
@ 2016-05-04  3:40 Liang Li
  2016-05-04  3:40 ` [Qemu-devel] [PATCH 1/5] migration: Fix multi-thread compression bug Liang Li
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Liang Li @ 2016-05-04  3:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: quintela, amit.shah, berrange, dgilbert, Liang Li

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-05-04 14:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04  3:40 [Qemu-devel] [PATCH 0/5] live migration bug fix and refine Liang Li
2016-05-04  3:40 ` [Qemu-devel] [PATCH 1/5] migration: Fix multi-thread compression bug Liang Li
2016-05-04  3:40 ` [Qemu-devel] [PATCH 2/5] migration: Fix a potential issue Liang Li
2016-05-04  8:47   ` Dr. David Alan Gilbert
2016-05-04 10:05     ` Li, Liang Z
2016-05-04  9:17   ` Juan Quintela
2016-05-04 14:13     ` Li, Liang Z
2016-05-04  3:40 ` [Qemu-devel] [PATCH 3/5] migration: remove useless code Liang Li
2016-05-04  9:18   ` Juan Quintela
2016-05-04  3:40 ` [Qemu-devel] [PATCH 4/5] qemu-file: Fix qemu_put_compression_data flaw Liang Li
2016-05-04  9:30   ` Juan Quintela
2016-05-04 14:32     ` Li, Liang Z
2016-05-04  3:40 ` [Qemu-devel] [PATCH 5/5] migration: refine ram_save_compressed_page Liang Li
2016-05-04  9:33   ` Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).