On Wed, Apr 18, 2018 at 05:33:32PM +0200, Peter Krempa wrote:
The helper iterates the directory with files for the capability test
and
looks up the most recent one for the given architecture. This will allow
testing against the newest qemu capabilities so that we can catch
regressions in behaviour more easily.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/testutilsqemu.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
tests/testutilsqemu.h | 5 ++++
2 files changed, 68 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano