Go to file
Cole Robinson 0638e72f1f Remove 'Choose CD', rework details and create media change
The new UI is handled in mediacombo. It's a combobox+entry. The
combobox is prepopulated with host cdrom/floppy devices, and
previously used media paths from gsettings

The new VM wizard no longer has separate UI for cdrom device vs
ISO media. The choosecd dialog is gone all together, and media
is changed with the 'apply' button like all other details changes
2018-10-06 19:37:16 -04:00
data Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04:00
man virtinst: allow adding host block devices to LXC containers 2018-06-19 15:07:45 -04:00
po Missing translation for the "Kernel Options:" string 2018-06-05 14:27:29 -04:00
tests Remove 'Choose CD', rework details and create media change 2018-10-06 19:37:16 -04:00
ui Remove 'Choose CD', rework details and create media change 2018-10-06 19:37:16 -04:00
virtManager Remove 'Choose CD', rework details and create media change 2018-10-06 19:37:16 -04:00
virtcli cliconfig: Remove --preferred-distros 2018-10-06 12:33:15 -04:00
virtconv capabilities: Drop lookup_virtinst_guest 2018-09-06 20:28:05 -04:00
virtinst cliconfig: Remove --default-qemu-user 2018-10-06 12:30:59 -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 setup: Integrate codespell 2018-06-05 14:27:29 -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 Fix some typos in comments and documentation (found by codespell) 2018-06-05 14:27:29 -04:00
README.md Chagne most URIs to use https:// instead of http:// 2018-04-30 13:35:39 -04:00
setup.py cliconfig: Remove --preferred-distros 2018-10-06 12:33:15 -04:00
virt-clone pylint: Silence output on Fedora 29 2018-09-29 14:27:34 -04:00
virt-convert guest: Drop self.installer and start_install wrapper 2018-09-04 14:55:04 -04:00
virt-install cli: Merge multiple instances of single use opts 2018-10-05 13:23:20 -04:00
virt-manager pylint: Silence output on Fedora 29 2018-09-29 14:27:34 -04:00
virt-manager.spec.in cliconfig: Remove --preferred-distros 2018-10-06 12:33:15 -04:00
virt-xml devices: disk: Rename setup() to build_storage() 2018-09-04 14:55:04 -04:00

README.md

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.