rust-vmm / vm-memory

Virtual machine's guest memory crate
Apache License 2.0
299 stars 97 forks source link

Add build support on riscv64 #287

Open ImBearChild opened 2 months ago

ImBearChild commented 2 months ago

Summary of the PR

This pull request adds support for building the project on RISC-V 64 (riscv64) architectures. Building has been tested successfully on Fedora.

You can test it by building rpm from this repo: https://src.fedoraproject.org/fork/imbearchild/rpms/rust-vm-memory/tree/rawhide-rv64

(Since Fedora do not have official rv64 support at this moment, you can use a third-party Fedora port from PLCT lab, both OCI image and disk image is available. If you want to use it, please refer to Fedora Wiki for more information on this topic.)

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

ImBearChild commented 1 month ago

Hello,

I'm just checking in on this PR as it's been a while since there's been any activity. I'm eager to get your feedback and incorporate any suggestions you may have. Please let me know if you have any questions or require further clarification.