GitXplorerGitXplorer
a

virt-manager

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b339295fb5fdc973afa8b83fa5966aed9fb2ce7e

Sigh, fix previous commit.

ccrobinso committed 12 years ago
Unverified
ea9fadac78735ce7adf8e47417ca7047d30e292b

config: Fix changing tick timeout on the fly

ccrobinso committed 12 years ago
Unverified
0283750b9df72091b7a98757db872590b2948595

Fix USB test failures with latest libvirt

ccrobinso committed 12 years ago
Unverified
3889bc480be87f0352c1fdecdf2758fc50e02045

asyncjob: Fix dialog closing and progress bar pulsing

ccrobinso committed 12 years ago
Unverified
8914a61689b386451e86220a43e4de5b3776f942

Fix exiting app if asyncjobs are running

ccrobinso committed 12 years ago
Unverified
b5baebf24ccaed53edc7c44ff2b1af5f4a286082

asyncjob: Only close window if operation completes.

ccrobinso committed 12 years ago

README

The README file for this repository.

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.

Pre-requisite software

virt-manager was ported to GTK3 at the beginning of 2013. Older GTK3 or pygobject3 versions likely will not work for running virt-manager.

Earliest tested versions of major components:

python >= 2.6 gtk3 >= 3.6 libvirt-python >= 0.4.0 pygobject3 >= 3.4

A more detailed dependency list can be found in virt-manager.spec.in.

Contact

All comments / suggestions / patches should be directed to the virt-tools-list mailing list:

http://www.redhat.com/mailman/listinfo/virt-tools-list

For IRC we use #virt on OFTC.

For bug reporting info, see:

http://virt-manager.org/page/BugReporting

There are further project details on the website:

http://virt-manager.org/

See the HACKING file for info about submitting patches or contributing translations.