cloud-hypervisor icon indicating copy to clipboard operation
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...

Results 289 cloud-hypervisor issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/cloud-hypervisor/cloud-hypervisor/issues/3980 Now this is a draft. There is still some work to do: - A PR for supporting AArch64 in `gdbstub_arch` which is on review, will update to new...

The support for x86_64 was merged some time ago. There is a `Debuggable` trait. It is only implemented for x86_64. My first thought on this is there is no functional...

This PR try to enable Vcpu Hotplug on aarch64. This PR do as the following: - create Vcpus up to the number of max_vcpus but only boot the present vcpu;...

**Describe the bug** I tried to start a VM from spdk bdev with rust-hypervisor-firmware, but the firmware reports can't find EFI partition. This seems to be caused by the spdk...

After some research, here is a quick plan on how Cloud Hypervisor could be integrated with KubeVirt. This will be a prototype to prove it's feasible. The right abstraction layer...

I thought about this today. It does not seem to difficult to use Windows Hypervisor Platform (https://docs.microsoft.com/en-us/virtualization/api/hypervisor-platform/hypervisor-platform) to run a basic guest without any I/O -- like booting a kernel...

``` [ 32.823268] bash[1423]: cloud-hypervisor: 124.188929ms: ERROR:vmm/src/cpu.rs:1040 -- VCPU generated error: VcpuRun(Failed to run vcpu: Unexpected exit reason on vcpu run: FailEntry(7, 3) [ 32.823336] bash[1423]: Caused by: [ 32.823401]...

With the switch to 5.18.8 boot time regressed by 83%.

MSRV was recently bumped from 1.56 to 1.60 due to `pnet`, but `pnet` is only a dev dependency used in tests. I suggest if that happens we should stick to...

CHV's (desired, IMO) model, as many know, is as follows: - generate hypervisor - generate 1 or more storage backends - generate 1 or more network backends - potentially restore...