This repository was archived by the owner on Nov 6, 2024. It is now read-only.
Commit d26eb80
committed
arm64: add KVM_REG_ARM64_SVE_VLS const
For using SVE scenario, KVM_REG_ARM64_SVE_VLS is used by
set_one_reg/get_one_reg ioctls, which allows the set of vector lengths
supported by the vcpu to be discovered and configured by userspace. See
https://dri.freedesktop.org/docs/drm/virt/kvm/api.html#kvm-set-one-reg
When using bindgen, this const is missing, so add it according to the
definition in linux.
Signed-off-by: xuejun-xj <[email protected]>1 parent aa57a1b commit d26eb80
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| |||
0 commit comments