kvm-ioctls-v0.21.0
·
51 commits
to main
since this release
Changelog
v0.21.0
Added
- [#310]: Added support for
KVM_CAP_XSAVE2and theKVM_GET_XSAVE2ioctl.
Changed
- [#310]: Changed
set_xsave()unsafebecause the Ckvm_xsavestruct was extended to have a flexible array member (FAM) in the end in Linux 5.16 andKVM_SET_XSAVEmay copy data beyond the traditional size (i.e. 4096 bytes). If any features are enabled dynamically on Linux 5.16+, it is recommended to useset_xsave2()instead.