Desktop tool for managing virtual machines via libvirt
Go to file
Cole Robinson d9729855ee guest: break out disable_hyperv_for_uefi
Having this at set_uefi time complicates the domain XML building
machinery, where we don't want things to have osinfo access.
Rearrange it so that editing cases call this explicitly, and
the XML builder just deals with it at the set_defaults time
2019-06-13 17:55:37 -04:00
data preferences: Disable XML editing by default 2019-06-13 07:17:34 -04:00
man virt-install: Split out --wait handling into a helper class 2019-06-13 16:02:58 -04:00
po Update translations 2019-02-07 09:58:25 -05:00
tests virt-install: Split out --wait handling into a helper class 2019-06-13 16:02:58 -04:00
ui preferences: Disable XML editing by default 2019-06-13 07:17:34 -04:00
virtcli cli: Add more code coverage 2019-06-11 17:51:25 -04:00
virtconv storage: Kill get_default_dir 2019-06-11 17:54:45 -04:00
virtinst guest: break out disable_hyperv_for_uefi 2019-06-13 17:55:37 -04:00
virtManager guest: break out disable_hyperv_for_uefi 2019-06-13 17:55:37 -04:00
.coveragerc virtinst: Add full test coverage for xml*.py files 2019-06-09 19:00:03 -04:00
.gitignore .gitignore: Remove the outdated path info of bashcompletion files 2019-01-06 18:40:50 -05: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
CONTRIBUTING.md docs: Multiple updates 2019-05-16 16:31:27 -04:00
COPYING Refresh GPL text with latest FSF address & fix spec file license tag 2007-11-20 11:12:20 -05:00
INSTALL.md Document the optional libguestfs usage. 2019-04-17 19:11:12 -04:00
MANIFEST.in docs: Multiple updates 2019-05-16 16:31:27 -04:00
NEWS.md Prep for release 2.1.0 2019-02-03 16:26:44 -05:00
pylintrc Move tests/pylint.cfg to pylintrc 2019-01-30 17:25:14 -05:00
README.md docs: Multiple updates 2019-05-16 16:31:27 -04:00
setup.cfg setup.cfg: Drop unicode, it upsets CI 2019-01-30 18:01:20 -05:00
setup.py virtinst: Add a lot of test code coverage 2019-06-09 18:59:50 -04:00
virt-clone cli: Add more code coverage 2019-06-11 17:51:25 -04:00
virt-convert cli: Add more code coverage 2019-06-11 17:51:25 -04:00
virt-install virt-install: Rework install option detection a bit 2019-06-13 16:36:21 -04:00
virt-manager preferences: Disable XML editing by default 2019-06-13 07:17:34 -04:00
virt-manager.spec.in installer: Prefer "cdrom" over "floppy" 2019-06-07 13:41:57 -04:00
virt-xml cli: Rename parse_option_strings update= to editing= 2019-06-13 17:37:26 -04:00

Virtual Machine Manager

virt-manager is a graphical tool for managing virtual machines via libvirt. Most usage is with QEMU/KVM virtual machines, but Xen and libvirt LXC containers are well supported. Common operations for any libvirt driver should work.

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. If you just want to quickly test the code from a git checkout, you can launch any of the commands like:

./virt-manager --debug ...

Contact