This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/qemu.
from 824824d122 Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hrei [...] adds 72d680e408 target/mips: introduce decodetree structure for Cavium Octeo [...] adds 5e806fb002 target/mips: implement Octeon-specific BBIT instructions adds dadd071a9c target/mips: implement Octeon-specific arithmetic instructions adds 9a6046a655 target/mips: introduce Cavium Octeon CPU model adds d53a3ed446 target/mips: Create report_fault for semihosting adds 3d748e41c7 target/mips: Drop link syscall from semihosting adds 18639a28bb target/mips: Use semihosting/syscalls.h adds ea4210600d target/mips: Avoid qemu_semihosting_log_out for UHI_plog adds 412411b352 target/mips: Use error_report for UHI_assert adds 938fcd741a semihosting: Remove qemu_semihosting_log_out adds 3bb45bbc6f target/mips: Simplify UHI_argnlen and UHI_argn adds b10ccec100 target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING adds 455c62d85f Merge tag 'mips-20220712' of https://github.com/philmd/qemu [...] new d8cf2c29cc hvf: Enable RDTSCP support new 7630156d34 configure: Restrict TCG to emulation new 713911a107 ui/cocoa: Fix switched_to_fullscreen warning new 52eaefd36c ui/cocoa: Take refresh rate into account new 50b13d31f4 avocado: Fix BUILD_DIR if it's equal to SOURCE_DIR new 08c9f7eec7 Merge tag 'darwin-20220712' of https://github.com/philmd/qem [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .gitlab-ci.d/buildtest.yml | 2 +- configure | 20 +- include/semihosting/console.h | 13 -- meson.build | 3 +- semihosting/console.c | 9 - target/i386/hvf/hvf.c | 26 ++- target/i386/hvf/vmcs.h | 3 +- target/i386/hvf/x86_cpuid.c | 7 +- target/mips/cpu-defs.c.inc | 28 +++ target/mips/mips-defs.h | 1 + target/mips/tcg/meson.build | 2 + target/mips/tcg/octeon.decode | 41 ++++ target/mips/tcg/octeon_translate.c | 201 +++++++++++++++++ target/mips/tcg/sysemu/mips-semi.c | 383 +++++++++++++++------------------ target/mips/tcg/translate.c | 5 + target/mips/tcg/translate.h | 1 + tests/avocado/avocado_qemu/__init__.py | 17 +- ui/cocoa.m | 20 +- 18 files changed, 519 insertions(+), 263 deletions(-) create mode 100644 target/mips/tcg/octeon.decode create mode 100644 target/mips/tcg/octeon_translate.c