Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240117141224.90462-1-npiggin@gmail.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Cleber Rosa <crosa@redhat.com>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS | 1 +
docs/devel/testing.rst | 11 ++
tests/avocado/boot_freebsd.py | 174 ++++++++++++++++++++++++
tests/avocado/boot_linux.py | 32 +++--
tests/avocado/boot_linux_console.py | 8 ++
tests/avocado/ppc_hv_tests.py | 203 ++++++++++++++++++++++++++++
tests/avocado/ppc_powernv.py | 23 +++-
tests/avocado/ppc_pseries.py | 20 ++-
tests/avocado/replay_linux.py | 76 ++++++++++-
9 files changed, 525 insertions(+), 23 deletions(-)
create mode 100644 tests/avocado/boot_freebsd.py
create mode 100644 tests/avocado/ppc_hv_tests.py