summaryrefslogtreecommitdiff
path: root/virtinst/network.py
Commit message (Expand)AuthorAgeFilesLines
* hostnets: Remove SR-IOV info listingCole Robinson2019-06-161-10/+0
* hostnets: Remove QoS viewing/editingCole Robinson2019-06-161-15/+1
* virtinst: move UI only functions into virtManagerCole Robinson2019-06-091-130/+11
* util: move generate_name to generatename.pyCole Robinson2019-06-071-2/+2
* util: move validate_name to XMLBuilder.validate_generic_nameCole Robinson2019-06-071-1/+1
* createnet: Shrink to one pageCole Robinson2019-05-131-0/+5
* virtinst: network: streamline pretty desc outputCole Robinson2019-05-131-17/+18
* Remove Author lines from file headersCole Robinson2019-01-081-1/+0
* virtinst: Remove name field validate_cb usageCole Robinson2018-09-041-3/+4
* xmlbuilder: Rename get_xml_config -> get_xmlCole Robinson2018-08-311-1/+1
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* virtinst: s/_XML_ROOT_NAME/XML_NAME/gCole Robinson2018-03-211-10/+10
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* xmlbuilder: centralize adding child new child prop instancesCole Robinson2018-02-081-19/+0
* virtinst: network: Don't generate UUID by defaultCole Robinson2017-12-141-10/+1
* virtinst: Drop UUID validationCole Robinson2017-12-141-3/+1
* network: add support for parsing/formatting SR-IOV VFsLin Ma2017-10-091-0/+10
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-1/+1
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-1/+1
* tests: add test for network of SR-IOV VF poolLin Ma2017-04-031-0/+12
* Added OpenVSwitch Network DetectionCharles d'Hondt2017-03-241-1/+3
* localization: mark several strings as translatablePavel Hrdina2016-02-061-2/+3
* xmlbuilder: Make _add_child and _remove_child publicCole Robinson2015-09-041-3/+3
* pep8 W503: line break before binary operatorPavel Hrdina2015-07-141-4/+4
* virtinst: Switch to relative imports, fix cyclic import warningsCole Robinson2014-09-121-2/+2
* virtinst: parse "bandwith" node in network definitionGiuseppe Scrivano2014-06-261-1/+54
* network: Parse <portgroup> XMLCole Robinson2014-05-311-0/+9
* createnet: Use typical name validation patternCole Robinson2014-01-171-2/+4
* mass update: remove double spaces from commentsGiuseppe Scrivano2013-10-281-2/+2
* network: Add install() command, remove function from vmmConnectionCole Robinson2013-09-301-0/+23
* createnet: Use virtinst.Network for XML generationCole Robinson2013-09-231-5/+11
* network: Fix parsing route netmaskCole Robinson2013-09-231-0/+1
* network: Centralize pxe support checkCole Robinson2013-09-221-0/+13
* Add Network class for parsing <network> XMLCole Robinson2013-09-221-0/+161