Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260212084927.258642-1-thuth@redhat.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Peter Maydell <peter.maydell@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Matthew Rosato <mjrosato@linux.ibm.com>, Farhan Ali <alifm@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Cornelia Huck <cohuck@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
MAINTAINERS | 5 +-
include/fpu/softfloat.h | 11 ++
target/s390x/helper.h | 1 +
target/s390x/tcg/insn-data.h.inc | 5 +-
fpu/softfloat.c | 142 ++++++++++++++++++
hw/i386/pc.c | 2 +
hw/s390x/s390-pci-inst.c | 2 +-
hw/s390x/virtio-ccw.c | 1 +
target/s390x/cpu-dump.c | 1 +
target/s390x/tcg/fpu_helper.c | 118 +++++++++++----
target/s390x/tcg/translate.c | 26 ++++
tests/tcg/s390x/divide-to-integer.c | 265 ++++++++++++++++++++++++++++++++++
util/rcu.c | 79 ++++------
fpu/softfloat-parts.c.inc | 12 +-
python/setup.py | 5 +-
tests/Makefile.include | 33 +++--
tests/functional/reverse_debugging.py | 3 -
tests/tcg/s390x/Makefile.target | 5 +
18 files changed, 602 insertions(+), 114 deletions(-)
create mode 100644 tests/tcg/s390x/divide-to-integer.c