[PATCH v6 0/2] tests: Add functional tests for HPPA machines

Philippe Mathieu-Daudé posted 2 patches 3 months ago
MAINTAINERS                           |  1 +
tests/qtest/boot-serial-test.c        |  2 --
tests/functional/meson.build          |  4 +++
tests/functional/test_hppa_seabios.py | 35 +++++++++++++++++++++++++++
tests/qtest/meson.build               |  2 +-
5 files changed, 41 insertions(+), 3 deletions(-)
create mode 100755 tests/functional/test_hppa_seabios.py
[PATCH v6 0/2] tests: Add functional tests for HPPA machines
Posted by Philippe Mathieu-Daudé 3 months ago
Since v5:
- Correct boot-serial-test machine name for stable (th_huth)

Philippe Mathieu-Daudé (2):
  tests/qtest/boot-serial-test: Correct HPPA machine name
  tests: Add functional tests for HPPA machines

 MAINTAINERS                           |  1 +
 tests/qtest/boot-serial-test.c        |  2 --
 tests/functional/meson.build          |  4 +++
 tests/functional/test_hppa_seabios.py | 35 +++++++++++++++++++++++++++
 tests/qtest/meson.build               |  2 +-
 5 files changed, 41 insertions(+), 3 deletions(-)
 create mode 100755 tests/functional/test_hppa_seabios.py

-- 
2.47.1


Re: [PATCH v6 0/2] tests: Add functional tests for HPPA machines
Posted by Philippe Mathieu-Daudé 2 months, 3 weeks ago
On 2/1/25 11:03, Philippe Mathieu-Daudé wrote:
> Since v5:
> - Correct boot-serial-test machine name for stable (th_huth)
> 
> Philippe Mathieu-Daudé (2):
>    tests/qtest/boot-serial-test: Correct HPPA machine name
>    tests: Add functional tests for HPPA machines

Fabiano, if you don't object, I'm queuing this via my hw-misc tree.

Regards,

Phil.

Re: [PATCH v6 0/2] tests: Add functional tests for HPPA machines
Posted by Fabiano Rosas 2 months, 3 weeks ago
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> On 2/1/25 11:03, Philippe Mathieu-Daudé wrote:
>> Since v5:
>> - Correct boot-serial-test machine name for stable (th_huth)
>> 
>> Philippe Mathieu-Daudé (2):
>>    tests/qtest/boot-serial-test: Correct HPPA machine name
>>    tests: Add functional tests for HPPA machines
>
> Fabiano, if you don't object, I'm queuing this via my hw-misc tree.
>

Sure, go ahead, thanks!

> Regards,
>
> Phil.
Re: [PATCH v6 0/2] tests: Add functional tests for HPPA machines
Posted by Richard Henderson 3 months ago
On 1/2/25 02:03, Philippe Mathieu-Daudé wrote:
> Since v5:
> - Correct boot-serial-test machine name for stable (th_huth)
> 
> Philippe Mathieu-Daudé (2):
>    tests/qtest/boot-serial-test: Correct HPPA machine name
>    tests: Add functional tests for HPPA machines
> 
>   MAINTAINERS                           |  1 +
>   tests/qtest/boot-serial-test.c        |  2 --
>   tests/functional/meson.build          |  4 +++
>   tests/functional/test_hppa_seabios.py | 35 +++++++++++++++++++++++++++
>   tests/qtest/meson.build               |  2 +-
>   5 files changed, 41 insertions(+), 3 deletions(-)
>   create mode 100755 tests/functional/test_hppa_seabios.py
> 
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~