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
Introduce check_extension_int and check_extension_raw
The two functions are used to return integer value from
KVM_CHECK_EXTENSION ioctl commands. This is useful for capabilities
returning an integer with each bits representing different configs.
Signed-off-by: Sida Chen <sidachen@google.com>
Copy file name to clipboardExpand all lines: kvm-ioctls/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
7
7
-[[#288](https://github.com/rust-vmm/kvm-ioctls/pull/288)]: Introduce `Cap::GuestMemfd`, `Cap::MemoryAttributes` and
8
8
`Cap::UserMemory2` capabilities enum variants for use with `VmFd::check_extension`.
9
+
-[[#288](https://github.com/rust-vmm/kvm-ioctls/pull/288)]: Introduce `VmFd::check_extension_raw` and `VmFd::check_extension_int` to allow `KVM_CHECK_EXTENSION` to return integer.
0 commit comments