rust-vmm / kvm-ioctls

Apache License 2.0
255 stars 103 forks source link

arm64: add support for vCPU SVE feature #233

Closed xuejun-xj closed 11 months ago

xuejun-xj commented 11 months ago

Summary of the PR

This commit add support for initialization of vCPU SVE feature on aarch64:

Add ArmSve in Cap struct. Add KVM_ARM_VCPU_FINALIZE ioctl in VcpuFd struct, which is used to initialize the finalization of SVE feature for now.

xuejun-xj commented 11 months ago

Hi @roypat , this is the new PR for #228 .

xuejun-xj commented 11 months ago

Thanks @roypat @JonathanWoollett-Light ! A small question: Do you know who can review this PR https://github.com/rust-vmm/kvm-bindings/pull/89? It seems github doesn't assign anyone to review. This PR is also about SVE feature.