summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Drop Fedora 36 targetHEADmasterErik Skultety2023-05-035-117/+0
* ci: Add Fedora 38 targetErik Skultety2023-05-035-0/+117
* ci: Replace OpenSUSE Leap 15.4 target with Leap 15 nameErik Skultety2023-05-035-8/+8
* Post-release version bump to 9.4.0Jiri Denemark2023-05-021-1/+1
* rpm: convert license to SPDX formatv9.3.0Daniel P. Berrangé2023-04-261-1/+1
* Post-release version bump to 9.3.0Jiri Denemark2023-04-191-1/+1
* setup: limit pytest to 'tests' subdirDaniel P. Berrangé2023-04-191-1/+1
* ci: pass --break-system-packages on Debian SidDaniel P. Berrangé2023-04-193-2/+6
* ci: mark bleeding edge distros as non-gatingDaniel P. Berrangé2023-04-193-11/+18
* ci: regenerated with lcitool manifestDaniel P. Berrangé2023-04-1911-18/+39
* Post-release version bump to 9.2.0v9.2.0Jiri Denemark2023-03-011-1/+1
* Fix sign compare offendersv9.1.0Michal Privoznik2023-02-132-11/+14
* Stop typecasting libvirt_intWrap() argumentsMichal Privoznik2023-02-131-35/+35
* libvirt-override: Don't typecast strlen() in debug printingsMichal Privoznik2023-02-131-2/+2
* libvirt_virConnectOpenAuth: Avoid plain PyLong_AsLong() callMichal Privoznik2023-02-131-2/+4
* libvirt_virNodeGetInfo fixMichal Privoznik2023-02-131-1/+1
* typewrappers: Drop typecast in libvirt_intWrap()Michal Privoznik2023-02-131-1/+1
* typewrappers: Rework libvirt_uintWrap()Michal Privoznik2023-02-131-1/+1
* typewrappers: Rework libvirt_uintUnwrap()Michal Privoznik2023-02-131-4/+4
* Post-release version bump to 9.1.0Jiri Denemark2023-01-161-1/+1
* override: domain: Implement override for virDomainFDAssociatev9.0.0Peter Krempa2023-01-123-0/+85
* ci: manifest: Define RPM artifacts for regular CentOS Stream 8 buildErik Skultety2023-01-062-0/+13
* .gitignore: Ignore more common Python build artifactsErik Skultety2023-01-061-1/+7
* ci: manifest: Define artifacts cacheErik Skultety2023-01-052-3/+45
* ci: manifest: Replace 'expiry' with 'expire_in'Erik Skultety2023-01-051-1/+1
* ci: Refresh and add Fedora 37 targetErik Skultety2023-01-049-59/+32
* Post-release version bump to 9.0.0Jiri Denemark2022-12-011-1/+1
* rpm: add explicit build dep on python3-setuptoolsv8.10.0Daniel P. Berrangé2022-11-231-0/+1
* Post-release version bump to 8.10.0Jiri Denemark2022-11-011-1/+1
* ci: Expose built RPMs as artifactsv8.9.0Peter Krempa2022-10-132-2/+42
* Fix memory leak in libvirt_virStreamRecv.Chris Gunn2022-10-101-2/+6
* ci: Fix the stage of the api-coverage jobErik Skultety2022-10-031-2/+2
* Post-release version bump to 8.9.0Jiri Denemark2022-10-031-1/+1
* ci: refresh with latest lcitool manifestDaniel P. Berrangé2022-09-3030-341/+1166
* Link libvirtmod_* modules also with libvirtv8.8.0Bastian Germann2022-09-091-2/+2
* Replace uint with unsigned intBastian Germann2022-09-092-2/+2
* Post-release version bump to 8.8.0Jiri Denemark2022-09-011-1/+1
* Post-release version bump to 8.7.0v8.7.0Jiri Denemark2022-08-011-1/+1
* libvirt-utils: Clear error when guessing typed param typev8.6.0Michal Privoznik2022-07-081-2/+4
* Add VIR_DOMAIN_IOTHREAD_THREAD_POOL_{MIN,MAX} macrosMichal Privoznik2022-07-081-0/+4
* Post-release version bump to 8.6.0Jiri Denemark2022-07-011-1/+1
* setup: make 'clean' command compatible again with distutilsv8.5.0Pino Toscano2022-06-251-0/+10
* setup: advertize Python 3.9 and 3.10 supportDaniel P. Berrangé2022-06-081-0/+2
* examples: remove use of deprecated setDaemon methodDaniel P. Berrangé2022-06-081-6/+10
* tests: expand AIO tests and add more commentsDaniel P. Berrangé2022-06-081-8/+40
* tests: use mocks to allow calling virEventRegisterImpl many timesDaniel P. Berrangé2022-06-084-25/+102
* tests: add libvirtaio test coverageChris Gunn2022-06-083-1/+129
* libvirtaio: add better docs on best practice usage patternDaniel P. Berrangé2022-06-081-2/+21
* libvirtio: lazy create the Event object in drain()Daniel P. Berrangé2022-06-081-5/+11
* libvirtaio: convert to using 'async' / 'await' syntaxChris Gunn2022-06-081-9/+6