summaryrefslogtreecommitdiff
path: root/virtinst/cli.py
Commit message (Expand)AuthorAgeFilesLines
* pycodestyle: Use isinstance() for type checkingRadostin Stoyanov2017-10-201-2/+2
* virt-install: add param cache.mode and cache.level for option '--cpu'Lin Ma2017-09-141-0/+16
* virt-install: add a host cpu passthrough example to the -help outputLin Ma2017-09-141-1/+2
* cli: introduce snapshot_policy parameter for disk devicePavel Hrdina2017-09-121-0/+1
* graphics: introduce listens.socket parameterPavel Hrdina2017-09-091-0/+2
* graphics: introduce listens.{type|address|network} parametersPavel Hrdina2017-09-091-0/+22
* devicepanic: use model instead of address.typePavel Hrdina2017-09-091-6/+17
* virtinst: remove address configuration from panic devicePavel Hrdina2017-09-091-1/+0
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-3/+3
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-2/+2
* connection: Drop disabling of cache_object_fetchCole Robinson2017-07-191-1/+0
* cli: disk: add driver_detect_zeroes= supportCole Robinson2017-07-151-0/+1
* virtinst: Fix bare python3 style print()Cole Robinson2017-07-101-1/+1
* cli: Advertise --random /dev/urandom in helpCole Robinson2017-06-281-1/+1
* cli: Add --disk logical/physical_block_sizeYuri Arabadji2017-06-161-0/+2
* tests: pylint: Silence/fix a bunch of new warningsCole Robinson2017-06-161-0/+1
* virt-install: add support for loader secure attributePavel Hrdina2017-06-011-0/+9
* virt-install: add support for SMM featurePavel Hrdina2017-06-011-0/+8
* Switch deprecating log.warn to log.warningCole Robinson2017-05-051-9/+9
* Convert to python3 style print() syntaxCole Robinson2017-05-051-5/+7
* Use python3 compatible octal notationCole Robinson2017-05-051-1/+1
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-6/+6
* virtinst: add support for memory devicePavel Hrdina2017-05-051-2/+33
* virtinst: introduce support for <maxMemory> elementPavel Hrdina2017-05-051-1/+6
* cli: Don't double warn when skipping disk size warning (bz 1433239)Cole Robinson2017-04-271-3/+4
* virt-install:support --features hyperv_synic=(on/off)Venkat Datta N H2017-03-301-0/+1
* virt-install: support --features hyperv_reset=(on/off)venkat2017-03-271-0/+1
* guest: Add default virtio-rng /dev/urandom (bz 1212082)Cole Robinson2017-03-081-0/+5
* cli: Default to ignoring 'none' stringsCole Robinson2017-03-081-6/+16
* cli: Add --qemu-commandline optionCole Robinson2017-03-061-0/+39
* cli: --sysinfo: Set type=smbios by defaultCole Robinson2017-03-051-0/+4
* sysinfo: Validate in shared code, not at cli parse timeCole Robinson2017-03-051-32/+4
* virt-install: Support --video vram64= (bz 1377080)Cole Robinson2017-03-051-0/+1
* virt-install: support --network trustGuestRxFilters= (bz 1427600)Cole Robinson2017-03-051-0/+2
* virtinst/cli: add spice rendernode argumentMarc-André Lureau2017-02-231-0/+7
* virtinst/cli: set default value for disk sparse to "yes"Pavel Hrdina2017-01-171-1/+1
* virtinst: fix a typoChen Hanxiao2016-10-251-1/+1
* virtinst: Add the --sysinfo optionCharles Arnold2016-09-081-0/+107
* virt-install: introduce vhostuser interfaceChen Hanxiao2016-09-021-0/+2
* devicechar: Support source_master and source_slaveCole Robinson2016-08-241-0/+2
* cli: Ignore virt-viewer checks in test suiteCole Robinson2016-07-201-11/+12
* cli: Add helper for checking if we are in the test suiteCole Robinson2016-07-201-3/+7
* cli: Add --serial log.file= and log.append=Cole Robinson2016-07-181-0/+2
* tests: Add some virt-install autoconsole testsCole Robinson2016-06-171-3/+9
* cli: Add --disk backing_format= optionCole Robinson2016-06-161-1/+4
* cli: Support --cpu cellX.id (and cpus, and memory)Cole Robinson2016-06-141-0/+24
* cli: Support --disk seclabelX.model (and relabel, and label)Cole Robinson2016-06-141-4/+40
* cli: Only instantiate VirtCLIArguments at parse timeCole Robinson2016-06-141-117/+133
* cli: Separate out can_comma handlingCole Robinson2016-06-141-30/+33
* cli: Pass virtarg and parser to setter callbackCole Robinson2016-06-141-140/+83