summaryrefslogtreecommitdiff
path: root/virtinst
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests: Add xmlns remove_child test caseCole Robinson2018-02-261-2/+2
* xmlbuilder: Make sure split out XML has xmlns as neededCole Robinson2018-02-231-5/+9
* util: Drop libxml2 error callbackCole Robinson2018-02-231-5/+0
* virtinst: Drop doc= for propertiesCole Robinson2018-02-225-131/+88
* xmlbuilder: Remove get_xml_config prep wrappersCole Robinson2018-02-222-40/+14
* storage: Use a threading event to signal progress threadCole Robinson2018-02-221-13/+8
* virtinst/support: add SUPPORT_CONN_VMCOREINFO checkMarc-André Lureau2018-02-221-0/+2
* virtinst: add <vmcoreinfo/> featureMarc-André Lureau2018-02-222-0/+3
* connection: support checking for a list of featuresMarc-André Lureau2018-02-221-7/+13
* xmlbuilder: Order child props before serializingCole Robinson2018-02-201-1/+1
* xmlapi: Fix some pylintCole Robinson2018-02-201-1/+1
* xmlapi: Some libxml2 simplificationsCole Robinson2018-02-201-47/+12
* xmlbuilder: Abstract libxml2 API and cleanupCole Robinson2018-02-203-455/+519
* xmlbuilder: Move xpath string ops to their own classCole Robinson2018-02-141-56/+69
* xmlbuilder: Move all libxml2 interaction to a single classCole Robinson2018-02-141-217/+235
* xmlbuilder: Remove more redundant xml stateCole Robinson2018-02-141-48/+24
* Convert docstrings to standard reStructuredText param formatCole Robinson2018-02-1411-81/+67
* capabilities: Move machine canonicalizing to capsinfoCole Robinson2018-02-142-58/+47
* xmlbuilder: Remove unused codeCole Robinson2018-02-141-25/+0
* Don't use count() for substring checkingCole Robinson2018-02-146-14/+14
* Drop __future__ imports, no longer neededCole Robinson2018-02-081-2/+0
* xmlbuilder: centralize adding child new child prop instancesCole Robinson2018-02-0813-127/+66
* xmlbuilder: Drop unused node_top_xpathCole Robinson2018-02-071-9/+2
* xmlbuilder: drop is_build monkey patchingCole Robinson2018-02-071-6/+5
* Fix initrdinject and urltests with py3Cole Robinson2018-02-063-6/+8
* Drop python3 compat importsCole Robinson2018-02-064-41/+11
* urlfetcher: Open local files as binaryCole Robinson2018-02-061-1/+1
* Replace raw_input() with input()Radostin Stoyanov2018-02-061-1/+1
* tests: cli: Handle UnicodeError when loggingRadostin Stoyanov2018-02-061-0/+2
* python3 compat: python3 strings have no decode()Radostin Stoyanov2018-02-061-1/+5
* Convert the output of range() to listRadostin Stoyanov2018-02-061-1/+1
* Fix re-raising exceptionRadostin Stoyanov2018-02-061-1/+8
* Convert long to intRadostin Stoyanov2018-02-062-3/+3
* urlfetcher: Python 2/3 compatability for 'urllib'Radostin Stoyanov2018-02-062-9/+27
* Replace ipaddr module with ipaddressRadostin Stoyanov2018-02-061-2/+6
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-0611-22/+22
* Replace ConfigParser with configparserRadostin Stoyanov2018-02-061-7/+7
* virtinst: add vcpupin supportWim ten Have2018-02-064-0/+71