dissect.target.plugins.child.qemu
¶
Module Contents¶
Classes¶
Child target plugin that yields all QEMU domains from a KVM libvirt deamon. |
- class dissect.target.plugins.child.qemu.QemuChildTargetPlugin(target: dissect.target.Target)¶
Bases:
dissect.target.plugin.ChildTargetPlugin
Child target plugin that yields all QEMU domains from a KVM libvirt deamon.
- __type__ = 'qemu'¶
- check_compatible() None ¶
Perform a compatibility check with the target.
This function should return
None
if the plugin is compatible with the current target (self.target
). For example, check if a certain file exists. Otherwise it should raise anUnsupportedPluginError
.- Raises:
UnsupportedPluginError – If the plugin could not be loaded.
- list_children() Iterator[dissect.target.helpers.record.ChildTargetRecord] ¶
Yield
ChildTargetRecord
records of all possible child targets on this target.