[PATCH v3 0/3] Implement virDomainGetMessages for test driver

Luke Yue lukedyue at gmail.com
Wed Jun 30 02:53:43 UTC 2021


v3:
- Squash tests commit
- Extract the same code in test driver and qemu driver to a function

Luke Yue (3):
  test_driver: Implement virDomainGetMessages
  test_driver: Introduce testDomainObjCheckTaint
  conf: domain: Introduce and use virDomainObjGetMessages()

 src/conf/domain_conf.c   | 53 +++++++++++++++++++++++++++
 src/conf/domain_conf.h   |  5 +++
 src/libvirt_private.syms |  1 +
 src/qemu/qemu_driver.c   | 34 +-----------------
 src/test/test_driver.c   | 78 ++++++++++++++++++++++++++++++++++++++++
 tests/virshtest.c        |  2 ++
 6 files changed, 140 insertions(+), 33 deletions(-)

-- 
2.32.0




More information about the libvir-list mailing list