[Qemu-devel] [PATCH 0/6] Improve info migrate output on destination

Juan Quintela posted 6 patches 6 years, 4 months ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
hmp-commands.hx       |  4 ++--
hmp.c                 | 12 +++++++++--
migration/migration.c | 59 ++++++++++++++++++++++++++++++++++++++++-----------
migration/migration.h |  2 ++
migration/socket.c    | 11 ++++++++--
qapi/migration.json   | 20 +++++++++++++----
util/qemu-sockets.c   | 11 ++++++----
7 files changed, 93 insertions(+), 26 deletions(-)
[Qemu-devel] [PATCH 0/6] Improve info migrate output on destination
Posted by Juan Quintela 6 years, 4 months ago
Hi

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):
  qio: Make port 0 work for qio
  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

 hmp-commands.hx       |  4 ++--
 hmp.c                 | 12 +++++++++--
 migration/migration.c | 59 ++++++++++++++++++++++++++++++++++++++++-----------
 migration/migration.h |  2 ++
 migration/socket.c    | 11 ++++++++--
 qapi/migration.json   | 20 +++++++++++++----
 util/qemu-sockets.c   | 11 ++++++----
 7 files changed, 93 insertions(+), 26 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PATCH 0/6] Improve info migrate output on destination
Posted by Fam Zheng 6 years, 4 months ago
On Mon, 10/30 12:21, Juan Quintela wrote:
> Hi
> 
> This series (on top of my last pull requset) do:

For patchew,

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