migration: Always report an error in block_save_setup()
commit150da48cb28ff68ca51b5ab26c6d930bad60a460
authorCédric Le Goater <clg@redhat.com>
Wed, 20 Mar 2024 06:48:59 +0000 (20 07:48 +0100)
committerPeter Xu <peterx@redhat.com>
Tue, 23 Apr 2024 22:36:01 +0000 (23 18:36 -0400)
treea18217b7ec4126cb4acd40fbb96d47e84145f10d
parent31cf7c1413db6c8fba6d9e73d77e4ab6faee0408
migration: Always report an error in block_save_setup()

This will prepare ground for future changes adding an Error** argument
to the save_setup() handler. We need to make sure that on failure,
block_save_setup() always sets a new error.

Cc: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/r/20240320064911.545001-4-clg@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/block.c