Expand description
Installation for the QEMU plugin
Structs§
- Args
- Arguments to QEMU as passed to
qemu_plugin_install
.qemu_plugin_install
takes a comma-separated list of key=value pairs, such asval1=foo,val2=bar
. - Info
- Information about the simulation, including the target name, version, and virtual system information
- System
- Information about the virtualized system, present if the emulator is running in full system emulation mode
- Version
- The version specification of the QEMU plugin API
Enums§
- Value
- A value passed to a QEMU plugin via the command line, either as a boolean,
integer, or string. Booleans are parsed using the
qemu_plugin_bool_parse
function, integers are parsed from strings, and strings are taken as-is.
Constants§
- PLUGIN_
INSTALL_ SUCCESS - Code returned from
qemu_plugin_install
to indicate successful installation
Statics§
- qemu_
plugin_ version - The version of the plugin API that this plugin is compatible with
Functions§
- qemu_
plugin_ ⚠install - Called by QEMU when the plugin is loaded