virt-manager/README

51 lines
1.3 KiB
Plaintext
Raw Normal View History

2013-04-15 22:04:25 +04:00
Virtual Machine Manager
=======================
2006-03-29 15:40:14 +04:00
This application provides a graphical tool for managing virtual machines
via the libvirt library.
2013-04-15 22:04:25 +04:00
The front end of the application uses the GTK / Glade libraries for
2006-07-20 19:12:22 +04:00
all user interaction components. The back end uses libvirt for managing
2013-04-15 22:04:25 +04:00
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.
2006-07-20 19:12:22 +04:00
2013-04-15 22:04:25 +04:00
Pre-requisite software
======================
2006-07-20 19:12:22 +04:00
2013-04-15 22:04:25 +04:00
virt-manager was ported to GTK3 at the beginning of 2013. Older GTK3
or pygobject3 versions likely will not work for running virt-manager.
2006-07-20 19:12:22 +04:00
2013-04-15 22:04:25 +04:00
Earliest tested versions of major components:
2006-07-20 19:12:22 +04:00
2013-04-15 22:04:25 +04:00
python >= 2.6
gtk3 >= 3.6
libvirt-python >= 0.4.0
pygobject3 >= 3.4
libosinfo >= 0.2.10
2013-04-15 22:04:25 +04:00
A more detailed dependency list can be found in virt-manager.spec.in.
2006-07-20 19:12:22 +04:00
2013-04-15 22:04:25 +04:00
Contact
=======
2006-07-20 19:12:22 +04:00
All comments / suggestions / patches should be directed to the virt-tools-list
2006-07-20 19:12:22 +04:00
mailing list:
http://www.redhat.com/mailman/listinfo/virt-tools-list
2009-04-20 20:08:32 +04:00
2013-04-15 22:04:25 +04:00
For IRC we use #virt on OFTC.
For bug reporting info, see:
2009-04-20 20:08:32 +04:00
2013-04-15 22:04:25 +04:00
http://virt-manager.org/page/BugReporting
2006-07-20 19:12:22 +04:00
There are further project details on the website:
2006-07-20 19:12:22 +04:00
2007-08-30 01:05:11 +04:00
http://virt-manager.org/
2006-07-20 19:12:22 +04:00
2013-04-15 22:04:25 +04:00
See the HACKING file for info about submitting patches or contributing
translations.