Wei Liu
Wei Liu
Changing this to WIP so CI runs are skipped.
> With today's push: > > * PCI passthrough is working as expected. As mentioned in [Sandboxing Cloud Hypervisor #5170 (comment)](https://github.com/cloud-hypervisor/cloud-hypervisor/issues/5170#issuecomment-1986497233), this need additional host side configuration. > * Now...
This is a nice idea. The more hypervisors are supported the better. Xen support needs to be added to the `hypervisor` crate. This is probably not too difficult. There are...
Apart from the basic stuff, the next obstacle is device passthrough. Not sure how much you care about that, but the Rust-VMM project and Cloud Hypervisor mostly rely on the...
> Regarding PV protocols: in most cases the implementations of these are in the (dom0 or guest) kernel and set up by the Xen toolstack. So it is necessary to...
> Hi, folks! I am very interested in helping out with this effort. Let me know how to get involved. Thanks! Hi Bill. I assume you're interested in KVM mostly?...
> Hi, Liu. Yes, we need SEV-SNP support for CHV running under KVM. > > I am tasked with getting CHV to support reverse-sandboxing modes, and SEV-SNP in particular, for...
> If you have tips for me, e.g. link to style guidelines, onboarding docs, let me know. Sorry for the delay in reply. For styling we just use `rustfmt`. You...
@russell-islam I think this is now fixed? If so, please close this.
Does passing through the same device to Linux work? The address space layout provided by Cloud Hypervisor is fixed. Passing the same device(s) to Linux can help identify whether this...