virt-manager/virtinst
Martin Kletzander 5208c5f321 Fix progress bars in virt-clone once more
Commit 665375db was meant to fix the progress bar problems, but as
I've found out just made one race (which still persisted) a little
less probable.  The real problem was in the upper code which meant to
finish the progress bar properly, however this was not done thanks to
'finally' statement being not executed when the function returned in
the 'try' part.  This patch makes the upper caller wait for the
updating thread to finish and then properly end()s the progress bar's
output.
2013-07-26 10:08:42 +02:00
..
__init__.py Installer: Drop all XML handling, just have it setup install info 2013-07-23 17:34:33 -04:00
CapabilitiesParser.py Installer: Drop all XML handling, just have it setup install info 2013-07-23 17:34:33 -04:00
cli.py Fix remote URL installs 2013-07-25 16:21:30 -04:00
Clock.py xmlbuilder: Simplify global XML vars 2013-07-24 12:36:10 -04:00
CloneManager.py Guest: Convert to new style XML prop, drop a bunch of XML infrastructure 2013-07-24 07:54:04 -04:00
connection.py Fix remote URL installs 2013-07-25 16:21:30 -04:00
CPU.py xmlbuilder: Always keep around an xml node, even if building from scratch 2013-07-25 10:59:23 -04:00
diskbackend.py Fix remote URL installs 2013-07-25 16:21:30 -04:00
DistroInstaller.py Fix remote URL installs 2013-07-25 16:21:30 -04:00
DomainFeatures.py xmlbuilder: Drop is_tri property 2013-07-24 12:51:53 -04:00
DomainNumatune.py xmlbuilder: Simplify global XML vars 2013-07-24 12:36:10 -04:00
Guest.py Guest: Split up set_device_defaults for clarity 2013-07-25 15:04:47 -04:00
hostkeymap.py hostkeymap: Globally cache the host lookup 2013-07-13 20:58:09 -04:00
ImageFetcher.py Drop most explicit SunOS support 2013-07-03 12:15:56 -04:00
ImageInstaller.py Installer: Drop all XML handling, just have it setup install info 2013-07-23 17:34:33 -04:00
ImageParser.py VirtualConnection: cache capabilities XML 2013-07-06 14:12:13 -04:00
Installer.py Installer: Drop all XML handling, just have it setup install info 2013-07-23 17:34:33 -04:00
Interface.py Make conn required for all virtinst objects 2013-07-05 20:28:21 -04:00
NodeDeviceParser.py VirtualConnection: proxy virtinst.support API 2013-07-06 12:40:24 -04:00
osdict.py VirtualVideo: Convert to new style xml props 2013-07-15 11:19:18 -04:00
OSDistro.py Installer: Drop all XML handling, just have it setup install info 2013-07-23 17:34:33 -04:00
osxml.py xmlbuilder: Drop is_multi option 2013-07-24 12:36:44 -04:00
pollhelpers.py connection: Support listAll* object lookups 2013-07-07 15:06:09 -04:00
Seclabel.py xmlbuilder: Simplify global XML vars 2013-07-24 12:36:10 -04:00
Storage.py Fix progress bars in virt-clone once more 2013-07-26 10:08:42 +02:00
support.py Installer: Drop all XML handling, just have it setup install info 2013-07-23 17:34:33 -04:00
util.py util: Have set_xml_path use xml_parse_wrapper 2013-07-24 12:08:00 -04:00
VirtualAudio.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualCharDevice.py xmlbuilder: Break out much of the xml handling to a separate class 2013-07-25 15:04:47 -04:00
VirtualController.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualDevice.py xmlbuilder: Simplify global XML vars 2013-07-24 12:36:10 -04:00
VirtualDisk.py Fix remote URL installs 2013-07-25 16:21:30 -04:00
VirtualFilesystem.py xmlbuilder: Break out much of the xml handling to a separate class 2013-07-25 15:04:47 -04:00
VirtualGraphics.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualHostDevice.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualInputDevice.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualMemballoon.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualNetworkInterface.py xmlbuilder: Simplify global XML vars 2013-07-24 12:36:10 -04:00
VirtualRedirDevice.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualSmartCardDevice.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualTPMDevice.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualVideoDevice.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
VirtualWatchdog.py XMLBuilder: Drop some is_parse checking 2013-07-24 10:40:35 -04:00
xmlbuilder.py xmlbuilder: Fix setting float value for is_int 2013-07-25 15:31:40 -04:00