Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
dbs-boot: release v0.4.0
Browse files Browse the repository at this point in the history
Updated:
- update create_fdt interface
- simplify create_fdt parameters
- refector fdt UT

Signed-off-by: xuejun-xj <[email protected]>
  • Loading branch information
xuejun-xj authored and studychao committed May 25, 2023
1 parent 5fbf260 commit 8a6d318
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion crates/dbs-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,12 @@
- Update kvm-bindings to v0.6.0
- Use caret dependencies for kvm-ioctls
- Update kvm-ioctls to v0.12.0
- Update fdt in aarch64 to support vPMU
- Update fdt in aarch64 to support vPMU

## v0.4.0

### Updated

- Update create_fdt interface
- Simplify create_fdt parameters
- Refector fdt UT
2 changes: 1 addition & 1 deletion crates/dbs-boot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbs-boot"
version = "0.3.1"
version = "0.4.0"
authors = ["Alibaba Dragonball Team"]
description = "Traits and structs for booting sandbox"
license = "Apache-2.0 AND BSD-3-Clause"
Expand Down

0 comments on commit 8a6d318

Please sign in to comment.