Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Doption.h87 bool qemu_opt_has_help_opt(QemuOpts *opts);
/qemu/qom/
H A Dobject_interfaces.c246 if (qemu_opt_has_help_opt(opts)) { in user_creatable_print_help()
/qemu/tests/unit/
H A Dtest-qemu-opts.c742 g_assert_cmpint(qemu_opt_has_help_opt(opts), in test_has_help_option()
747 g_assert_cmpint(qemu_opt_has_help_opt(opts), in test_has_help_option()
/qemu/system/
H A Dqdev-monitor.c295 if (!driver || !qemu_opt_has_help_opt(opts)) { in qdev_device_help()
/qemu/util/
H A Dqemu-option.c316 bool qemu_opt_has_help_opt(QemuOpts *opts) in qemu_opt_has_help_opt() function