summaryrefslogtreecommitdiff
path: root/block/qed.c
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2014-06-04 14:19:44 +0200
committerKevin Wolf <kwolf@redhat.com>2014-06-26 13:51:01 +0200
commit76c591b013782217cad67b35c74cd249e0413439 (patch)
tree3170d71b2ce748d134bdb693990996cbc1c4cdc5 /block/qed.c
parentb348f3311c1c54ab4abfd7958176ce5ec6407543 (diff)
downloadqemu-76c591b013782217cad67b35c74cd249e0413439.tar.gz
block: Remove second bdrv_open() recursion
This recursion was introduced in commit 505d7583 in order to allow nesting image formats. It only ever takes effect when the user explicitly specifies a driver name and that driver isn't suitable for the protocol level. We can check this earlier in bdrv_open() and if the explicitly requested driver is a format driver, clear BDRV_O_PROTOCOL so that another bs->file layer is opened. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'block/qed.c')
0 files changed, 0 insertions, 0 deletions