qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Migration deadcode removal
@ 2024-09-18  0:02 dave
  2024-09-18  0:02 ` [PATCH 1/3] migration: Remove migrate_cap_set dave
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: dave @ 2024-09-18  0:02 UTC (permalink / raw)
  To: peterx, farosas, eblake, armbru; +Cc: qemu-devel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <dave@treblig.org>

Hi,
  This is a set of deadcode removal around migration
found by looking for unused symbols.

  Note this does remove the old zero-blocks
capability, but it's been meaningless anyway since block
migration went.

Dave

Dr. David Alan Gilbert (3):
  migration: Remove migrate_cap_set
  migration: Remove unused zero-blocks capability
  migration: Remove unused socket_send_channel_create_sync

 migration/options.c | 28 ----------------------------
 migration/options.h |  2 --
 migration/socket.c  | 18 ------------------
 migration/socket.h  |  1 -
 qapi/migration.json | 10 +---------
 5 files changed, 1 insertion(+), 58 deletions(-)

-- 
2.46.0



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

end of thread, other threads:[~2024-09-19 13:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18  0:02 [PATCH 0/3] Migration deadcode removal dave
2024-09-18  0:02 ` [PATCH 1/3] migration: Remove migrate_cap_set dave
2024-09-19 12:12   ` Fabiano Rosas
2024-09-18  0:02 ` [PATCH 2/3] migration: Remove unused zero-blocks capability dave
2024-09-18  5:52   ` Markus Armbruster
2024-09-18 16:27     ` Peter Xu
2024-09-19 10:39       ` Markus Armbruster
2024-09-19 12:57         ` Fabiano Rosas
2024-09-19 13:00           ` Dr. David Alan Gilbert
2024-09-19 13:43             ` Peter Xu
2024-09-18  0:02 ` [PATCH 3/3] migration: Remove unused socket_send_channel_create_sync dave
2024-09-19 12:12   ` Fabiano Rosas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).