Re: [edk2-devel] Guidance about CI

2022-01-11 Thread Boeuf, Sebastien
Is the CI only relying on QEMU using TCG? I have some patches to run the CI with Cloud Hypervisor but I got an error about /dev/kvm not being available :/ Is there a certain type of machine used by the AzurePipelines that would support nested virtualization? Thanks, Sebastien On Fri, 2022-01-07

Re: [edk2-devel] Guidance about CI

2022-01-07 Thread Boeuf, Sebastien
On Fri, 2022-01-07 at 13:17 +0100, kra...@redhat.com wrote: > On Thu, Jan 06, 2022 at 02:21:59PM +, Boeuf, Sebastien wrote: > > On Wed, 2022-01-05 at 17:55 +0100, kra...@redhat.com wrote: > > > On Wed, Jan 05, 2022 at 01:44:01PM +, Boeuf, Sebastien wrote: > > > > Ah nevermind I found out QE

Re: [edk2-devel] Guidance about CI

2022-01-07 Thread Gerd Hoffmann
On Thu, Jan 06, 2022 at 02:21:59PM +, Boeuf, Sebastien wrote: > On Wed, 2022-01-05 at 17:55 +0100, kra...@redhat.com wrote: > > On Wed, Jan 05, 2022 at 01:44:01PM +, Boeuf, Sebastien wrote: > > > Ah nevermind I found out QEMU was installed from packaging. > > > > On ubuntu. > > > > > We d

Re: [edk2-devel] Guidance about CI

2022-01-06 Thread Boeuf, Sebastien
On Wed, 2022-01-05 at 17:55 +0100, kra...@redhat.com wrote: > On Wed, Jan 05, 2022 at 01:44:01PM +, Boeuf, Sebastien wrote: > > Ah nevermind I found out QEMU was installed from packaging. > > On ubuntu. > > > We don't have packages for Cloud Hypervisor, but we can download > > a static binary

Re: [edk2-devel] Guidance about CI

2022-01-05 Thread Gerd Hoffmann
On Wed, Jan 05, 2022 at 01:44:01PM +, Boeuf, Sebastien wrote: > Ah nevermind I found out QEMU was installed from packaging. On ubuntu. > We don't have packages for Cloud Hypervisor, but we can download > a static binary from a specific release, do you think that would be > acceptable? As far

Re: [edk2-devel] Guidance about CI

2022-01-05 Thread Boeuf, Sebastien
lf of Boeuf, Sebastien Sent: Wednesday, January 5, 2022 2:32 PM To: devel@edk2.groups.io ; Yao, Jiewen ; kra...@redhat.com ; spbro...@outlook.com Subject: Re: [edk2-devel] Guidance about CI Hi Sean, Cloud Hypervisor can boot on Microsoft Azure VMs as this is what our project relies on to val

Re: [edk2-devel] Guidance about CI

2022-01-05 Thread Boeuf, Sebastien
Wednesday, January 5, 2022 12:40 AM To: devel@edk2.groups.io ; Boeuf, Sebastien ; Yao, Jiewen ; kra...@redhat.com Subject: Re: [edk2-devel] Guidance about CI can cloud hypervisor boot on any of the free CI providers? If you look at ArmVirt, Ovmf, and even the emulatorpkg those all do similar thing

Re: [edk2-devel] Guidance about CI

2022-01-04 Thread Sean
can cloud hypervisor boot on any of the free CI providers? If you look at ArmVirt, Ovmf, and even the emulatorpkg those all do similar things. They are able to run on azure dev-ops cloud agents. If that is the case following a pattern from defined here would lead to the easiest and most consi

[edk2-devel] Guidance about CI

2022-01-04 Thread Boeuf, Sebastien
Hi folks, I was wondering if you would be okay with me adding Cloud Hypervisor to the EDK2 CI. The idea would be to run a quick/simple test that Cloud Hypervisor can properly boot with the OVMF binary built from source on every pull request. And if you think that makes sense, any guidance on ho