Sebastien Boeuf
Sebastien Boeuf
@rbradford I like the approach, this makes things explicit and at this point I think there's no other way to go. IIUC, we could also get rid of the `--tdx`...
Thanks for opening this issue! Could you please describe the setup you used for creating the SPDK bdev? And second thing, have you tried using direct kernel boot to see...
> > Thanks for opening this issue! Could you please describe the setup you used for creating the SPDK bdev? And second thing, have you tried using direct kernel boot...
@maydaycc I think I fixed your issue with the following PR: https://github.com/cloud-hypervisor/cloud-hypervisor/pull/4286 Please confirm it works on your side.
Just posting the list of commands I had to run in order to create a SPDK backend backed by a RAW image called `jammy-server-cloudimg.raw` on my system: ``` git clone...
@maydaycc please update the issue title, or simply close it if you found out a way to fix it.
> +1 We are always looking for opportunities to add CH support to our Kubevirt cluster. We think CH is more presentational and better suited to our application. Glad to...
> @sboeuf qubevirt is one solution, however, I feel that we need a broader solution for managing a node with a boatload of `chv` running. The fundamental technical problem with...
> Hi, we've actually made a project named [Virtink](https://github.com/smartxworks/virtink) to support Cloud Hypervisor VMs solely on Kubernetes with some cool features like direct kernel boot with container rootfs. Nice to...
The interaction with the underlying hypervisor is only one piece of the problem. There's a lot of work to ensure you can abstract the system calls between Linux and Windows.