Go to file
Cong Liu 4fc84b01fd Import Debian changes 1:2.2.1-ok1 2022-11-11 16:34:21 +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:34:21 +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 Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
virt-clone Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
virt-convert Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
virt-install Import Upstream version 2.2.1 2022-11-11 16:30:04 +08:00
virt-manager Import Upstream version 2.2.1 2022-11-11 16:30:04 +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 Import Upstream version 2.2.1 2022-11-11 16:30:04 +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