On a Wednesday in 2020, Peter Krempa wrote:
Refactor the code so that we pass in the repeated 'schema' and
'debug'
arguments via a new struct testQEMUSchemaValidateCtxt. This will
simplify adding new parameters in the future.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/testutilsqemuschema.c | 152 ++++++++++++++++++------------------
1 file changed, 76 insertions(+), 76 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano