[PATCH 0/5] Implement some IOThread related APIs for test driver

Luke Yue posted 5 patches 2 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210706103158.294765-1-lukedyue@gmail.com
examples/xml/test/testdomfc4.xml |   4 +
src/conf/domain_conf.c           | 126 +++++++++++++++++++++
src/conf/domain_conf.h           |  12 ++
src/libvirt_private.syms         |   3 +
src/qemu/qemu_driver.c           | 113 +------------------
src/test/test_driver.c           | 186 +++++++++++++++++++++++++++++++
tests/virshtest.c                |  40 +++++++
7 files changed, 376 insertions(+), 108 deletions(-)
[PATCH 0/5] Implement some IOThread related APIs for test driver
Posted by Luke Yue 2 years, 8 months ago
- Implement virDomainAddIOThread
- Implement virDomainDelIOThread
- Implement virDomainGetIOThreadInfo
- Add tests for these APIs

Luke Yue (5):
  conf: domain: Introduce and use virDomainAddIOThreadCheck()
  test_driver: Implement virDomainAddIOThread and virDomainDelIOThread
  conf: domain: Introduce and use virDomainGetIOThreadsConfig()
  test_driver: Implement virDomainGetIOThreadInfo
  tests: Test IOThread related functions for test driver

 examples/xml/test/testdomfc4.xml |   4 +
 src/conf/domain_conf.c           | 126 +++++++++++++++++++++
 src/conf/domain_conf.h           |  12 ++
 src/libvirt_private.syms         |   3 +
 src/qemu/qemu_driver.c           | 113 +------------------
 src/test/test_driver.c           | 186 +++++++++++++++++++++++++++++++
 tests/virshtest.c                |  40 +++++++
 7 files changed, 376 insertions(+), 108 deletions(-)

-- 
2.32.0