File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 99
1010### Fixed
1111
12+ ## [ v0.6.6]
13+
14+ ### Changed
15+ * [[ 292]] ( https://github.com/rust-vmm/mshv/pull/292 ) Add more CPU features supported by the Microsoft Hypervisor
16+
1217## [ v0.6.5]
1318
1419###
Original file line number Diff line number Diff line change 11[package ]
22name = " mshv-bindings"
3- version = " 0.6.5 "
3+ version = " 0.6.6 "
44authors = [" Microsoft Authors" ]
55edition = " 2021"
66license = " Apache-2.0 OR BSD-3-Clause"
Original file line number Diff line number Diff line change 99
1010### Fixed
1111
12+ ## [ v0.6.6]
13+
14+ ### Changed
15+ * [[ 290]] ( https://github.com/rust-vmm/mshv/pull/290 ) mshv-ioctls: use passthrough hvcall to get host partition props
16+ * [[ 292]] ( https://github.com/rust-vmm/mshv/pull/292 ) Add more CPU features supported by the Microsoft Hypervisor
17+
1218## [ v0.6.5]
1319
1420### Changed
9096## [ v0.3.4]
9197
9298### Added
93- * [[ 191]] ( https://github.com/rust-vmm/mshv/pull/191 ) Use VP register page to get/set Special and extended registers
99+ * [[ 191]] ( https://github.com/rust-vmm/mshv/pull/191 ) Use VP register page to get/set Special and extended registers
94100
95101## [ v0.3.3]
96102
Original file line number Diff line number Diff line change 11[package ]
22name = " mshv-ioctls"
3- version = " 0.6.5 "
3+ version = " 0.6.6 "
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.5 " , path = " ../mshv-bindings" , features = [
14+ mshv-bindings = { version = " =0.6.6 " , path = " ../mshv-bindings" , features = [
1515 " fam-wrappers" ,
1616] }
1717thiserror = " 2.0"
You can’t perform that action at this time.
0 commit comments