The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Linux::Virt::Plugin::Libvirt - generic libvirt plugin for Linux::Virt

METHODS

is_host

Returns a true value if this is run on a Libvirt equipped host.

is_vm

Always returns false. Subclasses should override this with an apt implementation.

vms

List al running VMs.

NAME

Linux::Virt::Plugin::Libvirt - Libvirt Plugin for Linux::Virt.

virsh vs. Sys::Virt

Why not use Sys::Virt here?

As of the time of this writing Sys::Virt is broken. Virsh is much more stable and easier to use.

AUTHOR

Dominik Schulz <dominik.schulz@gauner.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Dominik Schulz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.