Releases: rust-vmm/vm-superio
Releases · rust-vmm/vm-superio
vm-superio v0.8.0
v0.8.0
Changed
- Added a
reset_evt
to theI8042Device
type to retrieve the underlying
reset event object. - Added three methods to
Serial
to retrieve theWrite
output object. - Derived the
Copy
trait forRtcState
and other auxiliary types. - Updated vmm-sys-util dependency to 0.12.1
vm-superio-ser v0.4.0
v0.4.0
Changed
- Updated vmm-sys-util dependency to 0.12.1
- Updated versionize dependency to 0.2.0
vm-superio v0.7.0
v0.7.0
Changed
- Update vmm-sys-utili dependency to 0.11.0
- Switched to specifying dependencies using caret requirements instead of comparision requirements
vm-superio-ser v0.3.0
v0.3.0
Changed
- Updated vmm-sys-util dependency to 0.11.0
- Switched to specifying dependencies using caret requirements instead of comparision requirements
vm-superio-v0.6.0
vm-superio-ser-v0.2.0
v0.2.0
Added
- Added support for a
(De)Serialize
andVersionize
serial state object,
SerialStateSer
(#73).
vm-superio-v0.5.0
vm-superio-ser-v0.1.0
v0.1.0
This is the first vm-superio-ser
release.
The vm-superio-ser
crate provides support for persisting the states from
vm-superio
. For now, it provides this support only for the Rtc
device.
RtcStateSer
can be used by customers who need an RtcState
that is also
(De)Serialize
and/or Versionize
.
This version of RtcStateSer
is compatible with v0.5.0 version of RtcState
.
vm-superio-v0.4.0
v0.4.0
Added
- Added
in_buffer_empty
to SerialEvents trait. This helps with handling the registration of I/O events related to the serial input.
Changed
- Changed
RTC
toRtc
andRTCEvents
toRtcEvents
as part of the Rust version update to 1.52.1 (#57).
vm-superio-v0.3.0
v0.3.0
Fixed
- Fixed implementation of Data Register (DR) which caused the guest time to be in the year 1970 (#47).