Re: [PATCH v7 09/12] tests/vm: Added a new script for ubuntu.aarch64.

2020-05-22 Thread Robert Foley
On Fri, 22 May 2020 at 11:34, Alex Bennée wrote: > > > Robert Foley writes: > > > > + > > +# efi-aarch64 probe > > +# Check for efi files needed by aarch64 VMs. > > +# By default we will use the efi included with QEMU. > > +# Allow user to override

Re: [PATCH v7 09/12] tests/vm: Added a new script for ubuntu.aarch64.

2020-05-22 Thread Alex Bennée
Robert Foley writes: > ubuntu.aarch64 provides a script to create an Ubuntu 18.04 VM. > Another new file is also added aarch64vm.py, which is a module with > common methods used by aarch64 VMs, such as how to create the > flash images. > > Signed-off-by: Robert Foley > Reviewed-by: Peter

[PATCH v7 09/12] tests/vm: Added a new script for ubuntu.aarch64.

2020-05-19 Thread Robert Foley
ubuntu.aarch64 provides a script to create an Ubuntu 18.04 VM. Another new file is also added aarch64vm.py, which is a module with common methods used by aarch64 VMs, such as how to create the flash images. Signed-off-by: Robert Foley Reviewed-by: Peter Puhov --- configure |