]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Fix latent bug in migrate_params_test_apply()
authorMarkus Armbruster <armbru@redhat.com>
Mon, 7 Apr 2025 07:28:33 +0000 (09:28 +0200)
committerPeter Xu <peterx@redhat.com>
Fri, 2 May 2025 15:09:36 +0000 (11:09 -0400)
commitb407c9e74753ca0dbc00832bf5fcec44efd05308
tree4745436ec92aa0d28d5fb277e6d545b7f95c1dec
parent7d9849c3c41463ab9ba40348a8606927dc0fb85d
migration: Fix latent bug in migrate_params_test_apply()

migrate_params_test_apply() neglects to apply tls_authz.  Currently
harmless, because migrate_params_check() doesn't care.  Fix it anyway.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Message-ID: <20250407072833.2118928-1-armbru@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
migration/options.c