Skip to content
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

195 h mode support #197

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

195 h mode support #197

wants to merge 1 commit into from

Conversation

francois141
Copy link
Collaborator

No description provided.

@francois141 francois141 linked an issue Sep 18, 2024 that may be closed by this pull request
@francois141 francois141 marked this pull request as draft September 18, 2024 15:39
@francois141 francois141 force-pushed the 195-h-mode-support branch 3 times, most recently from 998b935 to c5bc9bc Compare September 20, 2024 09:20
@francois141 francois141 added the enhancement New feature or request label Sep 20, 2024
@francois141 francois141 force-pushed the 195-h-mode-support branch 4 times, most recently from d68d596 to e06a794 Compare September 20, 2024 21:00
@francois141 francois141 marked this pull request as ready for review September 20, 2024 21:02
@francois141 francois141 added the Test Testing or CI setup label Sep 20, 2024
In the RISC-V architecture, the Hypervisor extension (often referred to as H-extension) introduces a new privilege mode (HS-mode) that provides a virtualized environment. This allows a hypervisor to manage virtual machines, trapping certain privileged instructions and handling them in a way that maintains isolation between the host and guest operating systems. This commit emulates the behavior of this ISA extension in Miralis.
@francois141 francois141 removed the Test Testing or CI setup label Sep 20, 2024
@francois141 francois141 marked this pull request as draft September 20, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

H-mode support
1 participant