Re: [PATCH 2/3] tests/vm: Introduce get_qemu_packages_from_lcitool_vars() helper

2023-06-01 Thread Daniel P . Berrangé
On Thu, Jun 01, 2023 at 09:36:27AM +0200, Erik Skultety wrote: > On Wed, May 31, 2023 at 10:09:05PM +0200, Philippe Mathieu-Daudé wrote: > > The 'lcitool variables $OS qemu' command produces a file containing > > consistent environment variables helpful to build QEMU on $OS. > > In particular the $

Re: [PATCH 2/3] tests/vm: Introduce get_qemu_packages_from_lcitool_vars() helper

2023-06-01 Thread Erik Skultety
On Wed, May 31, 2023 at 10:09:05PM +0200, Philippe Mathieu-Daudé wrote: > The 'lcitool variables $OS qemu' command produces a file containing > consistent environment variables helpful to build QEMU on $OS. > In particular the $PKGS variable contains the packages required to > build QEMU. > > Sinc

[PATCH 2/3] tests/vm: Introduce get_qemu_packages_from_lcitool_vars() helper

2023-05-31 Thread Philippe Mathieu-Daudé
The 'lcitool variables $OS qemu' command produces a file containing consistent environment variables helpful to build QEMU on $OS. In particular the $PKGS variable contains the packages required to build QEMU. Since some of these files are committed in the repository (see 0e103a65ba "gitlab: suppo