- 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-wrappers
support on arm and arm64. - Added fam-wrapper for the arm specific
kvm_reg_list
struct.
- Added opt-in feature
fam-wrappers
that 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.