Expand description
Scoreboard-related functionality for QEMU plugins
Structsยง
- Scoreboard
- A wrapper structure for a
qemu_plugin_scoreboard *
. This is a way of having one entry per VCPU, the count of which is managed automatically by QEMU. Keep in mind that additional entries and existing entries will be allocated and reallocated by qemu, not by the plugin, so every use of aT
should include a check for whether it is initialized.