Re: [PATCH v7 1/3] qapi: New QAPI_LIST_LENGTH()

2024-02-27 Thread Philippe Mathieu-Daudé
On 27/2/24 16:33, Markus Armbruster wrote: From: Steve Sistare Signed-off-by: Steve Sistare Reviewed-by: Marc-André Lureau --- include/qapi/util.h | 13 + 1 file changed, 13 insertions(+) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v7 1/3] qapi: New QAPI_LIST_LENGTH()

2024-02-27 Thread Markus Armbruster
From: Steve Sistare Signed-off-by: Steve Sistare Reviewed-by: Marc-André Lureau --- include/qapi/util.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/qapi/util.h b/include/qapi/util.h index 81a2b13a33..20dfea8a54 100644 --- a/include/qapi/util.h +++ b/include/qapi/