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_check_gcc/master-arm in repository toolchain/ci/qemu.
from 554623226f Merge tag 'qemu-sparc-20220508' of https://github.com/mcayla [...] adds 82f96346e1 disas: Remove old libopcode arm disassembler adds 457248a54c disas: Remove old libopcode i386 disassembler adds 333f944c15 disas: Remove old libopcode ppc disassembler adds f07b3a830f softmmu/vl: Fence 'xenfb' if Xen support is not compiled in adds eeb3647cbc qemu-options: Limit the -xen options to x86 and arm adds 4c77930279 doc: remove hxtool-conv.pl adds 3304f5a8c9 cirrus/win32: upgrade mingw base packages adds 5c570ef2f1 gitlab-ci: Upgrade mingw base package. adds 26f0ee7ddb tests/vm: update openbsd to release 7.1 adds f9bcb2d684 Warn user if the vga flag is passed but no vga device is created adds ddc5a6cc70 docs/devel/writing-monitor-commands: Replace obsolete STEXI/ [...] adds 7e31419815 Merge tag 'pull-request-2022-05-09' of https://gitlab.com/th [...] adds 14d5addcae MAINTAINERS/.mailmap: update email for Leif Lindholm adds 696ba37718 target/arm: Handle cpreg registration for missing EL adds 99a90811d0 target/arm: Drop EL3 no EL2 fallbacks adds 60360d82a1 target/arm: Merge zcr reginfo adds 52d187275b target/arm: Adjust definition of CONTEXTIDR_EL2 adds 7c1aaf98ff target/arm: Move cortex impdef sysregs to cpu_tcg.c adds 7e834daf0a target/arm: Update qemu-system-arm -cpu max to cortex-a57 adds e14cc941f1 target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max adds b6f8b358c2 target/arm: Split out aa32_max_features adds ef696cfbae target/arm: Annotate arm_max_initfn with FEAT identifiers adds b13c91c04b target/arm: Use field names for manipulating EL2 and EL3 modes adds 033a4f1533 target/arm: Enable FEAT_Debugv8p2 for -cpu max adds 8fc756b6be target/arm: Enable FEAT_Debugv8p4 for -cpu max adds 58e93b48aa target/arm: Add minimal RAS registers adds da3d8b1362 target/arm: Enable SCR and HCR bits for RAS adds 3c29632feb target/arm: Implement virtual SError exceptions adds 13954587ea target/arm: Implement ESB instruction adds e95c74c5e5 target/arm: Enable FEAT_RAS for -cpu max adds 880cd10e84 target/arm: Enable FEAT_IESB for -cpu max adds 74b17e1669 target/arm: Enable FEAT_CSV2 for -cpu max adds 7cb1e61851 target/arm: Enable FEAT_CSV2_2 for -cpu max adds 3082b86b10 target/arm: Enable FEAT_CSV3 for -cpu max adds 6d9650191a target/arm: Enable FEAT_DGH for -cpu max adds 2f6283fc8e target/arm: Define cortex-a76 adds 5db6de806a target/arm: Define neoverse-n1 adds 90ea2cceb2 hw/arm: add versioning to sbsa-ref machine DT adds 1dcf7001d4 qapi/machine.json: Add cluster-id adds ac7199a252 qtest/numa-test: Specify CPU topology in aarch64_numa_cpu() adds c9ec4cb5e4 hw/arm/virt: Consider SMP configuration in CPU topology adds e280ecb39b qtest/numa-test: Correct CPU and NUMA association in aarch64 [...] adds 4c18bc1923 hw/arm/virt: Fix CPU's default NUMA node ID adds ae9141d4a3 hw/acpi/aml-build: Use existing CPU topology to build PPTT table adds b0c3c60366 Merge tag 'pull-target-arm-20220509' of https://git.linaro.o [...]
No new revisions were added by this update.
Summary of changes: .cirrus.yml | 2 +- .gitlab-ci.d/windows.yml | 2 +- .mailmap | 3 +- MAINTAINERS | 8 +- disas.c | 5 - disas/arm.c | 4012 ------------------ disas/i386.c | 6771 ------------------------------- disas/meson.build | 3 - disas/ppc.c | 5435 ------------------------- docs/devel/writing-monitor-commands.rst | 11 +- docs/system/arm/emulation.rst | 10 + docs/system/arm/virt.rst | 2 + hw/acpi/aml-build.c | 111 +- hw/arm/sbsa-ref.c | 16 + hw/arm/virt.c | 21 +- hw/core/machine-hmp-cmds.c | 4 + hw/core/machine.c | 16 + hw/hppa/machine.c | 1 + hw/isa/isa-bus.c | 1 + hw/mips/fuloong2e.c | 1 + hw/pci/pci.c | 1 + hw/ppc/spapr.c | 1 + hw/sparc/sun4m.c | 2 + hw/sparc64/sun4u.c | 1 + hw/xenpv/xen_machine_pv.c | 1 + include/disas/dis-asm.h | 3 - include/sysemu/sysemu.h | 1 + qapi/machine.json | 6 +- qemu-options.hx | 7 +- scripts/hxtool-conv.pl | 137 - softmmu/globals.c | 1 + softmmu/vl.c | 9 + target/arm/a32.decode | 16 +- target/arm/cpregs.h | 11 + target/arm/cpu.c | 74 +- target/arm/cpu.h | 23 + target/arm/cpu64.c | 353 +- target/arm/cpu_tcg.c | 227 +- target/arm/helper.c | 600 +-- target/arm/helper.h | 1 + target/arm/internals.h | 16 + target/arm/op_helper.c | 43 + target/arm/syndrome.h | 5 + target/arm/t32.decode | 18 +- target/arm/translate-a64.c | 18 + target/arm/translate.c | 23 + target/i386/cpu.c | 1 - target/ppc/cpu_init.c | 2 - tests/qtest/numa-test.c | 19 +- tests/vm/openbsd | 4 +- 50 files changed, 1100 insertions(+), 16959 deletions(-) delete mode 100644 disas/arm.c delete mode 100644 disas/i386.c delete mode 100644 disas/ppc.c delete mode 100755 scripts/hxtool-conv.pl