Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210713211923.3809241-1-crosa@redhat.com
Maintainers: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Willian Rampazzo <willianr@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, John Snow <jsnow@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Ryo ONODERA <ryoon@netbsd.org>, Aurelien Jarno <aurelien@aurel32.net>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, "Alex Bennée" <alex.bennee@linaro.org>, Cleber Rosa <crosa@redhat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Thomas Huth <thuth@redhat.com>, Kamil Rytarowski <kamil@netbsd.org>, Reinoud Zandijk <reinoud@netbsd.org>
.gitlab-ci.d/static_checks.yml | 1 +
MAINTAINERS | 1 +
docs/devel/testing.rst | 82 ++++++++++
python/Makefile | 5 +-
python/qemu/machine/machine.py | 22 ++-
python/setup.cfg | 1 +
tests/Makefile.include | 2 +-
tests/acceptance/avocado_qemu/__init__.py | 179 +++++++++++++++++++--
tests/acceptance/boot_linux.py | 11 --
tests/acceptance/boot_linux_console.py | 14 +-
tests/acceptance/boot_xen.py | 1 -
tests/acceptance/cpu_queries.py | 4 +-
tests/acceptance/intel_iommu.py | 119 ++++++++++++++
tests/acceptance/linux_ssh_mips_malta.py | 7 +-
tests/acceptance/machine_mips_malta.py | 7 +-
tests/acceptance/pc_cpu_hotplug_props.py | 2 +-
tests/acceptance/ppc_prep_40p.py | 2 +
tests/acceptance/replay_kernel.py | 17 +-
tests/acceptance/reverse_debugging.py | 2 +-
tests/acceptance/smmu.py | 137 ++++++++++++++++
tests/acceptance/tcg_plugins.py | 15 +-
tests/acceptance/virtio-gpu.py | 4 +-
tests/acceptance/x86_cpu_model_versions.py | 40 ++++-
23 files changed, 603 insertions(+), 72 deletions(-)
create mode 100644 tests/acceptance/intel_iommu.py
create mode 100644 tests/acceptance/smmu.py