Searched hist:"70082 db4efab1bc91467a9207c6e3f554a8e6bac" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | diff 70082db4efab1bc91467a9207c6e3f554a8e6bac Wed May 13 06:05:26 CDT 2020 Max Reitz <mreitz@redhat.com> block: Pull out bdrv_default_perms_for_cow()
Right now, bdrv_format_default_perms() is used by format parents (generally). We want to switch to a model where most parents use a single BdrvChildClass, which then decides the permissions based on the child role. To do so, we have to split bdrv_format_default_perms() into separate functions for each such role.
Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20200513110544.176672-17-mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|