summaryrefslogtreecommitdiff
path: root/virtinst
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-0464-64/+64
* virtinst: Trivial spelling fixCharles Arnold2018-04-041-1/+1
* urldetect: Remove some unused SUSE bitsCole Robinson2018-04-041-17/+7
* urlfetcher: Simplify urllib importCole Robinson2018-04-031-2/+1
* domcapabilities: Document class layout a bitCole Robinson2018-04-031-0/+31
* virtinst: compare host and domain cpu modelsCharles Arnold2018-04-031-4/+28
* virtinst: read CPU model from domain capabilitiesCharles Arnold2018-04-031-0/+28
* urldetect: Track SUSE regexs in their Distro classesCole Robinson2018-04-021-18/+21
* urldetect: Move SUSE content file handling into its own classCole Robinson2018-04-021-112/+130
* urldetect: Drop RedHatDistro baseclassCole Robinson2018-04-021-20/+16
* tests: test_urls: Add urldetect kernel arg validationCole Robinson2018-04-021-6/+10
* urldetect: Clean up Fedora version checking a bitCole Robinson2018-04-022-30/+26
* urlfetch: Formalize the failed hostname checkCole Robinson2018-03-292-1/+10
* urlfetcher: Use persistent HTTP sessionCole Robinson2018-03-291-2/+15
* urlfetcher: Clean up RHEL version parsing/handlingCole Robinson2018-03-291-57/+28
* urlfetch: Add caching layerCole Robinson2018-03-291-182/+180
* urldetect: Move treeinfo media checking into Treeinfo classCole Robinson2018-03-292-48/+44
* urldetect: Move distro checking out of isValidStoreCole Robinson2018-03-291-177/+137
* urldetect: Drop ubuntu _is_tree_isoCole Robinson2018-03-291-11/+0
* urldetect: Remove the _xen_kernel_paths distinctionCole Robinson2018-03-291-61/+42
* urldetect: s/name/PRETTY_NAME/gCole Robinson2018-03-291-47/+34
* urldetect: Drop GenericDistro, non-treeinfo redhat bitsCole Robinson2018-03-291-182/+70
* virtinst: Split out urldetect.py from urlfetcher.pyCole Robinson2018-03-283-1053/+1061
* urlfetcher: Split up SUSE content parsing a bitCole Robinson2018-03-281-17/+39
* urlfetcher: Throw error if iso _grabber file doesn't existCole Robinson2018-03-281-0/+3
* domain: Drop most device list wrappersCole Robinson2018-03-211-0/+11
* xmlbuilder: Separate out the property cacheCole Robinson2018-03-212-80/+109
* guest: Move get_all_devices to devices.get_allCole Robinson2018-03-212-15/+11
* virtinst: s/_XML_ROOT_NAME/XML_NAME/gCole Robinson2018-03-2143-106/+106
* xmlbuilder: Remove relative_xpath substitution supportCole Robinson2018-03-212-30/+50
* guest: devices: change XML ordering to match libvirtCole Robinson2018-03-211-3/+4
* xmlbuilder: Use OrderedDict for propstoreCole Robinson2018-03-211-11/+5
* cli: Have parser classes reference property names, not xmlbuildersCole Robinson2018-03-212-79/+77
* xmlbuilder: Drop s/child_classes/child_class/Cole Robinson2018-03-211-41/+19
* cli: Drop clear_attr propertyCole Robinson2018-03-211-44/+38
* devices: Switch to normal _XML_PROP_ORDERCole Robinson2018-03-2121-150/+39
* guest: Move all_devices to guest.devices.XCole Robinson2018-03-216-87/+93
* virtinst: move <domain> XML files to virtinst/domainCole Robinson2018-03-2121-155/+132
* Use consistent and minimal license header for every fileCole Robinson2018-03-2162-869/+124
* virtinst: Move all devices to virtinst/devices/Cole Robinson2018-03-2128-85/+81
* virtinst: Give device classes consistent DeviceX namingCole Robinson2018-03-2131-374/+374
* xmlbuilder: Move xml_indent to utilCole Robinson2018-03-203-16/+14
* storage: Fix validating empty hosts value (bz #1557942)Cole Robinson2018-03-191-1/+1
* kernelupload: Fix it with python3Cole Robinson2018-03-181-3/+2
* devicedisk: fix _is_dir_searchableCole Robinson2018-03-181-1/+2
* cli: Don't double print uncaught exceptions with --debugCole Robinson2018-03-161-1/+4
* pylint: Enable 'fixme' checkingCole Robinson2018-03-152-4/+0
* connection: Call virConnectClose and log the return valueCole Robinson2018-03-151-0/+4
* virtinst: progress: Simplify if-statementRadostin Stoyanov2018-03-031-8/+4
* pylint: Resolve logging-not-lazyRadostin Stoyanov2018-03-034-8/+8