Go to file
Guido Günther 5740748d62 Use /usr/bin/python3
so we don't have to worry about picking up the wrong version

Gbp-Pq: Name Use-usr-bin-python.patch
2022-11-11 16:33:29 +08:00
data Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
debian Import Debian changes 1:2.2.1-ok1 2022-11-11 16:33:19 +08:00
man Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
po Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
tests Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
ui Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
virtManager Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
virtconv Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
virtinst Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
CONTRIBUTING.md Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
COPYING Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
INSTALL.md Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
MANIFEST.in Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
NEWS.md Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
PKG-INFO Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
README.md Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
setup.cfg Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
setup.py Use /usr/bin/python3 2022-11-11 16:33:29 +08:00
virt-clone Use /usr/bin/python3 2022-11-11 16:33:29 +08:00
virt-convert Use /usr/bin/python3 2022-11-11 16:33:29 +08:00
virt-install Use /usr/bin/python3 2022-11-11 16:33:29 +08:00
virt-manager Use /usr/bin/python3 2022-11-11 16:33:29 +08:00
virt-manager.spec Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
virt-manager.spec.in Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
virt-xml Use /usr/bin/python3 2022-11-11 16:33:29 +08:00

README.md

Virtual Machine Manager

virt-manager is a graphical tool for managing virtual machines via libvirt. Most usage is with QEMU/KVM virtual machines, but Xen and libvirt LXC containers are well supported. Common operations for any libvirt driver should work.

Several command line tools are also provided:

  • virt-install: Create new libvirt virtual machines
  • virt-clone: Duplicate existing libvirt virtual machines
  • virt-xml: Edit existing libvirt virtual machines/manipulate libvirt XML
  • virt-convert: Convert VMX or OVF configs to libvirt virtual machines

For dependency info and installation instructions, see the INSTALL.md file. If you just want to quickly test the code from a git checkout, you can launch any of the commands like:

./virt-manager --debug ...

Contact