All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] Improve info migrate output on destination
@ 2017-11-22 12:42 Juan Quintela
  2017-11-22 12:42 ` [Qemu-devel] [PATCH v2 1/6] migration: print features as on off Juan Quintela
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Juan Quintela @ 2017-11-22 12:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx

Hi

For v2:
- dropped the qio patch, get the address later with qio_socket_get_local_address
 (danp)
- set the uri with all the options (danp found it)
- rebase on top of latest rc

Please review.

Later, Juan.

[v1]
This series (on top of my last pull requset) do:

- Make update port for address work for port 0.
  Right now we only update the _port_ that we ask for, not the one that we receive.
- Print global options as everything else (i.e. one by line, and on/off)
- Move addr cleanup to the place where we created it
- Create an uri migration parameter
- Fill the migrate parameter and set it.
- make the uri parameter optional for migrate

Please review.

Later, Juan.

Juan Quintela (6):
  migration: print features as on off
  migration: free addr in the same function that we created it
  migration: Create uri parameter
  migration: Now set the migration uri
  migration: make migrate uri parameter optional
  migration: Set the new port/address in the uri parameter

 hmp-commands.hx       |  4 ++--
 hmp.c                 | 12 +++++++++--
 migration/migration.c | 59 ++++++++++++++++++++++++++++++++++++++++-----------
 migration/migration.h |  2 ++
 migration/socket.c    | 41 +++++++++++++++++++++++++++++------
 qapi/migration.json   | 20 +++++++++++++----
 6 files changed, 111 insertions(+), 27 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2017-11-22 15:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-22 12:42 [Qemu-devel] [PATCH v2 0/6] Improve info migrate output on destination Juan Quintela
2017-11-22 12:42 ` [Qemu-devel] [PATCH v2 1/6] migration: print features as on off Juan Quintela
2017-11-22 12:42 ` [Qemu-devel] [PATCH v2 2/6] migration: free addr in the same function that we created it Juan Quintela
2017-11-22 12:42 ` [Qemu-devel] [PATCH v2 3/6] migration: Create uri parameter Juan Quintela
2017-11-22 13:02   ` Daniel P. Berrange
2017-11-22 12:42 ` [Qemu-devel] [PATCH v2 4/6] migration: Now set the migration uri Juan Quintela
2017-11-22 12:42 ` [Qemu-devel] [PATCH v2 5/6] migration: make migrate uri parameter optional Juan Quintela
2017-11-22 12:42 ` [Qemu-devel] [PATCH v2 6/6] migration: Set the new port/address in the uri parameter Juan Quintela
2017-11-22 13:25 ` [Qemu-devel] [PATCH v2 0/6] Improve info migrate output on destination no-reply

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.