v50.0 #7573
likebreath
started this conversation in
General
v50.0
#7573
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 v50.0 group of our roadmap project.
Configurable Nested Virtualization Option on x86_64
The
nested=on|offoption has been added to--cputo allow usersto configure nested virtualization support in the guest on x86_64
hosts (for both KVM and MSHV). The default value is
onto maintainconsistency with existing behavior. (#7408)
Compression Support for QCOW2
QCOW2 support has been extended to handle compression clusters based on
zlib and zstd. (#7462)
Notable Performance Improvements
Performance of live migration has been improved via an optimized
implementation of dirty bitmap maintenance. (#7468)
Live Disk Resizing Support for Raw Images
The
/vm.resize-diskAPI has been introduced to allow users to resize blockdevices backed by raw images while a guest is running. (#7476)
Developer Experience Improvements
Significant improvements have been made to developer experience and
productivity. These include a simplified root manifest, codified and
tightened Clippy lints, and streamlined workflows for
cargo clippyandcargo test. (#7489)Improved File-level Locking Support
Block devices now use byte-range advisory locks instead of whole-file
locks. While both approaches prevent multiple Cloud Hypervisor instances
from simultaneously accessing the same disk image with write
permissions, byte-range locks provide better compatibility with network
storage backends. (#7494)
Logging Improvements
Logs now include event information generated by the event-monitor
module. (#7512)
Notable Bug Fixes
block: qcow: Add missing flush in write_refcount_block #7549)
Contributors
Many thanks to everyone who has contributed to our release:
This discussion was created from the release v50.0.
Beta Was this translation helpful? Give feedback.
All reactions