Revision 56d1b4d2 block/blkdebug.c

b/block/blkdebug.c
346 346
    },
347 347
};
348 348

  
349
static int blkdebug_open(BlockDriverState *bs, const char *dummy,
350
                         QDict *options, int flags)
349
static int blkdebug_open(BlockDriverState *bs, QDict *options, int flags)
351 350
{
352 351
    BDRVBlkdebugState *s = bs->opaque;
353 352
    QemuOpts *opts;

Also available in: Unified diff