All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] migration: Drop deprecated QMP stuff
@ 2026-01-08 12:55 Markus Armbruster
  2026-01-08 12:55 ` [PATCH 1/2] migration: Drop deprecated QMP command query-migrationthreads Markus Armbruster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Markus Armbruster @ 2026-01-08 12:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: peterx, farosas, devel, eblake

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



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

end of thread, other threads:[~2026-01-09 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-08 12:55 [PATCH 0/2] migration: Drop deprecated QMP stuff Markus Armbruster
2026-01-08 12:55 ` [PATCH 1/2] migration: Drop deprecated QMP command query-migrationthreads Markus Armbruster
2026-01-08 12:55 ` [PATCH 2/2] migration: Drop deprecated QMP migrate argument @detach Markus Armbruster
2026-01-09 12:38 ` [PATCH 0/2] migration: Drop deprecated QMP stuff Fabiano Rosas

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.