summaryrefslogtreecommitdiff
path: root/virtinst/xmlbuilder.py
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* domain: Drop most device list wrappersCole Robinson2018-03-211-0/+11
* xmlbuilder: Separate out the property cacheCole Robinson2018-03-211-73/+100
* virtinst: s/_XML_ROOT_NAME/XML_NAME/gCole Robinson2018-03-211-4/+4
* xmlbuilder: Remove relative_xpath substitution supportCole Robinson2018-03-211-15/+7
* xmlbuilder: Use OrderedDict for propstoreCole Robinson2018-03-211-11/+5
* cli: Have parser classes reference property names, not xmlbuildersCole Robinson2018-03-211-17/+0
* xmlbuilder: Drop s/child_classes/child_class/Cole Robinson2018-03-211-41/+19
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* virtinst: Give device classes consistent DeviceX namingCole Robinson2018-03-211-2/+2
* xmlbuilder: Move xml_indent to utilCole Robinson2018-03-201-15/+1
* 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
* virtinst: Drop doc= for propertiesCole Robinson2018-02-221-3/+1
* xmlbuilder: Remove get_xml_config prep wrappersCole Robinson2018-02-221-36/+10
* xmlbuilder: Order child props before serializingCole Robinson2018-02-201-1/+1
* xmlbuilder: Abstract libxml2 API and cleanupCole Robinson2018-02-201-447/+100
* 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-141-16/+14
* xmlbuilder: Remove unused codeCole Robinson2018-02-141-25/+0
* Don't use count() for substring checkingCole Robinson2018-02-141-4/+4
* xmlbuilder: centralize adding child new child prop instancesCole Robinson2018-02-081-1/+33
* xmlbuilder: Drop unused node_top_xpathCole Robinson2018-02-071-9/+2
* xmlbuilder: drop is_build monkey patchingCole Robinson2018-02-071-6/+5
* python3 compat: python3 strings have no decode()Radostin Stoyanov2018-02-061-1/+5
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-7/+7
* pycodestyle: Use isinstance() for type checkingRadostin Stoyanov2017-10-201-1/+1
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-1/+1
* xmlbuilder: Improve __repr__ a bitCole Robinson2017-03-081-1/+2
* guest: Add support for qemu cli passthroughCole Robinson2017-03-061-3/+27
* xmlbuilder: Pass around top level xpath contextCole Robinson2017-03-061-47/+46
* xmlbuilder: add a __repr__ for XMLBuilder objectMarc-André Lureau2017-02-231-0/+3
* util: Move xml_indent to XMLBuilderCole Robinson2016-08-241-1/+15
* xmlbuilder: Handle setting conditional xpaths correctlyCole Robinson2016-07-181-0/+23
* xmlbuilder: More comments for _build_xpath_nodeCole Robinson2016-07-181-18/+30
* xmlbuilder: Opencode single addnode= usageCole Robinson2016-07-181-5/+4
* xmlbuilder: Clarify the node 'pretty' helper functionCole Robinson2016-07-181-44/+47
* xmlbuilder: Update XMLProperty docsCole Robinson2016-07-181-7/+8
* xmlbuilder: Support clear()ing an object in placeCole Robinson2016-05-201-12/+28
* xmlbuilder: minor cleanupCole Robinson2016-05-201-2/+2
* Fix recent pylint/pep8 outputCole Robinson2016-04-181-3/+4
* xmlbuilder: Kill make_xpath_cbCole Robinson2015-09-051-17/+6
* xmlbuilder: Make clear() work for child objectsCole Robinson2015-09-051-8/+29
* cli: Make child lookup not specific to guest devicesCole Robinson2015-09-041-0/+10
* xmlbuilder: Make _add_child and _remove_child publicCole Robinson2015-09-041-4/+5
* tests: Enable property checking for all objectsCole Robinson2015-04-221-5/+10
* nodedev: Handle busted 'system' XMLCole Robinson2015-03-261-0/+13
* xmlbuilder: Remove now unused clear_attrs infrastructureCole Robinson2014-12-041-42/+11