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
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
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
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