summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libvirtaio: drop back compat for python < 3.4.4Chris Gunn2022-06-081-11/+3
* Post-release version bump to 8.5.0Jiri Denemark2022-06-011-1/+1
* Add an override impl for virDomainRestoreParams and virDomainSaveParamsv8.4.0Michal Privoznik2022-05-133-0/+105
* Post-release version bump to 8.4.0Jiri Denemark2022-05-021-1/+1
* setup: switch to running API coverage test using pytestv8.3.0Daniel P. Berrangé2022-04-212-5/+0
* sanitytest: skip tests when seeing broken lxml implementationDaniel P. Berrangé2022-04-211-2/+38
* sanitytest: turn into a normal python unittestDaniel P. Berrangé2022-04-211-29/+25
* sanitytest: move function/enum identification into a helper methodDaniel P. Berrangé2022-04-211-54/+59
* sanitytest: move class identification into a helper methodDaniel P. Berrangé2022-04-211-34/+38
* sanitytest: move initial class method mapping into a helper methodDaniel P. Berrangé2022-04-211-68/+72
* sanitytest: move class method mapping fixup into a helper methodDaniel P. Berrangé2022-04-211-116/+120
* sanitytest: move C to python API mapping check into a helper methodDaniel P. Berrangé2022-04-211-10/+12
* sanitytest: move python to C API mapping check into a helper methodDaniel P. Berrangé2022-04-211-16/+17
* sanitytest: move C API binding check into a helper methodDaniel P. Berrangé2022-04-211-18/+26
* sanitytest: stop passing python module path into sanity testDaniel P. Berrangé2022-04-212-5/+1
* sanitytest: stop passing API XML path into sanity testDaniel P. Berrangé2022-04-212-9/+2
* setup: switch from distutils to setuptoolsDaniel P. Berrangé2022-04-211-4/+4
* setup: remove use of distutils.util.get_platformDaniel P. Berrangé2022-04-211-15/+24
* setup: override 'build_ext' / 'build_py' commands rather than 'build'Daniel P. Berrangé2022-04-211-7/+22
* setup: replace distutils.dir_util.remove_tree with shutilsDaniel P. Berrangé2022-04-211-2/+1
* setup: replace distutils.spawn with subprocessDaniel P. Berrangé2022-04-211-16/+13
* setup: replace distutils.spawn.find_executable with shutilsDaniel P. Berrangé2022-04-211-2/+1
* setup: introduce an explicit check for pkg-config operationDaniel P. Berrangé2022-04-211-16/+16
* setup: stop inheriting from 'clean' commandDaniel P. Berrangé2022-04-211-4/+1
* setup: drop the 'rpm' commandDaniel P. Berrangé2022-04-211-21/+0
* generator: introduce ability to selectively generate codeDaniel P. Berrangé2022-04-211-2/+8
* generator: rename methods for code generationDaniel P. Berrangé2022-04-211-4/+4