[PATCH 0/2] migration: Remove unused parameters from tls functions

Juan Quintela posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230428083421.34701-1-quintela@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>
migration/multifd.c      |  2 +-
migration/postcopy-ram.c |  2 +-
migration/tls.c          | 15 +++++----------
migration/tls.h          |  3 +--
4 files changed, 8 insertions(+), 14 deletions(-)
[PATCH 0/2] migration: Remove unused parameters from tls functions
Posted by Juan Quintela 1 year ago
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