Re: [Qemu-block] [PATCH 22/24] qapi: New parse_qapi_name()

2017-02-28 Thread Eric Blake
On 02/27/2017 05:20 AM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > include/qapi/util.h| 2 ++ > qapi/qapi-util.c | 47 +++ > tests/test-qapi-util.c | 34 ++ > 3 files changed, 83 insert

Re: [Qemu-block] [PATCH 22/24] qapi: New parse_qapi_name()

2017-02-28 Thread Kevin Wolf
Am 27.02.2017 um 12:20 hat Markus Armbruster geschrieben: > Signed-off-by: Markus Armbruster > --- > include/qapi/util.h| 2 ++ > qapi/qapi-util.c | 47 +++ > tests/test-qapi-util.c | 34 ++ > 3 files changed,

[Qemu-block] [PATCH 22/24] qapi: New parse_qapi_name()

2017-02-27 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- include/qapi/util.h| 2 ++ qapi/qapi-util.c | 47 +++ tests/test-qapi-util.c | 34 ++ 3 files changed, 83 insertions(+) diff --git a/include/qapi/util.h b/include/qapi/util