Searched hist:"33 f2663bd58696ab836731830f9fb6a878a5b944" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | diff 33f2663bd58696ab836731830f9fb6a878a5b944 Wed May 13 06:05:25 CDT 2020 Max Reitz <mreitz@redhat.com> block: Distinguish paths in *_format_default_perms
bdrv_format_default_perms() has one code path for backing files, and one for storage files. We want to pull them out into their own functions, so make sure they are completely distinct before so the next patches will be a bit cleaner.
Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200513110544.176672-16-mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|