Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mshv-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

### Fixed


## [v0.6.1]

###
* No changes

## [v0.6.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion mshv-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mshv-bindings"
version = "0.6.0"
version = "0.6.1"
authors = ["Microsoft Authors"]
edition = "2021"
license = "Apache-2.0 OR BSD-3-Clause"
Expand Down
11 changes: 9 additions & 2 deletions mshv-ioctls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@
### Added

### Changed
* [[254]](https://github.com/rust-vmm/mshv/pull/254) Enable RDRAND support for x86 guests
* [[253]](https://github.com/rust-vmm/mshv/pull/253) Enable PMU for arm64 guests

### Deprecated

### Fixed


## [v0.6.1]

### Changed
* [[254]](https://github.com/rust-vmm/mshv/pull/254) Enable RDRAND support for x86 guests
* [[253]](https://github.com/rust-vmm/mshv/pull/253) Enable PMU for arm64 guests

### Fixed
* [[251]](https://github.com/rust-vmm/mshv/pull/251) Munmap register page

## [v0.6.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions mshv-ioctls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mshv-ioctls"
version = "0.6.0"
version = "0.6.1"
authors = ["Microsoft Authors"]
edition = "2021"
license = "Apache-2.0 OR BSD-3-Clause"
Expand All @@ -11,7 +11,7 @@ description = "Safe wrappers over MSHV ioctl"

[dependencies]
libc = ">=0.2.39"
mshv-bindings = { version = "=0.6.0", path = "../mshv-bindings", features = [
mshv-bindings = { version = "=0.6.1", path = "../mshv-bindings", features = [
"fam-wrappers",
] }
thiserror = "2.0"
Expand Down
Loading