File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 99
1010### Fixed
1111
12+
13+ ## [ v0.6.1]
14+
15+ ###
16+ * No changes
17+
1218## [ v0.6.0]
1319
1420### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " mshv-bindings"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [" Microsoft Authors" ]
55edition = " 2021"
66license = " Apache-2.0 OR BSD-3-Clause"
Original file line number Diff line number Diff line change 44### Added
55
66### Changed
7- * [[ 254]] ( https://github.com/rust-vmm/mshv/pull/254 ) Enable RDRAND support for x86 guests
8- * [[ 253]] ( https://github.com/rust-vmm/mshv/pull/253 ) Enable PMU for arm64 guests
97
108### Deprecated
119
1210### Fixed
1311
1412
13+ ## [ v0.6.1]
14+
15+ ### Changed
16+ * [[ 254]] ( https://github.com/rust-vmm/mshv/pull/254 ) Enable RDRAND support for x86 guests
17+ * [[ 253]] ( https://github.com/rust-vmm/mshv/pull/253 ) Enable PMU for arm64 guests
18+
19+ ### Fixed
20+ * [[ 251]] ( https://github.com/rust-vmm/mshv/pull/251 ) Munmap register page
21+
1522## [ v0.6.0]
1623
1724### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " mshv-ioctls"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [" Microsoft Authors" ]
55edition = " 2021"
66license = " Apache-2.0 OR BSD-3-Clause"
@@ -11,7 +11,7 @@ description = "Safe wrappers over MSHV ioctl"
1111
1212[dependencies ]
1313libc = " >=0.2.39"
14- mshv-bindings = { version = " =0.6.0 " , path = " ../mshv-bindings" , features = [
14+ mshv-bindings = { version = " =0.6.1 " , path = " ../mshv-bindings" , features = [
1515 " fam-wrappers" ,
1616] }
1717thiserror = " 2.0"
You can’t perform that action at this time.
0 commit comments