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

Luke Yue lukedyue at gmail.com
Tue Jul 6 10:31:53 UTC 2021


- 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




More information about the libvir-list mailing list