Re: [libvirt] [PATCH 05/24] tests: hostdev: Add more checks on list size

2016-03-07 Thread Laine Stump
On 03/07/2016 12:24 PM, Andrea Bolognani wrote: Always call CHECK_LIST_COUNT() to check the size of both the active and inactive devices list. --- tests/virhostdevtest.c | 34 -- 1 file changed, 28 insertions(+), 6 deletions(-) ACK. -- libvir-list mailing l

[libvirt] [PATCH 05/24] tests: hostdev: Add more checks on list size

2016-03-07 Thread Andrea Bolognani
Always call CHECK_LIST_COUNT() to check the size of both the active and inactive devices list. --- tests/virhostdevtest.c | 34 -- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/tests/virhostdevtest.c b/tests/virhostdevtest.c index c1321b1..8dc92f6 1