All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Deferred incoming migration through fd
@ 2019-05-27  9:33 Yury Kotov
  2019-05-27  9:33 ` [Qemu-devel] [PATCH 1/2] migration: Fix fd protocol for incoming defer Yury Kotov
  2019-05-27  9:33 ` [Qemu-devel] [PATCH 2/2] migration-test: Add a test for fd protocol Yury Kotov
  0 siblings, 2 replies; 6+ messages in thread
From: Yury Kotov @ 2019-05-27  9:33 UTC (permalink / raw)
  To: Juan Quintela, Dr. David Alan Gilbert, Thomas Huth,
	Laurent Vivier, Paolo Bonzini
  Cc: qemu-devel, yc-core

Hi,

This series is a continuation of the previous two:
* migration: Fix handling fd protocol
* Add 'inline-fd:' protocol for migration

It's about such use case:
1. Target VM: exec ...,-incoming defer
2. Target VM: getfd("fd-mig")
3. Target VM: migrate-incoming("fd:"fd-mig")
4. Source VM: getfd("fd-mig")
5. Source VM: migrate("fd-mig")

Currently, it's not possible to do the step 3, because for incoming migration
"fd:" protocol expects an integer, not the name of fd.

Yury Kotov (2):
  migration: Fix fd protocol for incoming defer
  migration-test: Add a test for fd protocol

 migration/fd.c         |   8 +--
 migration/fd.h         |   2 +-
 tests/libqtest.c       |  83 ++++++++++++++++++++++++++++++--
 tests/libqtest.h       |  51 +++++++++++++++++++-
 tests/migration-test.c | 107 +++++++++++++++++++++++++++++++++++++++--
 5 files changed, 239 insertions(+), 12 deletions(-)

-- 
2.21.0



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

end of thread, other threads:[~2019-05-28  8:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-27  9:33 [Qemu-devel] [PATCH 0/2] Deferred incoming migration through fd Yury Kotov
2019-05-27  9:33 ` [Qemu-devel] [PATCH 1/2] migration: Fix fd protocol for incoming defer Yury Kotov
2019-05-28  8:26   ` Juan Quintela
2019-05-27  9:33 ` [Qemu-devel] [PATCH 2/2] migration-test: Add a test for fd protocol Yury Kotov
2019-05-27  9:41   ` Yury Kotov
2019-05-27  9:51   ` Thomas Huth

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.