On a Wednesday in 2022, Peter Krempa wrote:
The main objective of this patch is to use a proper instance of
virDomainChrSourceDef allocated with the private data.
To achieve this the test cases are grouped into blocks by how much they
fill in the chardev definition. Some test cases are moved around so
that the resulting sequence doesn't need extra clearing.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/qemumonitorjsontest.c | 214 +++++++++++++++++++-----------------
1 file changed, 113 insertions(+), 101 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano