Desktop tool for managing virtual machines via libvirt
Go to file
Charles Arnold 3fd538ba0f Make SuseDistro a base class for other Suse classes
Remove the PRETTY_NAME for SuseDistro so it isn't included in the allstores.

Add appropriate identifiers to the other Suse classes so that they
are included in allstores.

If cache.treeinfo_family_regex fails to find the family but there is
a .treeinfo file, self.cache.suse_content is set to -1 when a failed
attempt is made to find a content file. Check for -1 in the __init__
function so we will pull the kernel from the location in .treeinfo file.

Signed-off-by: Charles Arnold <carnold@suse.com>
2018-05-16 19:25:32 -04:00
data Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04:00
man Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04:00
po Prep for release 1.5.0 2018-02-06 18:03:49 -05:00
tests tests: pylint: Tweak config a bit 2018-05-02 19:53:03 -04:00
ui connect: Drop non-ssh remote transport UI 2018-05-02 17:42:32 -04:00
virtcli Fix copyright header to specify GPLv2 or later, not GPLv2 only. 2018-04-04 16:51:37 -04:00
virtconv Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04:00
virtinst Make SuseDistro a base class for other Suse classes 2018-05-16 19:25:32 -04:00
virtManager connection: Handle more openauth cred types 2018-05-03 06:16:28 -04:00
.gitignore tests: test_urls: Look for manual.ini in ~/.config/virt-manager 2018-04-03 15:29:03 -04:00
.gitpublish git: add a git publish configuration file 2018-04-30 13:35:32 -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 Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04: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 Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -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 Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04:00
virt-install Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04:00
virt-manager cli: remove unused --spice-disable-auto-usbredir arg 2018-04-30 11:52:27 -04:00
virt-manager.spec.in Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -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.