-
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
RISC-V support #208
Comments
We do not have a goal to add RISC-V support at the moment. Do you have some resources to share with us about the KVM RISC-V support you are referring to? In theory, this repository is providing safe wrappers over the KVM API, so if there are ioctls related to RISC-V already in KVM, we might be able to extend this crate to add that support as well. |
Hi, If want to remote access real riscv64 hardware resources you can apply here: https://github.com/plctlab/riscv-lab-access. |
Hey @EnfangCui, |
I want to use kvm-ioctls on RISC-V devices. Does kvm-ioctls plan to support RISC-V? Does the KVM RISC-V version meet the requirements of kvm-ioctls?
The text was updated successfully, but these errors were encountered: