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

Markus Armbruster posted 2 patches 4 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260108125512.2234147-1-armbru@redhat.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
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 4 weeks, 1 day 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 4 weeks 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!