Failed in applying to current master (
apply log)
Maintainers: John Snow <jsnow@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Mauro Carvalho Chehab <mchehab+huawei@kernel.org>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Farhan Ali <alifm@linux.ibm.com>, Paolo Bonzini <pbonzini@redhat.com>, Eric Auger <eric.auger@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>, Dmitry Osipenko <dmitry.osipenko@collabora.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>, Nicholas Piggin <npiggin@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>
MAINTAINERS | 2 +
docs/conf.py | 2 +-
include/hw/s390x/css.h | 2 +
include/qemu/help-texts.h | 2 +-
target/s390x/cpu.h | 6 --
target/s390x/kvm/pv.h | 24 +-------
target/s390x/s390x-internal.h | 2 -
target/s390x/tcg/tcg_s390x.h | 5 ++
hw/s390x/tod.c | 5 ++
stubs/async-run-on-cpu.c | 11 ++++
stubs/cpus-queue.c | 8 +++
target/s390x/cpu.c | 30 +++++-----
target/s390x/gdbstub.c | 2 +-
target/s390x/helper.c | 39 -------------
target/s390x/kvm/kvm.c | 2 +
target/s390x/kvm/pv.c | 18 ++++++
target/s390x/machine.c | 4 ++
target/s390x/tcg/debug.c | 85 ++++++++++++++++++++++++++++
target/s390x/tcg/excp_helper.c | 32 -----------
target/s390x/tcg/translate.c | 5 +-
util/qemu-timer.c | 30 ++++++++++
stubs/meson.build | 2 +
target/s390x/tcg/meson.build | 3 +
tests/functional/aarch64/test_smmu.py | 1 +
tests/functional/aarch64/test_virt_gpu.py | 20 +++----
tests/functional/generic/meson.build | 1 +
tests/functional/generic/test_linters.py | 41 ++++++++++++++
tests/functional/mips/test_malta.py | 8 +--
tests/functional/ppc64/test_hv.py | 10 ++--
tests/functional/pylintrc | 84 +++++++++++++++++++++++++++
tests/functional/reverse_debugging.py | 4 +-
tests/functional/s390x/meson.build | 1 +
tests/functional/s390x/test_reverse_debug.py | 21 +++++++
33 files changed, 368 insertions(+), 144 deletions(-)
create mode 100644 stubs/async-run-on-cpu.c
create mode 100644 stubs/cpus-queue.c
create mode 100644 target/s390x/tcg/debug.c
create mode 100755 tests/functional/generic/test_linters.py
create mode 100644 tests/functional/pylintrc
create mode 100755 tests/functional/s390x/test_reverse_debug.py