Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
connorkuehl opened this issue Nov 15, 2022 · 0 comments

Comments

@connorkuehl
Copy link
Contributor

connorkuehl commented Nov 15, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant