Re: [PATCH v2 03/53] qapi: add type-infos generator
Markus Armbruster <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
How useful is the split between qapi-types and qapi-type-info? Layering: qapi-type-info uses qapi-types (the _lookup), but not the other way round. So far, qapi-type-info is only used with QOM/qdev properties. These don't exist in qemu-ga. The qapi-type-info are somewhat bulky: ~8300 lines. The qapi-types are ~45500 lines. So the separation makes some sense. Enough to keep it?