summaryrefslogtreecommitdiff
path: root/virt-install
Commit message (Expand)AuthorAgeFilesLines
* caps: Simplify guest lookup routinesCole Robinson2014-02-171-3/+0
* Use proper python versionMartin Kletzander2014-02-121-2/+2
* cli: Shorten some long --help examplesCole Robinson2014-02-101-2/+1
* virt-install: add support for user namespaceChen Hanxiao2014-02-091-0/+1
* virt-convert: Reimplement itCole Robinson2014-02-071-80/+6
* guest: Add single entry point for adding default devicesCole Robinson2014-02-071-5/+1
* virtinst: drop parameter guest in convert_old_networksChen Hanxiao2014-02-061-1/+1
* virt-install: Switch back to using --sound argumentCole Robinson2014-02-051-9/+5
* virt-*: Drop all --prompt handlingCole Robinson2014-02-041-146/+14
* If we use "--boot init=INITPATH" style to setChen Hanxiao2014-02-031-2/+2
* virt-install: Add lots of warnings if --nographics won't workCole Robinson2014-02-021-6/+70
* cli: Add --metadata optionCole Robinson2014-01-251-6/+6
* virt-install: Drop useless assignmentCole Robinson2014-01-251-1/+1
* cli: Add --memory, deprecates -r/--ramCole Robinson2014-01-251-7/+7
* Allow command line introspection ex: disk=?Cole Robinson2014-01-221-4/+11
* virt-install: Move more shared options to cli.pyCole Robinson2014-01-221-21/+3
* virt-install: Deprecate --init, make it --boot init= insteadCole Robinson2014-01-221-7/+15
* cli: Deprecate explicit --cpuset option, make it a --vcpus sub optionCole Robinson2014-01-221-6/+5
* cli: Centralize most option handling dispatchCole Robinson2014-01-221-27/+2
* cli: drop get_* helpers, just make parse_* helpers handle all casesCole Robinson2014-01-221-19/+20
* Stub out --check-cpu optionCole Robinson2014-01-221-1/+1
* cli: Drop useless get_uuid helperCole Robinson2014-01-221-4/+5
* cli: Drop dest= from most arguments, it was redundantCole Robinson2014-01-221-54/+49
* cli: Rework adhoc CLI parsing into a class structureCole Robinson2014-01-221-1/+3
* virt-install: add support for '--panic option'Chen Hanxiao2014-01-221-0/+1
* Convert all command line handling to argparseCole Robinson2014-01-191-63/+52
* capabilities: Remove some public API back compatCole Robinson2014-01-181-1/+1
* virt-install: Drop inaccurate comment, update copyright dateCole Robinson2013-12-141-5/+1
* Streamline support checksCole Robinson2013-10-061-1/+1
* Add qemu-guest-agent channel automatically for supported OSCole Robinson2013-10-061-0/+1
* Default to virtio console for supported OSCole Robinson2013-10-061-6/+6
* guest: Absorb more default device checksCole Robinson2013-10-061-11/+4
* virt-install: Add --clock optionCole Robinson2013-10-051-0/+4
* virt-install: Fix launching console (after graphics rework)Cole Robinson2013-10-021-1/+2
* Default to adding USB2 for new enough KVMCole Robinson2013-10-021-1/+6
* cli: Combine registering a bunch of common optionsCole Robinson2013-09-281-23/+4
* cli: s/yes_or_no/yes_no/gCole Robinson2013-09-281-2/+2
* cli: Remove unneeded parameter to optparse.add_optionCole Robinson2013-09-281-30/+30
* virt-install: Add --features optionCole Robinson2013-09-281-10/+8
* cli: Add some consistency to deprecated option handlingCole Robinson2013-09-271-43/+85
* cli: Make option handling more consistentCole Robinson2013-09-271-59/+18
* DomainFeatures: Drop __getitem__ helpersCole Robinson2013-09-271-2/+2
* urlfetcher: Clean up APIs for fetching URL mediaCole Robinson2013-09-261-1/+1
* deviceinterface: Fix creating direct interfaces (bz 1006324)Cole Robinson2013-09-241-1/+1
* network: Centralize pxe support checkCole Robinson2013-09-221-7/+3
* virt-install: add support for virtio-rng devicesGiuseppe Scrivano2013-09-201-0/+1
* Fix a couple transalation issuesCole Robinson2013-09-201-2/+3
* Fix pylint warnings with latest versionCole Robinson2013-09-191-2/+2
* Guest: Drop OS listing helpers, and OS_TYPES back compatCole Robinson2013-08-111-1/+3
* virt-*: Unify handling of --os-variantCole Robinson2013-08-111-8/+3