option header

The documentation of QEMU’s qemu/option.h header.

bool qemu_opt_has_help_opt(QemuOpts * opts)

Parameters

QemuOpts * opts
options to search for a help request

Description

Check whether the options specified by opts include one of the standard strings which indicate that the user is asking for a list of the valid values for a command line option (as defined by is_help_option()).

Return

true if opts includes ‘help’ or equivalent.