Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Doption.h50 enum QemuOptType { enum
61 enum QemuOptType type;
/openbmc/qemu/util/
H A Dqemu-option.c156 static const char *opt_type_to_string(enum QemuOptType type) in opt_type_to_string()