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