
9 Jul
2019
9 Jul
'19
11 a.m.
On Mon, Jul 08, 2019 at 22:37:01 -0500, Eric Blake wrote:
Even though we don't accept any flags, it is unfriendly to callers that use the modern API to have to fall back to the flag-free API.
Note that virDomainBlockStats does not trivially forward to virDomainBlockStatsFlags, so that one is omitted.
Signed-off-by: Eric Blake <eblake@redhat.com> --- src/test/test_driver.c | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-)
This may conflict with Ilias' test driver work. ACK