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