Re: [libvirt] [PATCH 7/8] tests: Introduce testQemuCapsIterate()

2019-03-13 Thread Peter Krempa
On Thu, Mar 07, 2019 at 16:44:36 +0100, Andrea Bolognani wrote: > This function iterates over a directory containing > capabilities-related data, extract some useful bits of > information from the file name, and calls a user-provided > callback. > > Signed-off-by: Andrea Bolognani > --- >

[libvirt] [PATCH 7/8] tests: Introduce testQemuCapsIterate()

2019-03-07 Thread Andrea Bolognani
This function iterates over a directory containing capabilities-related data, extract some useful bits of information from the file name, and calls a user-provided callback. Signed-off-by: Andrea Bolognani --- tests/testutilsqemu.c | 53 +++