summaryrefslogtreecommitdiff
path: root/virtconv
Commit message (Expand)AuthorAgeFilesLines
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-022-2/+2
* Convert to python3 style print() syntaxCole Robinson2017-05-051-1/+3
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-052-2/+2
* Fix recent pylint/pep8 outputCole Robinson2016-04-181-0/+1
* virt-convert: decompress the .gz files before convertingLin Ma2016-03-091-0/+13
* virt-convert: Don't detect existing paths in test suiteMichal Privoznik2016-01-151-1/+1
* Replace the unar to more common archiversLin Ma2016-01-101-7/+30
* pep8 W503: line break before binary operatorPavel Hrdina2015-07-141-2/+2
* translation: fix wrong usage of _() functionPavel Hrdina2015-06-051-1/+1
* Remove redundant 'default dir' functionsCole Robinson2015-05-021-1/+1
* capabilities: Store results of guest_lookup togetherCole Robinson2015-04-032-4/+2
* virt-convert: Fix pointing to relative config fileCole Robinson2014-09-201-0/+1
* virtinst: Switch to relative imports, fix cyclic import warningsCole Robinson2014-09-123-13/+9
* fix some missed binary prefixes for unitsChen Hanxiao2014-06-171-1/+1
* Fix some pylintCole Robinson2014-05-311-9/+6
* virt-convert: Don't print 'convert' output with --print-xmlCole Robinson2014-05-311-2/+7
* virtconv: Don't create default pool when in dry modeCole Robinson2014-05-311-1/+1
* virt-convert: Fix use of relative OVF fileCole Robinson2014-05-311-1/+1
* Fix warnings with latest pep8Cole Robinson2014-05-021-1/+1
* formats: make sure 'unar' is existedChen Hanxiao2014-03-061-0/+9
* virt-convert: Reimplement itCole Robinson2014-02-0710-1442/+692
* mass update: remove double spaces from commentsGiuseppe Scrivano2013-10-288-16/+16
* headers: update "Red Hat, Inc." copyright for the year 2013Giuseppe Scrivano2013-10-287-1/+7
* Drop a lot of usage of utility XML functionsCole Robinson2013-09-221-5/+32
* Guest: Drop os_type, just use single os_variantCole Robinson2013-08-112-13/+5
* virtconv: Drop reference to OS_TYPESCole Robinson2013-08-111-1/+2
* virtinst: Combine ImageInstaller and ImageParser codeCole Robinson2013-08-081-10/+8
* Centralize XML helpers in virtinst/util.pyCole Robinson2013-07-121-53/+10
* VirtualConnection: cache capabilities XMLCole Robinson2013-07-061-1/+1
* Drop most explicit SunOS supportCole Robinson2013-07-031-20/+0
* tests: Make sure virtinst doesn't pull in GtkCole Robinson2013-04-181-0/+1
* Revive pep8 and clean up the codeCole Robinson2013-04-138-26/+56
* Fix the last of the pylint messagesCole Robinson2013-04-131-3/+3
* virtinst: Remove ParaVirt and FullVirtGuestCole Robinson2013-04-131-2/+2
* Tons of misc pylint fixesCole Robinson2013-04-136-47/+47
* Remove most map() and filter() usageCole Robinson2013-04-121-1/+1
* Wire up python unit tests, unify gettext setupCole Robinson2013-04-037-21/+1
* Merge code from python-virtinst.gitCole Robinson2013-04-039-0/+1789