summaryrefslogtreecommitdiff
path: root/virtinst/kernelupload.py
Commit message (Expand)AuthorAgeFilesLines
* virtinst: Move multiple installer .py files to virtinst/install/Cole Robinson2019-06-171-162/+0
* Switch to more traditional logging structureCole Robinson2019-06-171-7/+7
* tests: Finish off installer and kernelupload coverageCole Robinson2019-06-111-12/+12
* storage: Handle guest collision checkingCole Robinson2019-06-111-1/+1
* kernelupload: Add test suite mockingCole Robinson2019-06-081-2/+23
* util: Move *_meter to progress.pyCole Robinson2019-06-071-2/+2
* storage: Add ensure_pool_is_runningCole Robinson2019-04-141-1/+1
* kernelupload: Don't mark internal error as translatable (bz #1688101)Cole Robinson2019-03-151-1/+1
* kernelupload: Revive upload support checkCole Robinson2019-03-021-0/+5
* virt-install: Remove remote URL errorCole Robinson2019-02-071-4/+0
* Remove Author lines from file headersCole Robinson2019-01-081-1/+0
* devices: disk: Rename setup() to build_storage()Cole Robinson2018-09-041-1/+1
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* virtinst: Move all devices to virtinst/devices/Cole Robinson2018-03-211-1/+1
* virtinst: Give device classes consistent DeviceX namingCole Robinson2018-03-211-3/+3
* kernelupload: Fix it with python3Cole Robinson2018-03-181-3/+2
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-1/+1
* connection: Remove clear_cache callbackCole Robinson2017-07-201-1/+0
* storage: Check for pool name collisions against the pool cacheCole Robinson2017-07-201-2/+1
* Replace file() usage with open()Cole Robinson2017-05-051-1/+1
* virtinst: break out kernel/initrd vol upload to its own fileCole Robinson2016-06-171-0/+156