summaryrefslogtreecommitdiff
path: root/virtinst/pollhelpers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint/pycodestyle warnings with latest versionsCole Robinson2022-12-131-1/+1
* objects: Erase the notion of connkeyCole Robinson2020-09-011-16/+16
* tests: Add full coverage for pollhelpers and VirtinstConnectionCole Robinson2020-01-271-1/+1
* virtManager: Remove virInterface pollingCole Robinson2020-01-261-7/+0
* pollhelpers: Streamline usage a bitCole Robinson2020-01-241-21/+28
* pollhelpers: Kill old style pollingCole Robinson2020-01-241-207/+12
* Switch to more traditional logging structureCole Robinson2019-06-171-10/+10
* support: Convert callers to the new formatCole Robinson2019-06-071-12/+6
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-4/+4
* pycodestyle: fix all E125 warningsChen Hanxiao2017-10-211-6/+6
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-3/+3
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-6/+6
* virt-manager: Add hidden options --test-old-poll and --test-no-eventsCole Robinson2015-09-171-6/+7
* pep8 E731: do not assign a lambda expression, use a defPavel Hrdina2015-07-141-3/+6
* pollhelpers: Fix VM polling on old libvirtMichał Kępień2015-05-071-1/+1
* connection: tick: Operate on combined object listsCole Robinson2015-04-101-2/+2
* libvirtobject: Unify a few APIs and conn tick handlingCole Robinson2015-04-101-7/+6
* connection: Use name instead of uuid for object keysCole Robinson2014-06-021-63/+47
* pollhelpers: Use correct dictionary keys for old pool/net polling (bz 1099827)Cole Robinson2014-06-021-5/+16
* pollhelpers: Add debugging helper to force old pollingCole Robinson2014-06-021-5/+9
* Streamline support checksCole Robinson2013-10-061-7/+7
* pollhelpers: Support nodedev listAllDevicesCole Robinson2013-09-291-7/+12
* pollhelpers: Add fetch_volumes helperCole Robinson2013-09-291-0/+17
* pollhelpers: Clarify some variable names and docsCole Robinson2013-09-291-34/+34
* pollhelpers: Re-enable list-all-interfacesCole Robinson2013-09-291-3/+1
* connection: Support listAll* object lookupsCole Robinson2013-07-071-0/+263