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
..
2014-01-31 22:05:03 +01:00
2013-11-05 19:57:47 -08:00
2014-02-14 21:12:04 +01:00
2013-07-29 21:05:58 +02:00
2013-12-17 19:42:27 +00:00
2013-09-01 19:32:42 +04:00