Skip to content

Conversation

BillXiang
Copy link

Summary of the PR

Enable CONFIG_RISCV_SBI_V01 in the riscv64 kernel—required for SBI-based
workflows such as [#352].

Requirements

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

  • All commits in this PR have Signed-Off-By trailers (with
    git commit -s), and the commit message has max 60 characters for the
    summary and max 75 characters for each description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

@BillXiang
Copy link
Author

@RuoqingHe could you have a look at this one?

Enable legacy SBI calls and activate vcpu_sbi_ext_v01 for kvm.

Signed-off-by: BillXiang <[email protected]>
Copy link
Member

@RuoqingHe RuoqingHe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BillXiang Would you please post a screen shot of a successful run of kvm crate changes you are proposing with this configuration enabled, so we can better proceed

@BillXiang
Copy link
Author

@RuoqingHe Sorry for the late reply. I was away for the National Day holiday.
Here’s the screenshot showing cargo test test_run_code passing on kvm-ioctls.
2025-10-09_10-17-42

Copy link
Member

@RuoqingHe RuoqingHe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @BillXiang for your patience, the change looks good to me 🙂

@stefano-garzarella stefano-garzarella merged commit 6300e70 into rust-vmm:main Oct 9, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants