summaryrefslogtreecommitdiff
path: root/virt-install
Commit message (Expand)AuthorAgeFilesLines
* 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
* guest: Move all console handling to virt-install, the only consumerCole Robinson2013-08-111-9/+63
* guest: Drop consolecb and wait parameters from start_installCole Robinson2013-08-111-4/+5
* Installer: Drop all XML handling, just have it setup install infoCole Robinson2013-07-231-27/+19
* DistroInstaller: Bunch of misc cleanupCole Robinson2013-07-231-3/+1
* virtinst: Drop __init__ params from Guest and InstallerCole Robinson2013-07-231-1/+3
* Guest: Make API users opt in for default console/input devicesCole Robinson2013-07-231-0/+4
* VirtualCharDevice: Convert to new style XML props, rework APICole Robinson2013-07-231-10/+4
* VirtualDisk: Rework provisioning and validation behaviorCole Robinson2013-07-131-1/+1
* virt-install: Fix use of removed get_uri APICole Robinson2013-07-131-2/+2
* Centralize XML helpers in virtinst/util.pyCole Robinson2013-07-121-2/+2
* VirtualConnection: cache capabilities XMLCole Robinson2013-07-061-8/+2