summary refs log tree commit diff stats
path: root/net/filter-buffer.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2020-07-07 18:05:43 +0200
committerMarkus Armbruster <armbru@redhat.com>2020-07-10 15:18:08 +0200
commit3882578bb559e5caf9b79cabcb88b69270af68c0 (patch)
treeebaa5b42c644169e569811ddc9da705bebdc9d33 /net/filter-buffer.c
parent235e59cf03ed75d0ce96c97343194ed11c146231 (diff)
downloadfocaccia-qemu-3882578bb559e5caf9b79cabcb88b69270af68c0.tar.gz
focaccia-qemu-3882578bb559e5caf9b79cabcb88b69270af68c0.zip
block: Avoid error accumulation in bdrv_img_create()
When creating an image fails because the format doesn't support option
"backing_file" or "backing_fmt", bdrv_img_create() first has
qemu_opt_set() put a generic error into @local_err, then puts the real
error into @errp with error_setg(), and then propagates the former to
the latter, which throws away the generic error.  A bit complicated,
but works.

Now that qemu_opt_set() returns a useful value, we can simply ignore
the generic error instead.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20200707160613.848843-16-armbru@redhat.com>
Diffstat (limited to 'net/filter-buffer.c')
0 files changed, 0 insertions, 0 deletions