Skip to content

Commit a4f0bbe

Browse files
authored
Merge pull request rustsbi#51 from KuangjuX/main
update: add h extension info about qemu
2 parents 166cc0a + 72b6b8d commit a4f0bbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ You should use these following line of parameters:
117117
command.args(&["-cpu", "rv64,x-h=true"]);
118118
```
119119

120-
... to enable H extension on QEMU software.
120+
... to enable H extension on QEMU software.
121+
122+
The H extension is enabled by default when QEMU version >= 7.0.0.
121123

122124
3. What is the minimum supported Rust version of this package?
123125

0 commit comments

Comments
 (0)