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
vfio-bindings: Avoid modifications to auto-generated code
Auto-generated bindings are not supposed to be modified manually. Instead, it is
less error prone to ensure type compatibility from the consumer of the bindings,
such as 'vfio-ioctls' crate.
This patch also takes the opportunity to improve the CONTRIBUTING.md:
* Clarify the version of `bindgen` being used;
* Enable `--impl-debug` and `--impl-partialeq` with bindgen;
Signed-off-by: Bo Chen <[email protected]>
0 commit comments