Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dthrottle.c29 static QemuOptsList throttle_opts = { variable
31 .head = QTAILQ_HEAD_INITIALIZER(throttle_opts.head),
51 QemuOpts *opts = qemu_opts_create(&throttle_opts, NULL, 0, &error_abort); in throttle_parse_options()