Failed in applying to current master (
apply log)
Maintainers: Song Gao <gaosong@loongson.cn>, Bibo Mao <maobibo@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Fam Zheng <fam@euphon.net>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <arikalo@gmail.com>
include/hw/scsi/esp.h | 15 +-
target/mips/helper.h | 2 +
target/mips/tcg/translate.h | 4 +
tests/tcg/mips/include/wrappers_mips64r6.h | 32 ++++
target/mips/tcg/octeon.decode | 8 +
target/mips/tcg/rel6.decode | 5 +
hw/intc/loongarch_extioi_kvm.c | 1 -
hw/mips/cps.c | 4 +-
hw/scsi/esp.c | 94 ++++++++++--
target/mips/tcg/msa_translate.c | 4 +-
target/mips/tcg/octeon_translate.c | 12 ++
target/mips/tcg/op_helper.c | 26 ++++
target/mips/tcg/rel6_translate.c | 16 +-
target/mips/tcg/translate.c | 102 +++++++------
target/mips/tcg/translate_addr_const.c | 4 +-
.../isa/mips64r6/crc/test_mips64r6_crc32b.c | 142 ++++++++++++++++++
.../isa/mips64r6/crc/test_mips64r6_crc32cb.c | 142 ++++++++++++++++++
.../isa/mips64r6/crc/test_mips64r6_crc32cd.c | 142 ++++++++++++++++++
.../isa/mips64r6/crc/test_mips64r6_crc32ch.c | 142 ++++++++++++++++++
.../isa/mips64r6/crc/test_mips64r6_crc32cw.c | 142 ++++++++++++++++++
.../isa/mips64r6/crc/test_mips64r6_crc32d.c | 142 ++++++++++++++++++
.../isa/mips64r6/crc/test_mips64r6_crc32h.c | 142 ++++++++++++++++++
.../isa/mips64r6/crc/test_mips64r6_crc32w.c | 142 ++++++++++++++++++
target/mips/cpu-defs.c.inc | 10 +-
target/mips/tcg/micromips_translate.c.inc | 2 +-
target/mips/tcg/nanomips_translate.c.inc | 7 +-
hw/microblaze/Kconfig | 4 +-
hw/mips/Kconfig | 2 +-
hw/misc/Kconfig | 1 +
hw/scsi/trace-events | 1 +
pc-bios/hppa-firmware.img | Bin
pc-bios/hppa-firmware64.img | Bin
target/mips/meson.build | 1 +
tests/tcg/mips/user/isa/mips64r6/crc/Makefile | 40 +++++
34 files changed, 1447 insertions(+), 86 deletions(-)
create mode 100644 tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32b.c
create mode 100644 tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32cb.c
create mode 100644 tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32cd.c
create mode 100644 tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32ch.c
create mode 100644 tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32cw.c
create mode 100644 tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32d.c
create mode 100644 tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32h.c
create mode 100644 tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32w.c
mode change 100755 => 100644 pc-bios/hppa-firmware.img
mode change 100755 => 100644 pc-bios/hppa-firmware64.img
create mode 100644 tests/tcg/mips/user/isa/mips64r6/crc/Makefile