Re: [PATCH v3 0/4] tests/vm/freebsd: Get up-to-date package list from lcitool

2023-07-17 Thread Daniel P . Berrangé
On Mon, Jul 17, 2023 at 02:30:03PM +0200, Erik Skultety wrote: > On Mon, Jul 17, 2023 at 02:18:34PM +0200, Thomas Huth wrote: > > On 11/07/2023 16.49, Philippe Mathieu-Daudé wrote: > > > Inspired by this patch from Thomas: > > > https://lore.kernel.org/qemu-devel/20230531090415.40421-1-th...@redhat

Re: [PATCH v3 0/4] tests/vm/freebsd: Get up-to-date package list from lcitool

2023-07-17 Thread Erik Skultety
On Mon, Jul 17, 2023 at 02:18:34PM +0200, Thomas Huth wrote: > On 11/07/2023 16.49, Philippe Mathieu-Daudé wrote: > > Inspired by this patch from Thomas: > > https://lore.kernel.org/qemu-devel/20230531090415.40421-1-th...@redhat.com/ > > > > Instead of updating the package list manually, use lcito

Re: [PATCH v3 0/4] tests/vm/freebsd: Get up-to-date package list from lcitool

2023-07-17 Thread Thomas Huth
On 11/07/2023 16.49, Philippe Mathieu-Daudé wrote: Inspired by this patch from Thomas: https://lore.kernel.org/qemu-devel/20230531090415.40421-1-th...@redhat.com/ Instead of updating the package list manually, use lcitool vars file. Since v2: - Commit generated json (Daniel) Since v1: - Addres

[PATCH v3 0/4] tests/vm/freebsd: Get up-to-date package list from lcitool

2023-07-11 Thread Philippe Mathieu-Daudé
Inspired by this patch from Thomas: https://lore.kernel.org/qemu-devel/20230531090415.40421-1-th...@redhat.com/ Instead of updating the package list manually, use lcitool vars file. Since v2: - Commit generated json (Daniel) Since v1: - Addressed Erik & Daniel comments (generate in JSON) Philip