[PATCH 0/2] migration: Drop deprecated QMP stuff

Markus Armbruster posted 2 patches 3 weeks, 3 days ago
Failed in applying to current master (apply log)
There is a newer version of this series
docs/about/deprecated.rst       | 13 -------
docs/about/removed-features.rst | 14 ++++++++
qapi/migration.json             | 38 --------------------
migration/threadinfo.h          | 25 -------------
migration/migration-hmp-cmds.c  |  2 +-
migration/migration.c           |  8 +----
migration/multifd.c             |  5 ---
migration/threadinfo.c          | 64 ---------------------------------
migration/meson.build           |  1 -
9 files changed, 16 insertions(+), 154 deletions(-)
delete mode 100644 migration/threadinfo.h
delete mode 100644 migration/threadinfo.c
[PATCH 0/2] migration: Drop deprecated QMP stuff
Posted by Markus Armbruster 3 weeks, 3 days ago
Markus Armbruster (2):
  migration: Drop deprecated QMP command query-migrationthreads
  migration: Drop deprecated QMP migrate argument @detach

 docs/about/deprecated.rst       | 13 -------
 docs/about/removed-features.rst | 14 ++++++++
 qapi/migration.json             | 38 --------------------
 migration/threadinfo.h          | 25 -------------
 migration/migration-hmp-cmds.c  |  2 +-
 migration/migration.c           |  8 +----
 migration/multifd.c             |  5 ---
 migration/threadinfo.c          | 64 ---------------------------------
 migration/meson.build           |  1 -
 9 files changed, 16 insertions(+), 154 deletions(-)
 delete mode 100644 migration/threadinfo.h
 delete mode 100644 migration/threadinfo.c

-- 
2.52.0
Re: [PATCH 0/2] migration: Drop deprecated QMP stuff
Posted by Fabiano Rosas 3 weeks, 2 days ago
Markus Armbruster <armbru@redhat.com> writes:

> Markus Armbruster (2):
>   migration: Drop deprecated QMP command query-migrationthreads
>   migration: Drop deprecated QMP migrate argument @detach
>
>  docs/about/deprecated.rst       | 13 -------
>  docs/about/removed-features.rst | 14 ++++++++
>  qapi/migration.json             | 38 --------------------
>  migration/threadinfo.h          | 25 -------------
>  migration/migration-hmp-cmds.c  |  2 +-
>  migration/migration.c           |  8 +----
>  migration/multifd.c             |  5 ---
>  migration/threadinfo.c          | 64 ---------------------------------
>  migration/meson.build           |  1 -
>  9 files changed, 16 insertions(+), 154 deletions(-)
>  delete mode 100644 migration/threadinfo.h
>  delete mode 100644 migration/threadinfo.c

Reviewed-by: Fabiano Rosas <farosas@suse.de>

Queued, thanks!