Revision ddf5636d include/block/block.h

b/include/block/block.h
190 190
                    QDict *options, const char *bdref_key, int flags,
191 191
                    bool force_raw, bool allow_none, Error **errp);
192 192
int bdrv_open_backing_file(BlockDriverState *bs, QDict *options, Error **errp);
193
int bdrv_open(BlockDriverState **pbs, const char *filename, QDict *options,
194
              int flags, BlockDriver *drv, Error **errp);
193
int bdrv_open(BlockDriverState **pbs, const char *filename,
194
              const char *reference, QDict *options, int flags,
195
              BlockDriver *drv, Error **errp);
195 196
BlockReopenQueue *bdrv_reopen_queue(BlockReopenQueue *bs_queue,
196 197
                                    BlockDriverState *bs, int flags);
197 198
int bdrv_reopen_multiple(BlockReopenQueue *bs_queue, Error **errp);

Also available in: Unified diff