Type Alias qemu_plugin::VCPUExitCallback
source · pub type VCPUExitCallback = qemu_plugin_vcpu_simple_cb_t;Expand description
A callback that can be called many times, each time a vCPU exits
Arguments
id: The plugin IDvcpu_index: The index of the vCPU that exited
Aliased Type§
enum VCPUExitCallback {
None,
Some(unsafe extern "C" fn(_: u64, _: u32)),
}