qemu-e2k/block
Max Reitz f67503e5bd 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 <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2014-02-21 21:02:21 +01:00
..
backup.c
blkdebug.c block: Change BDS parameter of bdrv_open() to ** 2014-02-21 21:02:21 +01:00
blkverify.c block: Change BDS parameter of bdrv_open() to ** 2014-02-21 21:02:21 +01:00
bochs.c
cloop.c
commit.c
cow.c
curl.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
dmg.c
gluster.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
iscsi.c Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging 2014-02-20 12:10:23 +00:00
linux-aio.c
Makefile.objs block: add native support for NFS 2014-02-09 09:12:38 +01:00
mirror.c block: mirror - use local_err to avoid NULL errp 2014-02-14 18:05:39 +01:00
nbd-client.c
nbd-client.h
nbd.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
nfs.c block: add native support for NFS 2014-02-09 09:12:38 +01:00
parallels.c
qapi.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
qcow2-cache.c
qcow2-cluster.c qcow2: Set zero flag for discarded clusters 2014-02-21 21:02:21 +01:00
qcow2-refcount.c qcow2: fix offset overflow in qcow2_alloc_clusters_at() 2014-02-09 09:12:39 +01:00
qcow2-snapshot.c block: Don't throw away errno via error_setg 2014-02-14 18:05:38 +01:00
qcow2.c block: Change BDS parameter of bdrv_open() to ** 2014-02-21 21:02:21 +01:00
qcow2.h qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset() 2014-02-09 09:12:39 +01:00
qcow.c
qed-check.c
qed-cluster.c
qed-gencb.c
qed-l2-cache.c
qed-table.c
qed.c block: remove QED .bdrv_make_empty implementation 2014-01-31 22:05:03 +01:00
qed.h
raw_bsd.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
raw-aio.h
raw-posix.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
raw-win32.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
rbd.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
sheepdog.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
snapshot.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
ssh.c
stream.c
vdi.c
vhdx-endian.c
vhdx-log.c block/vhdx: Error checking fixes 2014-01-31 22:05:03 +01:00
vhdx.c block/vhdx: Error checking fixes 2014-01-31 22:05:03 +01:00
vhdx.h
vmdk.c block: Change BDS parameter of bdrv_open() to ** 2014-02-21 21:02:21 +01:00
vpc.c
vvfat.c block: Change BDS parameter of bdrv_open() to ** 2014-02-21 21:02:21 +01:00
win32-aio.c