Re: [PATCH v3 1/4] tests/lcitool: Generate distribution packages list in JSON format

2023-07-12 Thread Warner Losh
On Wed, Jul 12, 2023 at 5:07 AM Philippe Mathieu-Daudé wrote: > On 11/7/23 21:39, Warner Losh wrote: > > On Tue, Jul 11, 2023 at 8:49 AM Philippe Mathieu-Daudé > > mailto:phi...@linaro.org>> wrote: > > > > Add the generate_pkglist() helper to generate a list of packages > > required by a

Re: [PATCH v3 1/4] tests/lcitool: Generate distribution packages list in JSON format

2023-07-12 Thread Philippe Mathieu-Daudé
On 11/7/23 21:39, Warner Losh wrote: On Tue, Jul 11, 2023 at 8:49 AM Philippe Mathieu-Daudé mailto:phi...@linaro.org>> wrote: Add the generate_pkglist() helper to generate a list of packages required by a distribution to build QEMU. Since we can not add a "THIS FILE WAS AUTO-GENERA

Re: [PATCH v3 1/4] tests/lcitool: Generate distribution packages list in JSON format

2023-07-11 Thread Warner Losh
On Tue, Jul 11, 2023 at 8:49 AM Philippe Mathieu-Daudé wrote: > Add the generate_pkglist() helper to generate a list of packages > required by a distribution to build QEMU. > > Since we can not add a "THIS FILE WAS AUTO-GENERATED" comment in > JSON, create the files under tests/vm/generated/ sub-

Re: [PATCH v3 1/4] tests/lcitool: Generate distribution packages list in JSON format

2023-07-11 Thread Daniel P . Berrangé
On Tue, Jul 11, 2023 at 04:49:19PM +0200, Philippe Mathieu-Daudé wrote: > Add the generate_pkglist() helper to generate a list of packages > required by a distribution to build QEMU. > > Since we can not add a "THIS FILE WAS AUTO-GENERATED" comment in > JSON, create the files under tests/vm/genera

[PATCH v3 1/4] tests/lcitool: Generate distribution packages list in JSON format

2023-07-11 Thread Philippe Mathieu-Daudé
Add the generate_pkglist() helper to generate a list of packages required by a distribution to build QEMU. Since we can not add a "THIS FILE WAS AUTO-GENERATED" comment in JSON, create the files under tests/vm/generated/ sub-directory; add a README mentioning the files are generated. Suggested-by