Features/TCGPlugins: Difference between revisions

From QEMU
(Created page with "*new in 4.2*")
 
No edit summary
Line 1: Line 1:
*new in 4.2*
TCG Plugins are a new feature since 4.2 that provide the ability to run instrumentation experiments on code. They are capable for doing passive monitoring of every instruction and memory access made by the system.
 
Full details can be found in {{{src|path=docs/devel/plugins.rst}}}
 
= Building =
 
The build needs to be configured with `--enable-plugins`
 
= Running =

Revision as of 23:30, 30 October 2019

TCG Plugins are a new feature since 4.2 that provide the ability to run instrumentation experiments on code. They are capable for doing passive monitoring of every instruction and memory access made by the system.

Full details can be found in path=docs/devel/plugins.rst

Building

The build needs to be configured with `--enable-plugins`

Running