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

2020-06-01 Thread Robert Foley
On Sun, 31 May 2020 at 06:54, Alex Bennée wrote: > > > Philippe Mathieu-Daudé writes: > > > Hi Robert, > > > > On 5/29/20 10:34 PM, Robert Foley wrote: > > >> diff --git a/configure b/configure > >> index d82de47fdd..8a286e75a5 100755 > >> --- a/configure > >> +++ b/configure > >> @@ -411,6

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

2020-05-31 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Hi Robert, > > On 5/29/20 10:34 PM, Robert Foley wrote: >> diff --git a/configure b/configure >> index d82de47fdd..8a286e75a5 100755 >> --- a/configure >> +++ b/configure >> @@ -411,6 +411,7 @@ prefix="/usr/local" >> mandir="\${prefix}/share/man" >>

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

2020-05-31 Thread Philippe Mathieu-Daudé
Hi Robert, On 5/29/20 10:34 PM, Robert Foley wrote: > 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

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

2020-05-29 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 |