Add RISC-V support#29
Open
peeweep wants to merge 3 commits into
Open
Conversation
1 task
thrix
requested changes
Jun 24, 2026
| cpu=( | ||
| "<cpu mode='host-passthrough' check='none'/>" | ||
| if self.kvm | ||
| else "<cpu mode='custom' match='exact'><model>rva23s64</model></cpu>" |
Contributor
There was a problem hiding this comment.
Would it make sense to be more conservative here? e.g. use rather rv64 ?
Author
There was a problem hiding this comment.
Sorry, I'd prefer to keep rva23s64 for now. My primary use case is testing openruyi RISC-V images, which need at least RVA23. Since rva23s64 is a superset of rv64, it should remain backwards compatible so it won't cause issues for other use cases.
Instead of hardcoding a specific image URL, scrape the directory listing
at dl.fedoraproject.org/pub/alt/risc-v/release/{version}/Cloud/riscv64/images/
to find the latest Fedora-Cloud-Base-Generic qcow2 for the requested version.
Add riscv64 to the list of supported architectures and add a usage example for Debian 13 on riscv64.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support booting riscv64 image
RISCV64ArchitectureConfiguration