Re: [Qemu-devel] [PATCH v2 3/6] qlist: Add convenience helpers for wrapped appends

2017-01-19 Thread Marc-André Lureau
Hi On Wed, Jan 18, 2017 at 8:34 PM Eric Blake wrote: > Similar to the qdict additions of the previous patch, although > this time there are not as many clients. > > Signed-off-by: Eric Blake > Not very useful, but why not: Reviewed-by: Marc-André Lureau > --- > include/qapi/qmp/qlist.h |

[Qemu-devel] [PATCH v2 3/6] qlist: Add convenience helpers for wrapped appends

2017-01-18 Thread Eric Blake
Similar to the qdict additions of the previous patch, although this time there are not as many clients. Signed-off-by: Eric Blake --- include/qapi/qmp/qlist.h | 8 tests/check-qdict.c | 10 +- tests/check-qlist.c | 2 +- 3 files changed, 14 insertions(+), 6 deletions