Skip to content

Releases: ConchSandbox/cloud-hypervisor

Release list

v52.0-conch

Choose a tag to compare

@github-actions github-actions released this 15 May 09:23

Conch-Customized Release Notes (2026-05-15)

This release is based on the Cloud Hypervisor main branch, with two critical patches integrated specifically for Conch Sandbox orchestration scenarios.

Core Improvements

  1. virtio-devices: Avoid restoring used_idx for unready virtio-pci queues
    Description: During the snapshot restoration (Restore) process, if a virtio-pci queue is not yet ready (Ring Addresses are 0), the system will now skip rebuilding next_avail and next_used from used_idx().

  2. vmm: Emit 'api-ready' event when API socket is ready
    Description: A new event 'vmm'/'api-ready' is now emitted as soon as the VMM API socket is fully initialized and capable of receiving requests.