Desktop tool for managing virtual machines via libvirt
Go to file
Cole Robinson a9c5890d72 urldetect: Drop a bunch of RH version integer handling
It's not really required
2018-04-24 11:34:57 -04:00
data Remove gconf->gsettings conversion script 2018-03-16 14:41:53 -04:00
man man: virt-xml: Note --update implies --define 2018-04-06 11:12:52 -04:00
po Prep for release 1.5.0 2018-02-06 18:03:49 -05:00
tests urldetect: Standardize _detect_version naming 2018-04-24 11:34:53 -04:00
ui preferences: Add UI for disabling spice usb autoredir 2018-03-16 14:38:22 -04:00
virtcli Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04:00
virtconv Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04:00
virtinst urldetect: Drop a bunch of RH version integer handling 2018-04-24 11:34:57 -04:00
virtManager Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04:00
.gitignore tests: test_urls: Look for manual.ini in ~/.config/virt-manager 2018-04-03 15:29:03 -04: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: Look for manual.ini in ~/.config/virt-manager 2018-04-03 15:29:03 -04: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: Install files in new virtinst folders 2018-04-12 10:15:51 +02:00
virt-clone Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04:00
virt-convert Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04:00
virt-install Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04:00
virt-manager Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04:00
virt-manager.spec.in spec: Move regular deps before big comment strings 2018-04-03 15:25:25 -04:00
virt-xml Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04: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.