Re: [RFC PATCH 10/12] qapi: Generate QOM config marshalling code

2021-12-10 Thread Kevin Wolf
Am 23.11.2021 um 15:16 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Signed-off-by: Kevin Wolf > > --- > > backends/rng-random.c | 17 ++-- > > backends/rng.c| 17 ++-- > > scripts/qapi/main.py | 2 + > > scripts/qapi/qom.py | 91 +

Re: [RFC PATCH 10/12] qapi: Generate QOM config marshalling code

2021-11-23 Thread Markus Armbruster
Kevin Wolf writes: > Signed-off-by: Kevin Wolf > --- > backends/rng-random.c | 17 ++-- > backends/rng.c| 17 ++-- > scripts/qapi/main.py | 2 + > scripts/qapi/qom.py | 91 +++ > qapi/meson.build | 3 ++ > 5 files changed, 104 in

[RFC PATCH 10/12] qapi: Generate QOM config marshalling code

2021-11-03 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- backends/rng-random.c | 17 ++-- backends/rng.c| 17 ++-- scripts/qapi/main.py | 2 + scripts/qapi/qom.py | 91 +++ qapi/meson.build | 3 ++ 5 files changed, 104 insertions(+), 26 deletions(-) create