Re: [Qemu-devel] [PATCH v2 17/26] qapi: Drop unused non-strict qobject input visitor

2017-02-28 Thread Markus Armbruster
Eric Blake writes: > On 02/26/2017 03:43 PM, Markus Armbruster wrote: >> The split between tests/test-qobject-input-visitor.c and >> tests/test-qobject-input-strict.c now makes less sense than ever. The >> next commit will take care of that. >> >> Signed-off-by: Markus Armbruster >> --- > > If

Re: [Qemu-devel] [PATCH v2 17/26] qapi: Drop unused non-strict qobject input visitor

2017-02-28 Thread Eric Blake
On 02/26/2017 03:43 PM, Markus Armbruster wrote: > The split between tests/test-qobject-input-visitor.c and > tests/test-qobject-input-strict.c now makes less sense than ever. The > next commit will take care of that. > > Signed-off-by: Markus Armbruster > --- If I read Paolo's thread correctly

[Qemu-devel] [PATCH v2 17/26] qapi: Drop unused non-strict qobject input visitor

2017-02-26 Thread Markus Armbruster
The split between tests/test-qobject-input-visitor.c and tests/test-qobject-input-strict.c now makes less sense than ever. The next commit will take care of that. Signed-off-by: Markus Armbruster --- block/nbd.c | 2 +- block/nfs.c | 2 +- blo