Cole Robinson 9a67fc4d6e storagepool: Don't double invoke 'refresh' when events are present
We need to tweak refresh() handling to work similar to the shared
XML and status caching in libvirtobject.py: when the user manually
invokes the refresh() operation, and storage events are set up,
we just invoke the refresh() but let the event loop handle
refreshing the cache.

This fixes a backtrace when invoking a manual refresh via the
host details dialog
2016-06-23 15:38:31 -04:00
2016-06-17 18:06:07 -04:00
2016-06-17 12:20:24 -04:00
2016-06-18 10:00:39 -04:00
2016-06-17 19:30:45 -04:00
2016-06-19 11:31:11 -04:00
2016-06-18 10:00:39 -04:00
2016-04-18 16:42:12 -04:00
2014-09-06 18:05:43 -04:00
2013-04-03 18:13:25 -04:00
2016-05-17 17:49:55 -04:00
2016-06-18 10:00:39 -04:00

  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.

For dependency info and installation instructions, see the INSTALL file


  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.
Description
Desktop tool for managing virtual machines via libvirt
Readme 99 MiB
Languages
Python 99.4%
Meson 0.6%