Re: [edk2-devel] [PATCH v4 0/3] Enable Cloud Hypervisor support in edk2

2021-07-19 Thread Sami Mujawar
Hi Ard, On 16/07/2021, 18:28, "Ard Biesheuvel" wrote: On Fri, 16 Jul 2021 at 19:25, Ard Biesheuvel wrote: > > On Mon, 5 Jul 2021 at 12:06, Jianyong Wu wrote: > > > > Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that > > runs on top of KVM. Cloud Hyp

Re: [edk2-devel] [PATCH v4 0/3] Enable Cloud Hypervisor support in edk2

2021-07-16 Thread Ard Biesheuvel
On Fri, 16 Jul 2021 at 19:25, Ard Biesheuvel wrote: > > On Mon, 5 Jul 2021 at 12:06, Jianyong Wu wrote: > > > > Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that > > runs on top of KVM. Cloud Hypervisor is implemented in Rust and is based > > on the rust-vmm crates. See [1] to

Re: [edk2-devel] [PATCH v4 0/3] Enable Cloud Hypervisor support in edk2

2021-07-16 Thread Ard Biesheuvel
On Mon, 5 Jul 2021 at 12:06, Jianyong Wu wrote: > > Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that > runs on top of KVM. Cloud Hypervisor is implemented in Rust and is based > on the rust-vmm crates. See [1] to find more. > > To support UEFI, Cloud Hypervisor is introduced h

[edk2-devel] [PATCH v4 0/3] Enable Cloud Hypervisor support in edk2

2021-07-05 Thread Jianyong Wu
Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on top of KVM. Cloud Hypervisor is implemented in Rust and is based on the rust-vmm crates. See [1] to find more. To support UEFI, Cloud Hypervisor is introduced here. There are 2 parts to be considered to do this enablemen