Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64: add support for vCPU SVE feature #233

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

xuejun-xj
Copy link
Contributor

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.

This commit add support for initialization of vCPU SVE feature on
aarch64:
1. Add ArmSve in Cap struct.
2. Add KVM_ARM_VCPU_FINALIZE ioctl in VcpuFd struct, which is used to
initialize the finalization of SVE feature for now.

Signed-off-by: xuejun-xj <[email protected]>
@xuejun-xj
Copy link
Contributor Author

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

@JonathanWoollett-Light JonathanWoollett-Light merged commit 4bb7199 into rust-vmm:main Aug 2, 2023
@xuejun-xj
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants