Re: [Qemu-devel] [PATCH v2 1/4] qapi: add assert about root value

2016-09-21 Thread Eric Blake
On 09/21/2016 03:10 PM, Marc-André Lureau wrote: > qiv->root should not be null, make that clearer with some assert. > > Signed-off-by: Marc-André Lureau > --- > qapi/qmp-input-visitor.c | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com

[Qemu-devel] [PATCH v2 1/4] qapi: add assert about root value

2016-09-21 Thread Marc-André Lureau
qiv->root should not be null, make that clearer with some assert. Signed-off-by: Marc-André Lureau --- qapi/qmp-input-visitor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qapi/qmp-input-visitor.c b/qapi/qmp-input-visitor.c index 64dd392..be52aaf 100644 --- a/qapi/qmp-input-visitor.c +