summaryrefslogtreecommitdiff
path: root/virt-image
Commit message (Expand)AuthorAgeFilesLines
* Use proper python versionMartin Kletzander2014-02-121-2/+2
* virt-image: Print warning that it is planned for removalCole Robinson2014-02-101-1/+12
* guest: Add single entry point for adding default devicesCole Robinson2014-02-071-7/+1
* virtinst: drop parameter guest in convert_old_networksChen Hanxiao2014-02-061-1/+1
* virt-*: Drop all --prompt handlingCole Robinson2014-02-041-2/+5
* cli: Add --memory, deprecates -r/--ramCole Robinson2014-01-251-6/+5
* Allow command line introspection ex: disk=?Cole Robinson2014-01-221-8/+12
* cli: Deprecate explicit --cpuset option, make it a --vcpus sub optionCole Robinson2014-01-221-3/+2
* cli: Centralize most option handling dispatchCole Robinson2014-01-221-7/+10
* cli: drop get_* helpers, just make parse_* helpers handle all casesCole Robinson2014-01-221-3/+3
* Stub out --check-cpu optionCole Robinson2014-01-221-2/+1
* cli: Drop useless get_uuid helperCole Robinson2014-01-221-1/+3
* cli: Drop dest= from most arguments, it was redundantCole Robinson2014-01-221-7/+5
* Convert all command line handling to argparseCole Robinson2014-01-191-21/+15
* Warn that --prompt mode will likely be removed in the future.Cole Robinson2013-09-281-1/+0
* cli: Combine registering a bunch of common optionsCole Robinson2013-09-281-21/+5
* cli: Remove unneeded parameter to optparse.add_optionCole Robinson2013-09-281-6/+6
* virt-install: Add --features optionCole Robinson2013-09-281-16/+3
* cli: Add some consistency to deprecated option handlingCole Robinson2013-09-271-7/+9
* cli: Make option handling more consistentCole Robinson2013-09-271-33/+17
* DomainFeatures: Drop __getitem__ helpersCole Robinson2013-09-271-2/+2
* virt-*: Unify handling of --os-variantCole Robinson2013-08-111-6/+1
* guest: Drop consolecb and wait parameters from start_installCole Robinson2013-08-111-1/+1
* virtinst: Combine ImageInstaller and ImageParser codeCole Robinson2013-08-081-4/+3
* Installer: Drop all XML handling, just have it setup install infoCole Robinson2013-07-231-7/+4
* virtinst: Drop __init__ params from Guest and InstallerCole Robinson2013-07-231-2/+2
* Guest: Make API users opt in for default console/input devicesCole Robinson2013-07-231-0/+4
* VirtualConnection: cache capabilities XMLCole Robinson2013-07-061-2/+1
* Make conn required for all virtinst objectsCole Robinson2013-07-051-4/+2
* Add epilog and description for virt-* --helpCole Robinson2013-06-301-2/+3
* Revive pep8 and clean up the codeCole Robinson2013-04-131-3/+5
* Wire up python unit tests, unify gettext setupCole Robinson2013-04-031-1/+0
* Merge code from python-virtinst.gitCole Robinson2013-04-031-0/+216