Re: [PATCH V8 16/39] qapi: strv_from_strList

2022-07-05 Thread Steven Sistare
On 6/16/2022 12:08 PM, Marc-André Lureau wrote: > Hi > > On Wed, Jun 15, 2022 at 7:30 PM Steve Sistare > wrote: > > Signed-off-by: Steve Sistare > > --- >  include/qapi/util.h |  6 ++ >  qapi/qapi-util.c   

Re: [PATCH V8 16/39] qapi: strv_from_strList

2022-06-16 Thread Marc-André Lureau
Hi On Wed, Jun 15, 2022 at 7:30 PM Steve Sistare wrote: > Signed-off-by: Steve Sistare > --- > include/qapi/util.h | 6 ++ > qapi/qapi-util.c| 14 ++ > 2 files changed, 20 insertions(+) > > diff --git a/include/qapi/util.h b/include/qapi/util.h > index 75dddca..51ff64e 100

[PATCH V8 16/39] qapi: strv_from_strList

2022-06-15 Thread Steve Sistare
Signed-off-by: Steve Sistare --- include/qapi/util.h | 6 ++ qapi/qapi-util.c| 14 ++ 2 files changed, 20 insertions(+) diff --git a/include/qapi/util.h b/include/qapi/util.h index 75dddca..51ff64e 100644 --- a/include/qapi/util.h +++ b/include/qapi/util.h @@ -33,6 +33,12 @@