All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] Improve info migrate output on destination
@ 2018-01-05 20:51 Juan Quintela
  2018-01-05 20:51 ` [Qemu-devel] [PATCH v4 1/2] migration: Create tcp_port parameter Juan Quintela
  2018-01-05 20:51 ` [Qemu-devel] [PATCH v4 2/2] migration: Set the migration tcp port Juan Quintela
  0 siblings, 2 replies; 5+ messages in thread
From: Juan Quintela @ 2018-01-05 20:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx

Hi

In v4:

Based-on: 20180103093834.20879-1-quintela@redhat.com

- update and rebase
- tcp-port is not a property that can be set anymore (peter xu)
- improve comments (eric)

Please, review.

[v3]
On top of my previous migration-for-2.11 patches.
- We don't create an uri parameter, just too complicated and not
  needed.
- So we cerate a tcp_port parameter, easier, and everybody knows what
  it means.
- Several patches reviewed integrated in for-2.11.

Please, review.

Later, Juan.

[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.


*** BLURB HERE ***

Juan Quintela (2):
  migration: Create tcp_port parameter
  migration: Set the migration tcp port

 hmp.c                 |  7 +++++++
 migration/migration.c | 20 ++++++++++++++++++++
 migration/migration.h |  2 ++
 migration/socket.c    | 35 ++++++++++++++++++++++++++++++-----
 qapi/migration.json   | 19 ++++++++++++++++---
 5 files changed, 75 insertions(+), 8 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-01-10 12:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 20:51 [Qemu-devel] [PATCH v4 0/2] Improve info migrate output on destination Juan Quintela
2018-01-05 20:51 ` [Qemu-devel] [PATCH v4 1/2] migration: Create tcp_port parameter Juan Quintela
2018-01-08  7:00   ` Peter Xu
2018-01-10 12:56   ` Daniel P. Berrange
2018-01-05 20:51 ` [Qemu-devel] [PATCH v4 2/2] migration: Set the migration tcp port 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.