]> git.proxmox.com Git - mirror_qemu.git/commit - block/block-backend.c
block: Pass BdrvChildRole to .inherit_options()
authorMax Reitz <mreitz@redhat.com>
Wed, 13 May 2020 11:05:17 +0000 (13:05 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 May 2020 17:05:25 +0000 (19:05 +0200)
commit272c02eaef0388225c1dcdbec99b2e838bb64d23
tree0b2dd0f70a9c93cf660a3a0ec31ed0896dd86fbc
parentbf8e925eb569f31466eb5c9d935959a58772eec6
block: Pass BdrvChildRole to .inherit_options()

For now, all callers (effectively) pass 0 and no callee evaluates thie
value.  Later patches will change both.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200513110544.176672-8-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block/block-backend.c
block/vvfat.c
include/block/block_int.h