Re: [PATCH v2 02/18] qapi: add ModuleInfo schema

2021-06-14 Thread Markus Armbruster
Gerd Hoffmann writes: > Hi, > >> > +# @arch: module architecture. >> >> Semantics? >> >> Should this be enum SysEmuTarget? > > Probably, will check ... > >> > +# @opts: qemu opts implemented by module. >> >> Is this the name of a QemuOptsList? >> >> Since this isn't a list, a module can onl

Re: [PATCH v2 02/18] qapi: add ModuleInfo schema

2021-06-14 Thread Gerd Hoffmann
Hi, > > +# @arch: module architecture. > > Semantics? > > Should this be enum SysEmuTarget? Probably, will check ... > > +# @opts: qemu opts implemented by module. > > Is this the name of a QemuOptsList? > > Since this isn't a list, a module can only ever provide one > QemuOptsList. Sure

Re: [PATCH v2 02/18] qapi: add ModuleInfo schema

2021-06-14 Thread Markus Armbruster
Gerd Hoffmann writes: > Add QAPI schema for the module info database. > > Signed-off-by: Gerd Hoffmann > --- > qapi/meson.build | 1 + > qapi/modules.json | 36 > qapi/qapi-schema.json | 1 + > 3 files changed, 38 insertions(+) > create mode 1006

[PATCH v2 02/18] qapi: add ModuleInfo schema

2021-06-09 Thread Gerd Hoffmann
Add QAPI schema for the module info database. Signed-off-by: Gerd Hoffmann --- qapi/meson.build | 1 + qapi/modules.json | 36 qapi/qapi-schema.json | 1 + 3 files changed, 38 insertions(+) create mode 100644 qapi/modules.json diff --git a/qapi/m