Skip to content

Commit

Permalink
deploy: cda840d
Browse files Browse the repository at this point in the history
  • Loading branch information
rbradford committed Nov 6, 2024
1 parent 22f83e6 commit 179c0a7
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 36 deletions.
14 changes: 14 additions & 0 deletions blog/cloud-hypervisor-v42.0-released/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blog/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions blog/index.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on</title><link>https://www.cloudhypervisor.org/blog/</link><description>Recent content in Blog on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Tue, 06 Oct 2020 08:49:55 +0000</lastBuildDate><atom:link href="https://www.cloudhypervisor.org/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Cloud Hypervisor v41.0 Released!</title><link>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v41.0-released/</link><pubDate>Fri, 16 Aug 2024 12:17:19 +0000</pubDate><guid>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v41.0-released/</guid><description>This release has been tracked in our roadmap project as iteration v41.0. The following user visible changes have been made:
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on</title><link>https://www.cloudhypervisor.org/blog/</link><description>Recent content in Blog on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Tue, 06 Oct 2020 08:49:55 +0000</lastBuildDate><atom:link href="https://www.cloudhypervisor.org/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Cloud Hypervisor v42.0 Released!</title><link>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v42.0-released/</link><pubDate>Fri, 25 Oct 2024 09:20:04 +0000</pubDate><guid>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v42.0-released/</guid><description>This release has been tracked in our roadmap project as iteration v42.0. The following user visible changes have been made:
SVE/SVE2 Support on AArch64 # The SVE and SVE2 feature bits are now propagated through to the guest on AArch64. (#6678, #6691)
Notable Bug Fixes # Reduce latency notification when rate limited (#6672) Fix virtio-console resizing (#6704) Fix resizing when console uses TTY (#6754) Avoid deadlock in PCI BAR reprogramming that can occur when adding a new virtio device to a VM that has been restored (#6775) Fix console resizing after VM restore (#6748) Fix memory resize error due to incorrect bounds checks (#6736) Sponsorships # During this release cycle a new VFIO CI worker has been provided by Crusoe Energy and a new ARM64 CI worker has been provided by Ubicloud.</description></item><item><title>Cloud Hypervisor v41.0 Released!</title><link>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v41.0-released/</link><pubDate>Fri, 16 Aug 2024 12:17:19 +0000</pubDate><guid>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v41.0-released/</guid><description>This release has been tracked in our roadmap project as iteration v41.0. The following user visible changes have been made:
Experimental &amp;ldquo;Pvmemcontrol&amp;rdquo; Support # VMM support has been added for this experimental functionality (requires currently out of tree Linux kernel patches) to allow guests to control its physical memory properties to allow optimisations and security features. (#6318, #6467)
Sandboxing With Landlock Support # Support for restricting the VMM process using the Linux kernel &amp;ldquo;Landlock&amp;rdquo; API has been added - this can be used to restrict the files (and the read/write permissions) that the VMM process can access.</description></item><item><title>Cloud Hypervisor v40.0 Released!</title><link>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v40.0-released/</link><pubDate>Fri, 21 Jun 2024 11:12:02 +0000</pubDate><guid>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v40.0-released/</guid><description>This release has been tracked in our roadmap project as iteration v40.0. The following user visible changes have been made:
Support for Restoring File Descriptor Backed Network Devices # It is now possible to pass file descriptors over the HTTP API (and using ch-remote) when restoring to update the file descriptors for network devices. This enables snapshot &amp;amp; restore functionality for guests using macvtap or other file descriptor backed network devices.</description></item><item><title>Cloud Hypervisor v39.0 Released!</title><link>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v39.0-released/</link><pubDate>Sat, 27 Apr 2024 13:40:07 +0000</pubDate><guid>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v39.0-released/</guid><description>This release has been tracked in our roadmap project as iteration v39.0. The following user visible changes have been made:
Expand All @@ -14,6 +16,4 @@ User Specified Serial Number for virtio-block # A new option serial is added to
Paravirtualised Panic Device Support # A new device has been added that can communicate when the guest kernel has panicked and share those details with the VMM. This is controlled with a new --pvpanic command line option and JSON API change equivalent. (#5526)
Improvements to VM Core Dump # Requesting to dump the guest memory as core dump will now transparently pause the VM if required; returning to the original state after.</description></item><item><title>Cloud Hypervisor v33.0 Released!</title><link>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v33.0-released/</link><pubDate>Thu, 29 Jun 2023 17:32:25 +0000</pubDate><guid>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v33.0-released/</guid><description>v33.0 # This release has been tracked in our roadmap project as iteration v33.0. The following user visible changes have been made:
D-Bus based API # A D-Bus based API has been added as an alternative to the existing REST API. This feature is gated by the dbus_api feature. Details can be found in the API documentation.
Expose Host CPU Cache Details for AArch64 # Now the CPU cache information on the host is properly exposed to the guest on AArch64.</description></item><item><title>Cloud Hypervisor v32.0 Released!</title><link>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v32.0-released/</link><pubDate>Thu, 18 May 2023 18:13:12 +0000</pubDate><guid>https://www.cloudhypervisor.org/blog/cloud-hypervisor-v32.0-released/</guid><description>This release has been tracked in our roadmap project as iteration v32.0. The following user visible changes have been made:
Increased PCI Segment Limit # The maximum number of PCI segments that can be used is now 96 (up from 16).
API Changes # The VmmPingResponse now includes the PID as well as the build details. (#5348) Notable Bug Fixes # Ignore and warn TAP FDs sent via the HTTP request body (#5350) Properly preserve and close valid FDs for TAP devices (#5373) Only use KVM_ARM_VCPU_PMU_V3 if available (#5360) Only touch the tty flags if it&amp;rsquo;s being used (#5343) Fix seccomp filter lists for vhost-user devices (#5361) The number of vCPUs is capped at the hypervisor maximum (#5357) Fixes for TTY reset (#5414) CPU topology fixes on MSHV (#5325) Seccomp fixes for older distributions (#5397) Contributors # Many thanks to everyone who has contributed to our release:</description></item></channel></rss>
Expose Host CPU Cache Details for AArch64 # Now the CPU cache information on the host is properly exposed to the guest on AArch64.</description></item></channel></rss>
Loading

0 comments on commit 179c0a7

Please sign in to comment.