]> Git Repo - qemu.git/commit - qemu-io-cmds.c
block: Remove flags parameter from bdrv_reopen_queue()
authorAlberto Garcia <[email protected]>
Mon, 12 Nov 2018 14:00:44 +0000 (16:00 +0200)
committerKevin Wolf <[email protected]>
Fri, 14 Dec 2018 10:55:02 +0000 (11:55 +0100)
commit2e891722c5e3d0372e042173a425925e14749bf0
treecf427252602e66b28c508e17127a8a9c4411f23e
parent3c4e964762c7d0292185473657dd2afc0d2d060b
block: Remove flags parameter from bdrv_reopen_queue()

Now that all callers are passing all flag changes as QDict options,
the flags parameter is no longer necessary, so we can get rid of it.

Signed-off-by: Alberto Garcia <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
block/replication.c
include/block/block.h
qemu-io-cmds.c
This page took 0.024246 seconds and 4 git commands to generate.