Desktop tool for managing virtual machines via libvirt
Go to file
Fabiano Fidêncio 0e60a25066 osdict: Return a _OsTree instead of OsinfoTree when guessing an OS
Instead of returning an OsinfoTree, let's be consistent with what we
already do in guess_os_from_iso() and return our internal _OsTree
object.

This change doesn't affect any code as the only place using it doesn't
care about the returned tree object.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2019-07-16 16:54:29 -04:00
data data: appstream: add keywords and translations link 2019-06-14 16:09:29 -04:00
man unattended: Read the passwords from a file 2019-07-03 13:25:26 -04:00
po Prep for release 2.2.1 2019-07-03 20:25:19 -04:00
tests tests: Don't use the root logger 2019-07-16 16:53:22 -04:00
ui createpool: Add more coverage testing 2019-07-03 19:37:01 -04:00
virtconv Switch to more traditional logging structure 2019-06-17 00:12:31 -04:00
virtinst osdict: Return a _OsTree instead of OsinfoTree when guessing an OS 2019-07-16 16:54:29 -04:00
virtManager createpool: Add more coverage testing 2019-07-03 19:37:01 -04:00
.coveragerc virtinst: Add full test coverage for xml*.py files 2019-06-09 19:00:03 -04:00
.gitignore Move virtcli/cliconfig.py to virtinst/buildconfig.py 2019-06-14 17:12:19 -04:00
.gitpublish git: add a git publish configuration file 2018-04-30 13:35:32 -04:00
.mailmap
CONTRIBUTING.md docs: Multiple updates 2019-05-16 16:31:27 -04:00
COPYING
INSTALL.md INSTALL.md: We enforce python >= 3.4, not >= 3.3 2019-06-18 09:55:08 -04:00
MANIFEST.in Move virtcli/cliconfig.py to virtinst/buildconfig.py 2019-06-14 17:12:19 -04:00
NEWS.md Prep for release 2.2.1 2019-07-03 20:25:19 -04: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 setup: Remove dep on importing virtinst 2019-06-17 13:18:50 -04:00
virt-clone Switch to more traditional logging structure 2019-06-17 00:12:31 -04:00
virt-convert cli: Add more code coverage 2019-06-11 17:51:25 -04:00
virt-install virt-install: Revive --wait 0 as alias for --noautoconsole 2019-07-03 13:12:19 -04:00
virt-manager virtManager: Move a lot of misc files to lib/ 2019-06-17 00:12:32 -04:00
virt-manager.spec.in INSTALL.md: Document dep on gtksourceview 2019-06-18 09:55:01 -04:00
virt-xml Switch to more traditional logging structure 2019-06-17 00:12:31 -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