qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] migration: Remove unused parameters from tls functions
@ 2023-04-28  8:34 Juan Quintela
  2023-04-28  8:34 ` [PATCH 1/2] migration: Drop unused parameter for migration_tls_get_creds() Juan Quintela
  2023-04-28  8:34 ` [PATCH 2/2] migration: Drop unused parameter for migration_tls_client_create() Juan Quintela
  0 siblings, 2 replies; 5+ messages in thread
From: Juan Quintela @ 2023-04-28  8:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: Juan Quintela, Peter Xu, Leonardo Bras,
	Vladimir Sementsov-Ogievskiy

Hi

After reorganization of the capabilities, this two functions don't use
the MigrationState parameter anymore, just drop it.

Vladimir suggested it while he was doing the review.

Later, Juan.

Juan Quintela (2):
  migration: Drop unused parameter for migration_tls_get_creds()
  migration: Drop unused parameter for migration_tls_client_create()

 migration/multifd.c      |  2 +-
 migration/postcopy-ram.c |  2 +-
 migration/tls.c          | 15 +++++----------
 migration/tls.h          |  3 +--
 4 files changed, 8 insertions(+), 14 deletions(-)

-- 
2.40.0



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

end of thread, other threads:[~2023-04-28  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28  8:34 [PATCH 0/2] migration: Remove unused parameters from tls functions Juan Quintela
2023-04-28  8:34 ` [PATCH 1/2] migration: Drop unused parameter for migration_tls_get_creds() Juan Quintela
2023-04-28  8:38   ` Vladimir Sementsov-Ogievskiy
2023-04-28  8:34 ` [PATCH 2/2] migration: Drop unused parameter for migration_tls_client_create() Juan Quintela
2023-04-28  8:39   ` Vladimir Sementsov-Ogievskiy

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).