You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: