Expand description
Traits and helpers enabling idiomatic QEMU plugin implementation
Statics§
- PLUGIN
- The global plugin item
Traits§
- HasCallbacks
- Trait implemented by structs which have callbacks which should be registered with QEMU
- Plugin
- Trait implemented by structs which are QEMU plugin contexts
- Register
- Trait which implemenents registering the callbacks implemented on a struct which
HasCallbacks
with QEMU