Re: [PATCH v4 00/11] Implement IOThreads related APIs for test driver

2021-09-23 Thread Michal Prívozník
On 9/15/21 5:30 PM, Luke Yue wrote: > v4: > - Rebase to current master branch > - Add the forgotten virObjectUnlock(vm) in PATCH 09/11 > - Refine tests > > CI link: https://gitlab.com/lukedyue/libvirt/-/pipelines/371315349 > > Luke Yue (11): > domain_driver.c: Introduce and use

[PATCH v4 00/11] Implement IOThreads related APIs for test driver

2021-09-15 Thread Luke Yue
v4: - Rebase to current master branch - Add the forgotten virObjectUnlock(vm) in PATCH 09/11 - Refine tests CI link: https://gitlab.com/lukedyue/libvirt/-/pipelines/371315349 Luke Yue (11): domain_driver.c: Introduce and use virDomainDriverAddIOThreadCheck() test_driver: Introduce