Re: [RFC PATCH 07/11] tests/avocado: Add ppc boot tests for non-free AIX images

2023-10-10 Thread Nicholas Piggin
On Tue Oct 10, 2023 at 10:49 PM AEST, Philippe Mathieu-Daudé wrote: > On 10/10/23 14:43, Alex Bennée wrote: > > > > Nicholas Piggin writes: > > > >> An AIX image can be provided by setting AIX_IMAGE environment > >> variable when running avocado. > >> > >> It's questionable whether we should car

Re: [RFC PATCH 07/11] tests/avocado: Add ppc boot tests for non-free AIX images

2023-10-10 Thread Nicholas Piggin
On Tue Oct 10, 2023 at 11:01 PM AEST, Daniel P. Berrangé wrote: > On Tue, Oct 10, 2023 at 01:43:16PM +0100, Alex Bennée wrote: > > > > Nicholas Piggin writes: > > > > > An AIX image can be provided by setting AIX_IMAGE environment > > > variable when running avocado. > > > > > > It's questionabl

Re: [RFC PATCH 07/11] tests/avocado: Add ppc boot tests for non-free AIX images

2023-10-10 Thread Daniel P . Berrangé
On Tue, Oct 10, 2023 at 01:43:16PM +0100, Alex Bennée wrote: > > Nicholas Piggin writes: > > > An AIX image can be provided by setting AIX_IMAGE environment > > variable when running avocado. > > > > It's questionable whether we should carry these in upstream QEMU. > > It's convenient to see how

Re: [RFC PATCH 07/11] tests/avocado: Add ppc boot tests for non-free AIX images

2023-10-10 Thread Philippe Mathieu-Daudé
On 10/10/23 14:43, Alex Bennée wrote: Nicholas Piggin writes: An AIX image can be provided by setting AIX_IMAGE environment variable when running avocado. It's questionable whether we should carry these in upstream QEMU. It's convenient to see how to run these things, but simple enough to ma

Re: [RFC PATCH 07/11] tests/avocado: Add ppc boot tests for non-free AIX images

2023-10-10 Thread Alex Bennée
Nicholas Piggin writes: > An AIX image can be provided by setting AIX_IMAGE environment > variable when running avocado. > > It's questionable whether we should carry these in upstream QEMU. > It's convenient to see how to run these things, but simple enough > to maintain in out of tree branch.

[RFC PATCH 07/11] tests/avocado: Add ppc boot tests for non-free AIX images

2023-10-10 Thread Nicholas Piggin
An AIX image can be provided by setting AIX_IMAGE environment variable when running avocado. It's questionable whether we should carry these in upstream QEMU. It's convenient to see how to run these things, but simple enough to maintain in out of tree branch. I just wanted to see opinions about it