summaryrefslogtreecommitdiff
path: root/virtinst/devices/interface.py
Commit message (Expand)AuthorAgeFilesLines
* devices: interface: Add support for testing different mac addressesCole Robinson2021-10-121-2/+20
* Remove use of problematic terminologyCole Robinson2020-09-231-1/+1
* devices: interface: Rename is_conflict_net -> check_mac_in_useCole Robinson2020-07-061-2/+2
* cli: Skip MAC collision error with --check mac_in_use=Cole Robinson2020-07-061-6/+3
* virtinst: connection: Add is_privilegedCole Robinson2020-02-031-1/+1
* devices: interface: add coverage for new bridge changesCole Robinson2020-01-271-4/+5
* netlist: Use same default policy as virt-installCole Robinson2020-01-261-0/+8
* devices: interface: Cache default bridge lookup for process lifetimeCole Robinson2020-01-261-3/+17
* devices: interface: Rework default_source functions slightlyCole Robinson2020-01-261-15/+21
* Switch to more traditional logging structureCole Robinson2019-06-171-4/+4
* devices: interface: Test remaining code coverageCole Robinson2019-06-111-5/+1
* virtinst: Add a bunch of # pragma: no coverCole Robinson2019-06-111-10/+11
* virtinst: move UI only functions into virtManagerCole Robinson2019-06-091-36/+0
* tests: Use testsuirebr0 as the fake bridge nameCole Robinson2019-06-081-1/+1
* interface: Get more unittest coverage of _default_*Cole Robinson2019-06-081-13/+12
* util: Remove validate_macaddrCole Robinson2019-06-061-2/+0
* interface: Make network/bridge/source_dev publicCole Robinson2019-02-041-16/+16
* Remove Author lines from file headersCole Robinson2019-01-081-1/+0
* devices: interface: Have x86 fallback model be e1000Cole Robinson2018-09-291-1/+3
* devices: interface: Simplify is_conflict_net callsCole Robinson2018-09-041-21/+9
* devices: interface: Convert setup() to validate()Cole Robinson2018-09-041-7/+3
* addhw: Move interface model list to virtinstCole Robinson2018-09-041-2/+22
* devices: interface: Add set_default functionCole Robinson2018-09-041-42/+37
* connection: rename fetch_all_guests->fetch_all_domainsCole Robinson2018-08-311-1/+1
* cli: Add --network mtu.size=X optionAnya Harter2018-06-061-1/+3
* Fix some typos in comments and documentation (found by codespell)Stefan Weil2018-06-051-1/+1
* Chagne most URIs to use https:// instead of http://Daniel P. Berrangé2018-04-301-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-2/+2
* devices: Switch to normal _XML_PROP_ORDERCole Robinson2018-03-211-4/+1
* guest: Move all_devices to guest.devices.XCole Robinson2018-03-211-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* virtinst: Move all devices to virtinst/devices/Cole Robinson2018-03-211-0/+332