rust-vmm / kvm

280 stars 107 forks source link

RISC-V support #208

Open EnfangCui opened 2 years ago

EnfangCui commented 2 years ago

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?

andreeaflorescu commented 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.

yuzibo commented 2 years ago

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.

roypat commented 2 weeks ago

Hey @EnfangCui, @TimePrinciple has recently added riscv64 support for both kvm-bindings and kvm-ioctls. Does this resolve your issue? :o