Open EnfangCui opened 2 years ago
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. And I am interested in rust if I can do something here will cost some time but I will try it. PS: I have a real riscv64 board also.
Hey @EnfangCui, @TimePrinciple has recently added riscv64 support for both kvm-bindings and kvm-ioctls. Does this resolve your issue? :o
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?