Desktop tool for managing virtual machines via libvirt
Go to file
2018-02-23 14:41:22 -05:00
data gschema: Populate/Store previous container URLs 2017-07-10 15:06:01 -04:00
man man: Fix libvirt doc reference for startup_policy 2018-02-06 10:24:32 -05:00
po Prep for release 1.5.0 2018-02-06 18:03:49 -05:00
tests tests: storage: destroy/undefine created objects 2018-02-23 11:57:57 -05:00
ui uitests: console: Add live lxc serial test 2018-01-21 14:42:44 -05:00
virtcli Replace ConfigParser with configparser 2018-02-06 18:49:17 -05:00
virtconv virtconv: Drop all the chdir hackery 2018-02-22 20:49:07 -05:00
virtinst xmlbuilder: Make sure split out XML has xmlns as needed 2018-02-23 14:41:22 -05:00
virtManager xmlbuilder: Abstract libxml2 API and cleanup 2018-02-20 11:23:37 -05:00
.gitignore tests: test_urls: Simplify adding in local tests 2018-01-06 14:04:34 -05:00
.mailmap Add .mailmap 2013-04-03 18:13:25 -04:00
COPYING Refresh GPL text with latest FSF address & fix spec file license tag 2007-11-20 11:12:20 -05:00
HACKING.md Update docs to use new setup.py invocation 2018-02-06 19:02:53 -05:00
INSTALL.md Update docs to use new setup.py invocation 2018-02-06 19:02:53 -05:00
MANIFEST.in tests: test_urls: Simplify adding in local tests 2018-01-06 14:04:34 -05:00
NEWS.md Prep for release 1.5.0 2018-02-06 18:03:49 -05:00
README.md README.md: mention virt-* cli tools 2017-08-08 15:58:38 -04:00
setup.py setup: tests: Add --testverbose option 2018-02-22 15:18:47 -05:00
virt-clone Switch to python3 in script shebang 2018-02-06 18:56:15 -05:00
virt-convert Switch to python3 in script shebang 2018-02-06 18:56:15 -05:00
virt-install virt-install: Remove redundant isActive check 2018-02-22 20:49:07 -05:00
virt-manager Drop __future__ imports, no longer needed 2018-02-08 14:08:23 -05:00
virt-manager.spec.in spec: Remove obsolete icon/desktop cache commands 2018-02-06 19:02:53 -05:00
virt-xml virt-xml: Remove redundant XML roundtripping 2018-02-22 18:48:31 -05:00

Virtual Machine Manager

This application provides a graphical tool for managing virtual machines via the libvirt library.

The front end of the application uses the GTK / Glade libraries for all user interaction components. The back end uses libvirt for managing Qemu/KVM and Xen virtual machines, as well as LXC containers. The UI is primarily tested with KVM, but is intended to be reasonably portable to any virtualization backend libvirt supports.

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.

Contact

  • All comments / suggestions / patches should be directed to the virt-tools-list mailing list.
  • For IRC we use #virt on OFTC.
  • For bug reporting info, see BugReporting.
  • There are further project details on the virt-manager website.
  • See the HACKING.md file for info about submitting patches or contributing translations.