All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Migration fixes
@ 2016-11-14 20:55 Juan Quintela
  2016-11-14 20:55 ` [Qemu-devel] [PATCH 1/3] migration: create Migration Incoming State at init time Juan Quintela
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Juan Quintela @ 2016-11-14 20:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: amit.shah, dgilbert


Hi

This are the fixes that were of the multifd patches.

The most important one is the second patch, that one that checks for valid flags on reception.

Please, review.

Juan Quintela (3):
  migration: create Migration Incoming State at init time
  migration: Test for disabled features on reception
  migration: Don't create decompression threads if not enabled

 include/migration/migration.h |  1 -
 migration/migration.c         | 38 +++++++++++++++++---------------------
 migration/ram.c               | 29 ++++++++++++++++++++++++++++-
 migration/savevm.c            |  4 ++--
 4 files changed, 47 insertions(+), 25 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-11-15 10:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14 20:55 [Qemu-devel] [PATCH 0/3] Migration fixes Juan Quintela
2016-11-14 20:55 ` [Qemu-devel] [PATCH 1/3] migration: create Migration Incoming State at init time Juan Quintela
2016-11-15  9:50   ` Dr. David Alan Gilbert
2016-11-14 20:55 ` [Qemu-devel] [PATCH 2/3] migration: Test for disabled features on reception Juan Quintela
2016-11-15  9:54   ` Dr. David Alan Gilbert
2016-11-15 10:07     ` Juan Quintela
2016-11-15 10:42       ` Dr. David Alan Gilbert
2016-11-14 20:55 ` [Qemu-devel] [PATCH 3/3] migration: Don't create decompression threads if not enabled Juan Quintela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.