summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for release 1.4.0v1.4.0Cole Robinson2016-06-1847-37349/+42125
* tests: uitests: Fix with gitCole Robinson2016-06-172-3/+1
* tests_inject: Update to use standard --only optionCole Robinson2016-06-173-35/+12
* appdata: Modernize, and translate itCole Robinson2016-06-173-32/+50
* guest: Fix multiple address.type=pci auto allocate requestsCole Robinson2016-06-173-3/+14
* Apparently -tt doesn't work with #!/usr/bin/env ...Cole Robinson2016-06-176-6/+6
* delete: Don't offer to delete floppy media by defaultCole Robinson2016-06-171-7/+11
* Use #!/usr/bin/env for python scriptsCole Robinson2016-06-177-6/+14
* virtinst: Add --transient flag.Richard W.M. Jones2016-06-174-16/+43
* virt-install: Uncontionally use domain.isActive()Cole Robinson2016-06-171-70/+21
* tests: Add virt-install --wait test, and tweak the logic a bitCole Robinson2016-06-172-7/+11
* virt-install: Access domain in place via guest.domainCole Robinson2016-06-172-24/+15
* tests: Add some virt-install autoconsole testsCole Robinson2016-06-172-3/+13
* guest: Rename noboot -> dobootCole Robinson2016-06-172-21/+12
* guest: Rename start_xml -> install_xmlCole Robinson2016-06-171-9/+9
* guest: Use newer named CreateXML APICole Robinson2016-06-172-3/+3
* virtinst: break out kernel/initrd vol upload to its own fileCole Robinson2016-06-172-126/+158
* virtinst: Move initrdinject handling to its own fileCole Robinson2016-06-173-111/+132
* virtinst: guest: drop 'continue_install' conceptCole Robinson2016-06-177-331/+44
* storage: Detect backing_store format automaticallyCole Robinson2016-06-163-3/+53
* cli: Add --disk backing_format= optionCole Robinson2016-06-166-2/+17
* create: customize: Fix inadvertent disk removal on install failCole Robinson2016-06-161-0/+1
* tests: fix a testcase failure by --os-variantChen Hanxiao2016-06-161-1/+1
* virtManager.details: show firmware options also for XEN guestsPavel Hrdina2016-06-161-2/+4
* virtinst.capabilities: return recommended machine for XENPavel Hrdina2016-06-163-3/+8
* virtManager.create: don't clear recommended machine if none is selectedPavel Hrdina2016-06-161-1/+5
* maint: update all libvirt checks for version from 1.3.6 to 2.0.0Pavel Hrdina2016-06-152-4/+4
* storagelist: code cleanupJovanka Gulicoska2016-06-141-4/+1
* cli: Support --cpu cellX.id (and cpus, and memory)Cole Robinson2016-06-1410-10/+76
* cli: Support --disk seclabelX.model (and relabel, and label)Cole Robinson2016-06-147-10/+61
* cli: Only instantiate VirtCLIArguments at parse timeCole Robinson2016-06-143-122/+138
* cli: Separate out can_comma handlingCole Robinson2016-06-141-30/+33
* cli: Pass virtarg and parser to setter callbackCole Robinson2016-06-141-140/+83
* cli: Rework VirtCLIParser instantiationCole Robinson2016-06-143-447/+443
* cli: Improve comments for _VirtCLIArgumentCole Robinson2016-06-141-7/+17
* cli: Drop unused VirtCLIParser.option_variable_nameCole Robinson2016-06-132-38/+30
* cli: Move introspection checking out of Parser classCole Robinson2016-06-131-12/+13
* cli: Register VirtCLIArguments at class definition timeCole Robinson2016-06-131-682/+666
* cli: Tweak clearxml argument setupCole Robinson2016-06-131-25/+25
* cli: More shared 'address.*' handling output VirtCLIParserCole Robinson2016-06-131-41/+41
* conn: Stop using VirtOptionParserCole Robinson2016-06-132-65/+87
* cli: Separate param parse and lookupCole Robinson2016-06-121-21/+34
* pylint: Skip bad-option-value to make f23 pylint more quietCole Robinson2016-06-121-1/+1
* virtinst: rename .seclabel->.seclabelsCole Robinson2016-06-123-7/+7
* cli: Rename opts.opts -> opts.optdictCole Robinson2016-06-122-56/+56
* Fix some pylintCole Robinson2016-06-121-1/+0
* cli: Use OrderedDict for tracking cli valuesCole Robinson2016-06-121-7/+5
* virtinst: disk: Fix seclabel testingCole Robinson2016-06-114-5/+19
* cli: Wrap setter_cb bits in a classCole Robinson2016-06-111-78/+72
* cli: add --graphics listen=socket supportCole Robinson2016-06-115-3/+24