cloud-hypervisor
cloud-hypervisor copied to clipboard
A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, memory and device hotplug, support for running Windows and Linux guests, device offload with vhost-user and a minimal compac...
Synchronous migration blocks the VMM thread, causing clh to be unable to respond to other API requests. Refactoring the migration process to run asynchronously in a separate thread can solve...
Hi, I am exploring ways to have the VirtIO network PCI device accessible in 32-bit memory area, however I am finding this to be currently not possible. In my understanding...
Previously, the migration process was handled synchronously, blocking the VMM thread, causing clh to be unable to respond to other migration-related requests. By refactoring the migration process to run asynchronously...
Proxy the kill event from the VMM through the virtio-block thread event loop in order to ensure that all the inflight requests have been completed. Use a tri-state of Running,...
**Describe the bug** We have a VM running with Cloud Hypervisor, and as part of our stability testing, we perform various types of reboots—including using `SYSRQ_TRIGGER`. The reboot is triggered...
`test_snapshot_restore_with_fd` use unsafe file descriptors and with rust 1.82.0 it errors with: ``` fatal runtime error: IO Safety violation: owned file descriptor already closed ``` so have been skipped for...
We have reached the Stage 1 of RISC-V architecture support, which enables cloud-hypervisor booting a Guest RISC-V Linux on SoC with both H & AIA in place. We are now...
cloud-hypervisor supports passing smbios strings on the command line with `--platform oem_strings=[io.systemd.credential:bootstrap_secret=supersecret]` This was added in: - Issue: https://github.com/cloud-hypervisor/cloud-hypervisor/issues/4319 - PR: https://github.com/cloud-hypervisor/cloud-hypervisor/pull/4446 However, those command line args are visible in...
[Status section](https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/README.md#3-status) in our `README.md` is outdated, we are still staying at Fedora 36. This should be updated, and even better to check if cloud images of other distributions are...
**Describe the bug** Unable to restore a snapshot of vm using virtiofs root **To Reproduce** 1. Have cloud-hypervisor, virtiofsd, and get the script below called vmm-client 2. `./vmm-client getdependencies` #...