mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
vl: support -plugin option
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> [ cota: s/instrument/plugin ] Signed-off-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
ca76a66975
commit
42229a7539
2 changed files with 28 additions and 0 deletions
|
@ -4201,6 +4201,23 @@ HXCOMM HX does not support conditional compilation of text.
|
|||
@findex -trace
|
||||
@include qemu-option-trace.texi
|
||||
ETEXI
|
||||
DEF("plugin", HAS_ARG, QEMU_OPTION_plugin,
|
||||
"-plugin [file=]<file>[,arg=<string>]\n"
|
||||
" load a plugin\n",
|
||||
QEMU_ARCH_ALL)
|
||||
STEXI
|
||||
@item -plugin file=@var{file}[,arg=@var{string}]
|
||||
@findex -plugin
|
||||
|
||||
Load a plugin.
|
||||
|
||||
@table @option
|
||||
@item file=@var{file}
|
||||
Load the given plugin from a shared library file.
|
||||
@item arg=@var{string}
|
||||
Argument string passed to the plugin. (Can be given multiple times.)
|
||||
@end table
|
||||
ETEXI
|
||||
|
||||
HXCOMM Internal use
|
||||
DEF("qtest", HAS_ARG, QEMU_OPTION_qtest, "", QEMU_ARCH_ALL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue