-
Notifications
You must be signed in to change notification settings - Fork 107
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 #228
Conversation
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>
Hi! This PR adds support for vcpu finalize ioctl. It is used to initialize SVE extention for guest vcpu. Is there anyone help to review this PR? |
Please also help to change the "CHANGELOG.md" file. |
Signed-off-by: xuejun-xj <jiyunxue@linux.alibaba.com>
@jiangliu Thanks for reminder. I have added it in another commit. |
Hi @xuejun-xj could you have a look at resolving the conflicts so we can try getting merge before the next release? :o |
Signed-off-by: xuejun-xj <jiyunxue@linux.alibaba.com>
Thanks, @roypat ! I have found something strange that I have already resolved the conflict and force-pushed to original branch. But this PR page seems nothing changed? It still shows the "Resolve conflicts" button. |
This is indeed weird - I've seen it happen a few times across different repositories the last few days, so I think GitHub is having some problems recently. Can you try closing this PR and opening a new one from the same branch? That usually fixes it for me 🤔 |
Ok, I will open another PR for #228 . |
Signed-off-by: xuejun-xj <jiyunxue@linux.alibaba.com>
Summary of the PR
This commit add support for initialization of vCPU SVE feature on aarch64: