Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvpc.c204 const char *size_calc; in vpc_parse_options() local
206 size_calc = qemu_opt_get(opts, VPC_OPT_SIZE_CALC); in vpc_parse_options()
208 if (!size_calc) { in vpc_parse_options()
210 } else if (!strcmp(size_calc, "current_size")) { in vpc_parse_options()
212 } else if (!strcmp(size_calc, "chs")) { in vpc_parse_options()
215 error_setg(errp, "Invalid size calculation mode: '%s'", size_calc); in vpc_parse_options()