v47.0 #7212
likebreath
started this conversation in
General
v47.0
#7212
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release has been tracked in v47.0 group of our roadmap project.
Block Device Error Reporting to the Guest
Instead of exiting on I/O errors, the
virtio-block
device now reportserrors to the guest using
VIRTIO_BLK_S_IOERR
. It improves the userexperience particularly when the guest rootfs is not backed by the
affected block device. (#7107)
Nice Error Messages on Exit
We now have the chain of errors being reported and printed nicely, when
Cloud Hypervisor or ch-remote exits on errors. (#7066)
Alphabetically Sorted CLI Options for ch-remote
To improve readability, ch-remote now prints help information in
alphabetical order. (#7130)
Notable Bug Fixes
virtio-vsock
(virtio-devices: stop corrupting vsock commands #7195)rtc_pl031
device toprevent spurious guest interrupts (devices: rtc_pl031: Disable broken interrupt #7199)
Deprecations
192.168.249.1
) and mask (255.255.255.0
) arecurrently assigned to the
virtio-net
device if no value is specifiedby users. Such behavior is now deprecated. Users of this behavior will
receive a warning message and should make adjustments. The behavior
will be removed in two release cycles (v49.0).
This discussion was created from the release v47.0.
Beta Was this translation helpful? Give feedback.
All reactions