Desktop tool for managing virtual machines via libvirt
Go to file
Cole Robinson 7b61c45d3b guest: Move all_devices to guest.devices.X
The way we enumerate devices doesn't conform with the way all
other XMLBuilder instances expose child objects. Move more towards
that direction.

This requires some virt-xml and cli.py hacks but we will remove those
in future patches
2018-03-21 11:17:36 -04:00
data Remove gconf->gsettings conversion script 2018-03-16 14:41:53 -04:00
man preferences: Add UI for disabling spice usb autoredir 2018-03-16 14:38:22 -04:00
po Prep for release 1.5.0 2018-02-06 18:03:49 -05:00
tests guest: Move all_devices to guest.devices.X 2018-03-21 11:17:36 -04:00
ui preferences: Add UI for disabling spice usb autoredir 2018-03-16 14:38:22 -04:00
virtcli Use consistent and minimal license header for every file 2018-03-21 07:29:40 -04:00
virtconv guest: Move all_devices to guest.devices.X 2018-03-21 11:17:36 -04:00
virtinst guest: Move all_devices to guest.devices.X 2018-03-21 11:17:36 -04:00
virtManager guest: Move all_devices to guest.devices.X 2018-03-21 11:17:36 -04: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 Use consistent and minimal license header for every file 2018-03-21 07:29:40 -04:00
virt-clone Use consistent and minimal license header for every file 2018-03-21 07:29:40 -04:00
virt-convert Use consistent and minimal license header for every file 2018-03-21 07:29:40 -04:00
virt-install guest: Move all_devices to guest.devices.X 2018-03-21 11:17:36 -04:00
virt-manager Use consistent and minimal license header for every file 2018-03-21 07:29:40 -04:00
virt-manager.spec.in Remove gconf->gsettings conversion script 2018-03-16 14:41:53 -04:00
virt-xml guest: Move all_devices to guest.devices.X 2018-03-21 11:17:36 -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.