- API change in the bindings from upstream kernel changes:
- system_event has been made into a new union
- The x86 module has been renamed to x86_64 for consistency (matches the kernel architecture directory name)
- Added all features to the generated docs.rs documentation.
- Dropped "x86" (32-bit) x86 support
- Updated vmm-sys-utils dependency to 0.11.0
- Switched to specifying dependencies using caret requirements instead of comparision requirements
- Implement
PartialEqfor fam_wrappers
- Replaced the v4.20 bindings with the v5.13 ones.
- Removed v4.14 bindings.
- vmm-sys-utils dependency bumped to match kvm-ioctls.
- Enabled
fam-wrapperssupport on arm and arm64. - Added fam-wrapper for the arm specific
kvm_reg_liststruct.
- Added opt-in feature
fam-wrappersthat enables exporting safe wrappers over generated structs with flexible array members. This optional feature has an external dependency onvmm-sys-util. - Added safe fam-wrappers for
kvm_msr_list,kvm_msrs, andkvm_cpuid2.
- Do not enforce rust Edition 2018.
- KVM bindings for Linux kernel version 4.14 and 4.20 with support for arm, arm64, x86 and x86_64.