We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f02c6e commit 263c4ffCopy full SHA for 263c4ff
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+# v0.3.0
4
+
5
+## Fixed
6
7
+- Fixed implementation of Data Register (DR) which caused the guest time to be
8
+ in the year 1970 ([#47](https://github.com/rust-vmm/vm-superio/issues/47)).
9
10
# v0.2.0
11
12
## Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-superio"
-version = "0.2.0"
+version = "0.3.0"
description = "Emulation for legacy devices"
keywords = ["superio", "emulation"]
repository = "https://github.com/rust-vmm/vm-superio"
0 commit comments