Module install

Module install 

Source
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 as val1=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