summaryrefslogtreecommitdiff
path: root/virt-convert
Commit message (Expand)AuthorAgeFilesLines
* cli: cloudinit: default to --autoconsole text with --cloud-initCole Robinson2019-11-251-1/+1
* cli: Expose default console handling through _AutoconsoleDataCole Robinson2019-11-251-3/+2
* cli: Add _AutoconsoleData and use itCole Robinson2019-11-241-8/+10
* cli: Add more code coverageCole Robinson2019-06-111-5/+4
* Remove Author lines from file headersCole Robinson2019-01-081-2/+0
* virt-convert: Add auto complete support for the general optionsLin Ma2018-12-181-0/+2
* virt-install: add --destroy-on-exitCole Robinson2018-10-111-1/+1
* virt-install: Encode guest defaults earlierCole Robinson2018-10-111-0/+1
* guest: Drop self.installer and start_install wrapperCole Robinson2018-09-041-2/+4
* guest: Drop self.domainCole Robinson2018-09-041-2/+2
* Chagne most URIs to use https:// instead of http://Daniel P. Berrangé2018-04-301-1/+1
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* Switch to python3 in script shebangCole Robinson2018-02-061-1/+1
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-1/+1
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-2/+2
* Apparently -tt doesn't work with #!/usr/bin/env ...Cole Robinson2016-06-171-1/+1
* Use #!/usr/bin/env for python scriptsCole Robinson2016-06-171-1/+1
* virt-convert: Make --printxml imply --noautoconsoleCole Robinson2015-03-231-0/+1
* virt-convert: Fix pointing to relative config fileCole Robinson2014-09-201-0/+3
* virt-install: If virt-viewer will fail, default to --wait -1Cole Robinson2014-09-201-1/+4
* virt-convert: Don't print 'convert' output with --print-xmlCole Robinson2014-05-311-1/+4
* Use proper python versionMartin Kletzander2014-02-121-1/+1
* virt-convert: fix a small pylintChen Hanxiao2014-02-081-1/+1
* virt-convert: Reimplement itCole Robinson2014-02-071-225/+69
* cli: Drop dest= from most arguments, it was redundantCole Robinson2014-01-221-4/+4
* Convert all command line handling to argparseCole Robinson2014-01-191-50/+67
* cli: Combine registering a bunch of common optionsCole Robinson2013-09-281-11/+5
* cli: Remove unneeded parameter to optparse.add_optionCole Robinson2013-09-281-1/+1
* virt-install: Add --features optionCole Robinson2013-09-281-8/+1
* virt-*: Unify handling of --os-variantCole Robinson2013-08-111-10/+4
* VirtualDisk: Remove vdisk provisioningCole Robinson2013-07-031-7/+1
* Add epilog and description for virt-* --helpCole Robinson2013-06-301-2/+4
* Revive pep8 and clean up the codeCole Robinson2013-04-131-2/+4
* Tons of misc pylint fixesCole Robinson2013-04-131-1/+0
* util: Remove a bunch of unused methodsCole Robinson2013-04-111-1/+8
* Wire up python unit tests, unify gettext setupCole Robinson2013-04-031-1/+0
* Merge code from python-virtinst.gitCole Robinson2013-04-031-0/+286