Re: [libvirt] [PATCH 5/7] virbuftest: use field names when initalizing test info

2020-01-14 Thread Erik Skultety
On Tue, Jan 14, 2020 at 08:35:39AM +0100, Ján Tomko wrote: > Allow adding new fields without changing all the macros. It would be IMO worth mentioning the error your compiler gave you in the next patch when you hadn't done this adjustment. > > Signed-off-by: Ján Tomko > --- Reviewed-by: Erik

[libvirt] [PATCH 5/7] virbuftest: use field names when initalizing test info

2020-01-13 Thread Ján Tomko
Allow adding new fields without changing all the macros. Signed-off-by: Ján Tomko --- tests/virbuftest.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/virbuftest.c b/tests/virbuftest.c index bb606c1c28..1780b62bf4 100644 --- a/tests/virbuftest.c +++