Home
last modified time | relevance | path

Searched refs:create_options (Results 1 – 10 of 10) sorted by relevance

/external/qemu/
Dblock_int.h106 QEMUOptionParameter *create_options; member
Dblock.c377 options = parse_option_parameters("", bdrv_qcow2->create_options, NULL); in bdrv_open2()
/external/qemu/block/
Dcow.c290 .create_options = cow_create_options,
Draw-win32.c257 .create_options = raw_create_options,
Dvpc.c615 .create_options = vpc_create_options,
Dvmdk.c861 .create_options = vmdk_create_options,
Dqcow2.c1018 .create_options = qcow_create_options,
Dqcow.c946 .create_options = qcow_create_options,
Draw-posix.c894 .create_options = raw_create_options,
Dvvfat.c2783 options = parse_option_parameters("", bdrv_qcow->create_options, NULL); in enable_write_target()