v46.0 #7097
likebreath
started this conversation in
General
v46.0
#7097
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 v46.0
group
of our roadmap project.
File-level Locking Support with
--diskNow file-level locking is enforced for disk images, provided by users
with
--disk. This ensures that only a single Cloud Hypervisor instancecan obtain write access to a given disk image at any time, preventing
misconfiguration and avoiding potential data corruption. (#6974)
Improved Error Reporting with VM Resizing
Instead of returning a generic error
400(e.g.BadRequest), usersnow get a more specific error
429(e.g.TooManyRequests) when apending VM resizing is not completed. This allows users to better handle
different errors, say retrying the request when applicable. (#7043)
IPv6 Address Support with
--netIt is now possible to specify an IPv6 address and mask when creating a
network interface with
--net. (#7048)Experimental AArch64 Support with the MSHV Hypervisor
It is now possible to start VMs on AArch64 platforms when using MSHV
hypervisor. (#7055)
Deprecated SGX Support
The SGX support now is deprecated with a warning message if it being
used, with the intention to remove its support from our code base in two
release cycles (e.g. v48.0). (#7090)
Notable Bug Fixes
pathas required forDiskConfigfrom the OpenAPI spec file(vmm: openapi: Remove
pathas required forDiskConfig#7017)devices (pci: vfio: Update IOMMU mappings of MMIO regions with BAR reprogram #7064)
Contributors
Many thanks to everyone who has contributed to our release:
This discussion was created from the release v46.0.
Beta Was this translation helpful? Give feedback.
All reactions