summaryrefslogtreecommitdiff
path: root/virtinst
Commit message (Expand)AuthorAgeFilesLines
* 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
* devicedisk: copy all rbd pool host and auth for volumeRauno Väli2018-01-302-1/+38
* virtinst: Add NUMA distance supportMenno Lageman2018-01-302-0/+31
* cli: Drop python2ism with OSErrorCole Robinson2018-01-271-1/+1
* Python 2/3 division compatabilityRadostin Stoyanov2018-01-275-17/+17
* cli: Share find_inst_cb logicCole Robinson2018-01-261-44/+49
* watchdog: Add proper label for 'dump' actionCole Robinson2018-01-191-1/+3
* vnc: don't skip authentication for listen type none with fixed QEMUPavel Hrdina2018-01-161-0/+1
* cli: append "--attach" to virt-viewer if graphics has listen type nonePavel Hrdina2018-01-072-2/+9