mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-03 13:47:18 +03:00
Pino Toscano
ea5a6a3014
inspection: simplify VMs visit
Currently, the handling of the 'vm_added' element in the queue (added as consequence of the 'vm-added' signal) is to act as trigger to rescan every VM in every local connection; this operation is "fast" because every VM except the newly added is already marked as visited. Still, it is an not really efficient way to visit new VMs. Instead, just push in the queue all the data we get in vm_added, so when processing the queue we can process each VM straight away. Because of this, make sure to gracefully handle VMs that were removed while the 'vm_added' item for them was sitting in the queue (which is something the old code did not handle properly).
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.md file.
Contact
- All comments / suggestions / patches should be directed to the virt-tools-list mailing list.
- For IRC we use #virt on OFTC.
- For bug reporting info, see BugReporting.
- There are further project details on the virt-manager website.
- See the HACKING.md file for info about submitting patches or contributing translations.
Description
Languages
Python
99.4%
Meson
0.6%