-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add basic support for loongarch64
architecture
#307
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: WANG Rui <wangrui@loongson.cn>
Signed-off-by: WANG Rui <wangrui@loongson.cn>
Hi! |
Hi maintainers, Compiling the rust-kvm-ioctls failed for loong64 in the Debian Package Auto-Building environment.
The full build log can be found at https://buildd.debian.org/status/logs.php?pkg=rust-kvm-ioctls&arch=loong64. |
Enable custom build-gnu tests for LoongArch. Signed-off-by: WANG Rui <wangrui@loongson.cn>
Signed-off-by: WANG Rui <wangrui@loongson.cn>
Hi @heiher @Dandan336, thanks for reaching out and sorry for my late reply. As @roypat said earlier, we introduced support for RISC-V because our downstream projects like Cloud-Hypervisor and etc. are demanding it. I'm afraid package like If you want |
Summary of the PR
Add basic support for
loongarch64
architecture.Requirements
Before submitting your PR, please make sure you addressed the following
requirements:
git commit -s
), and the commit message has max 60 characters for thesummary and max 75 characters for each description line.
test.
Release" section of CHANGELOG.md (if no such section exists, please create one).
unsafe
code is properly documented.