Re: [PATCH v4 0/4] Implement virDomainGetMessages for test driver

2021-08-03 Thread Martin Kletzander
On Mon, Jul 12, 2021 at 07:32:13PM +0800, Luke Yue wrote: v4: - Move testDomainObjCheckTaint to testParseDomains() - Add CPU tainted and deprecation check - Add a new xml with more tainted configs With the modification suggested in 1/4:0 Reviewed-by: Martin Kletzander Luke Yue (4): conf:

[PATCH v4 0/4] Implement virDomainGetMessages for test driver

2021-07-12 Thread Luke Yue
v4: - Move testDomainObjCheckTaint to testParseDomains() - Add CPU tainted and deprecation check - Add a new xml with more tainted configs Luke Yue (4): conf: domain: Introduce and use virDomainObjGetMessages() test_driver: Implement virDomainGetMessages test_driver: Introduce testDomainObjC