Skip to content

arm64: add support for vCPU SVE feature#233

Merged
JonathanWoollett-Light merged 2 commits into
rust-vmm:mainfrom
xuejun-xj:finalize
Aug 2, 2023
Merged

arm64: add support for vCPU SVE feature#233
JonathanWoollett-Light merged 2 commits into
rust-vmm:mainfrom
xuejun-xj:finalize

Conversation

@xuejun-xj
Copy link
Copy Markdown
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 <jiyunxue@linux.alibaba.com>
Signed-off-by: xuejun-xj <jiyunxue@linux.alibaba.com>
@xuejun-xj
Copy link
Copy Markdown
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
Copy Markdown
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