Skip to content

Commit 4418470

Browse files
committed
Announce RustSBI-QEMU version 0.1.1
1 parent f7c9127 commit 4418470

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
### Added
1111

12+
### Modified
13+
14+
## [0.1.1] - 2022-03-23
15+
16+
### Added
17+
1218
- Adapts to RustSBI version 0.2.2, RISC-V SBI version 1.0.0 ratified
1319
- Handle possible failure of deref virtual address by machine trap detection
1420

1521
### Modified
1622

23+
- Use Rust Edition 2021
1724
- Modify test kernel message
1825

1926
## [0.1.0] - 2022-02-13
@@ -26,6 +33,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2633
- Fixes on usage of CLINT peripheral, thanks to @duskmoon314
2734
- Numerous fixes to HSM module implementation, more documents
2835

29-
[Unreleased]: https://github.com/rustsbi/rustsbi-qemu/compare/v0.1.0...HEAD
30-
36+
[Unreleased]: https://github.com/rustsbi/rustsbi-qemu/compare/v0.1.1...HEAD
37+
[0.1.1]: https://github.com/rustsbi/rustsbi-qemu/compare/v0.1.0...v0.1.1
3138
[0.1.0]: https://github.com/rustsbi/rustsbi-qemu/releases/tag/v0.1.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When running `cargo qemu`, the test kernel will build and run. Expected output s
2121
| |\ \----.| `--' |.----) | | | .----) | | |_) || |
2222
| _| `._____| \______/ |_______/ |__| |_______/ |______/ |__|
2323

24-
[rustsbi] Implementation: RustSBI-QEMU Version 0.1.0
24+
[rustsbi] Implementation: RustSBI-QEMU Version 0.1.1
2525
[rustsbi-dtb] Hart count: cluster0 with 8 cores
2626
[rustsbi] misa: RV64ACDFIMSU
2727
[rustsbi] mideleg: ssoft, stimer, sext (0x222)

rustsbi-qemu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustsbi-qemu"
3-
version = "0.1.0"
4-
edition = "2018"
3+
version = "0.1.1"
4+
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

0 commit comments

Comments
 (0)