]> Git Repo - qemu.git/commit - block/vvfat.c
block: Change BDS parameter of bdrv_open() to **
authorMax Reitz <[email protected]>
Tue, 18 Feb 2014 17:33:05 +0000 (18:33 +0100)
committerKevin Wolf <[email protected]>
Fri, 21 Feb 2014 20:02:21 +0000 (21:02 +0100)
commitf67503e5bd8997ea7ec3f4bfa0af0e06321771a6
tree1b564ea3c13e76166a7e866995eb9c7f4055ae5c
parente6dc8a1f83835054fcaf1dcb41af7c868688c068
block: Change BDS parameter of bdrv_open() to **

Make bdrv_open() take a pointer to a BDS pointer, similarly to
bdrv_file_open(). If a pointer to a NULL pointer is given, bdrv_open()
will create a new BDS with an empty name; if the BDS pointer is not
NULL, that existing BDS will be reused (in the same way as bdrv_open()
already did).

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
12 files changed:
block.c
block/blkdebug.c
block/blkverify.c
block/qcow2.c
block/vmdk.c
block/vvfat.c
blockdev.c
hw/block/xen_disk.c
include/block/block.h
qemu-img.c
qemu-io.c
qemu-nbd.c
This page took 0.027654 seconds and 4 git commands to generate.