summaryrefslogtreecommitdiff
path: root/virtconv
Commit message (Expand)AuthorAgeFilesLines
* Switch to more traditional logging structureCole Robinson2019-06-173-17/+17
* storage: Kill get_default_dirCole Robinson2019-06-111-1/+2
* virtinst: Rename util to xmlutilCole Robinson2019-06-071-2/+2
* Use shutil.which instead of distutils find_executableCole Robinson2019-06-051-4/+3
* guest: Rename memory properties to match XML valuesCole Robinson2019-05-122-2/+2
* Remove Author lines from file headersCole Robinson2019-01-081-1/+0
* capabilities: Drop lookup_virtinst_guestCole Robinson2018-09-062-2/+2
* guest: Drop self.installer and start_install wrapperCole Robinson2018-09-042-4/+0
* guest: Fold add_default_devices into set_defaultsCole Robinson2018-09-041-1/+0
* installer: Remove ContainerInstaller and ImportInstallerCole Robinson2018-09-042-2/+2
* Chagne most URIs to use https:// instead of http://Daniel P. Berrangé2018-04-301-3/+3
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-044-4/+4
* guest: Move all_devices to guest.devices.XCole Robinson2018-03-211-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-214-56/+8
* virtinst: Give device classes consistent DeviceX namingCole Robinson2018-03-212-4/+4
* virtconv: Drop all the chdir hackeryCole Robinson2018-02-222-13/+8
* virtconv: ovf: convert to ElementTreeCole Robinson2018-02-141-181/+96
* Drop __future__ imports, no longer neededCole Robinson2018-02-081-2/+0
* virtconv: Don't implicitly depend on dict hash orderCole Robinson2017-10-201-1/+2
* Replace 'StandardError' with 'Exception'Radostin Stoyanov2017-10-201-4/+3
* pycodestyle: Use isinstance() for type checkingRadostin Stoyanov2017-10-201-1/+1
* 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