qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Cc: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>,
	Leonardo Bras <leobras@redhat.com>,
	Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Subject: [PATCH 0/2] migration: Remove unused parameters from tls functions
Date: Fri, 28 Apr 2023 10:34:19 +0200	[thread overview]
Message-ID: <20230428083421.34701-1-quintela@redhat.com> (raw)

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



             reply	other threads:[~2023-04-28  8:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-28  8:34 Juan Quintela [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230428083421.34701-1-quintela@redhat.com \
    --to=quintela@redhat.com \
    --cc=leobras@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=vsementsov@yandex-team.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).