Re: [PATCH 05/22] tests/functional: remove duplicated 'which' function impl

2024-12-02 Thread Thomas Huth
On 02/12/2024 12.44, Daniel P. Berrangé wrote: On Sat, Nov 30, 2024 at 11:16:30AM +0100, Thomas Huth wrote: On 29/11/2024 18.31, Daniel P. Berrangé wrote: Put the 'which' function into shared code. Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/__init__.py | 2 +- test

Re: [PATCH 05/22] tests/functional: remove duplicated 'which' function impl

2024-12-02 Thread Daniel P . Berrangé
On Sat, Nov 30, 2024 at 09:08:21AM -0600, Richard Henderson wrote: > On 11/29/24 11:31, Daniel P. Berrangé wrote: > > Put the 'which' function into shared code. > > > > Signed-off-by: Daniel P. Berrangé > > --- > > tests/functional/qemu_test/__init__.py | 2 +- > > tests/functional/qemu_test/

Re: [PATCH 05/22] tests/functional: remove duplicated 'which' function impl

2024-12-02 Thread Daniel P . Berrangé
On Sat, Nov 30, 2024 at 11:16:30AM +0100, Thomas Huth wrote: > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > Put the 'which' function into shared code. > > > > Signed-off-by: Daniel P. Berrangé > > --- > > tests/functional/qemu_test/__init__.py | 2 +- > > tests/functional/qemu_test/cmd.

Re: [PATCH 05/22] tests/functional: remove duplicated 'which' function impl

2024-11-30 Thread Richard Henderson
On 11/29/24 11:31, Daniel P. Berrangé wrote: Put the 'which' function into shared code. Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/__init__.py | 2 +- tests/functional/qemu_test/cmd.py | 10 ++ tests/functional/test_acpi_bits.py | 13 + t

Re: [PATCH 05/22] tests/functional: remove duplicated 'which' function impl

2024-11-30 Thread Thomas Huth
On 29/11/2024 18.31, Daniel P. Berrangé wrote: Put the 'which' function into shared code. Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/__init__.py | 2 +- tests/functional/qemu_test/cmd.py | 10 ++ tests/functional/test_acpi_bits.py | 13 +

[PATCH 05/22] tests/functional: remove duplicated 'which' function impl

2024-11-29 Thread Daniel P . Berrangé
Put the 'which' function into shared code. Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/__init__.py | 2 +- tests/functional/qemu_test/cmd.py | 10 ++ tests/functional/test_acpi_bits.py | 13 + tests/functional/test_ppc64_hv.py | 13 +---