Sebastien Boeuf
Sebastien Boeuf
While I was debugging #1334, I have realized why the k8s e2e testing was not working on my PR. The reason being that I was assuming the watcher to get...
I ran into this flake several times, but always on the aarch64 worker: ``` failures: ---- tests::parallel::test_virtio_block_topology stdout ---- ==== Start cloud-hypervisor command-line ==== "target/aarch64-unknown-linux-gnu/release/cloud-hypervisor" "--cpus" "boot=1" "--memory" "size=512M" "--kernel"...
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...
vDPA is a kernel framework introduced fairly recently in order to handle devices complying with virtio specification on their datapath, while the control path is vendor specific. For the datapath,...
I've seen the Linux kernel recently (5.8) extended the VFIO API (https://elixir.bootlin.com/linux/v5.8/source/include/uapi/linux/vfio.h) in order to support live migration. We should investigate how we could rely on it to implement live...
In order to share the maximum amount of code with the upstream regarding the `virtio-vsock` device, it'd be good to move the codebase to the upstream crate https://github.com/rust-vmm/vm-virtio/tree/main/crates/devices/virtio-vsock
Both ACPI shutdown and ACPI PM timer devices has been moved to different port addresses in the latest version of Cloud Hypervisor. These changes need to be reflected on the...
We should provide an alternate `configuration_kata.toml.in` file in order to generate `configuration_kata.toml`. This would prevent from confusion if we want to test Kata and Clear on the same machine.
Every reference to Clear Containers should be configured depending on the configuration used. In case we test Kata, we want the logger name to be `kata-runtime` instead of `cc-runtime`. Same...