Revision de9c0cec include/block/block.h

b/include/block/block.h
137 137
int bdrv_parse_discard_flags(const char *mode, int *flags);
138 138
int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags);
139 139
int bdrv_open_backing_file(BlockDriverState *bs);
140
int bdrv_open(BlockDriverState *bs, const char *filename, int flags,
141
              BlockDriver *drv);
140
int bdrv_open(BlockDriverState *bs, const char *filename, QDict *options,
141
              int flags, BlockDriver *drv);
142 142
BlockReopenQueue *bdrv_reopen_queue(BlockReopenQueue *bs_queue,
143 143
                                    BlockDriverState *bs, int flags);
144 144
int bdrv_reopen_multiple(BlockReopenQueue *bs_queue, Error **errp);

Also available in: Unified diff