Skip to content

Code generator (parsing) needs fixing to be compatible with newer versions of the QAPI spec #188

@connorkuehl

Description

@connorkuehl

The QAPI spec has developed quite a bit since go-qemu was last generated.

For example, there are now CONFIG switches where fields will be included or excluded based on the QEMU build config. There are also some teething pains where the QAPI schema has more whitespace between a struct comment and the struct that it documents which causes the parser to fail, when it shouldn't.

Reference for the code generation schema: https://www.qemu.org/docs/master/devel/qapi-code-gen.html

Related to #189

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions