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 2417cbd591 Merge tag 'ak-pull-request' of https://gitlab.com/berrange/q [...] adds f73eb9484b pseries: allow setting stdout-path even on machines with a VGA adds 1e665723e9 hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILE adds 5bb55f3e3b spapr: Use address from elf parser for kernel address adds 162eec18c0 spapr/docs: Add a few words about x-vof adds c9f8004b6a mos6522: fix linking error when CONFIG_MOS6522 is not set adds 4ddc104689 target/ppc: Fix tlbie adds 3278677f6a target/ppc: Fix FPSCR.FI bit being cleared when it shouldn't adds c582a1dbc8 target/ppc: Fix FPSCR.FI changing in float_overflow_excp() adds dd657a35b4 target/ppc: Rename sfprf to sfifprf where it's also used as [...] adds d5aa9e7904 pnv/xive2: Don't overwrite PC registers when writing TCTXT r [...] adds 8f6086044b target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWG adds 9aa898b897 target/ppc: use TCG_CALL_NO_RWG in vector helpers without env adds 491bcaaa35 target/ppc: use TCG_CALL_NO_RWG in BCD helpers adds f2454bfe73 target/ppc: use TCG_CALL_NO_RWG in VSX helpers without env adds eb69a84bb0 target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper adds cf862bee0e target/ppc: declare xscvspdpn helper with call flags adds c36ab970ac target/ppc: declare xvxsigsp helper with call flags adds 8f5eeee3f1 target/ppc: declare xxextractuw and xxinsertw helpers with c [...] adds ffc2a2818a target/ppc: introduce do_va_helper adds b2dc03a5c3 target/ppc: declare vmsum[um]bm helpers with call flags adds 89a5a1aee2 target/ppc: declare vmsumuh[ms] helper with call flags adds 6f52f731a6 target/ppc: declare vmsumsh[ms] helper with call flags adds fcb830af30 target/ppc: Fix eieio memory ordering semantics adds 9d82353826 tcg/ppc: ST_ST memory ordering is not provided with eieio adds fc879703f7 tcg/ppc: Optimize memory ordering generation with lwsync adds 03abfd90cf target/ppc: Implement lwsync with weaker memory ordering adds a702c5339e target/ppc: Implement xxm[tf]acc and xxsetaccz adds 345531533f target/ppc: Implemented xvi*ger* instructions adds 6d525ca972 target/ppc: Implemented pmxvi*ger* instructions adds c29018cc73 target/ppc: Implemented xvf*ger* adds 2d9cba74ef target/ppc: Implemented xvf16ger* adds 6f642338dc target/ppc: Implemented pmxvf*ger* adds 5724e131ca target/ppc: Implemented [pm]xvbf16ger2* adds 96c343cc77 linux-user: Add PowerPC ISA 3.1 and MMA to hwcap adds 272be013d3 Merge tag 'pull-ppc-20220526' of https://gitlab.com/danielhb [...]
No new revisions were added by this update.
Summary of changes: docs/system/ppc/pseries.rst | 29 ++ hmp-commands-info.hx | 2 +- hw/intc/pnv_xive2.c | 3 - hw/ppc/e500.c | 1 - hw/ppc/spapr.c | 25 +- include/hw/ppc/spapr.h | 2 +- linux-user/elfload.c | 4 + monitor/misc.c | 3 + target/ppc/cpu.h | 19 +- target/ppc/cpu_init.c | 13 +- target/ppc/fpu_helper.c | 571 ++++++++++++++++++++++++++++-------- target/ppc/helper.h | 259 +++++++++------- target/ppc/helper_regs.c | 2 +- target/ppc/insn32.decode | 80 ++++- target/ppc/insn64.decode | 79 +++++ target/ppc/int_helper.c | 152 +++++++++- target/ppc/internal.h | 15 + target/ppc/machine.c | 3 +- target/ppc/translate.c | 35 ++- target/ppc/translate/fp-impl.c.inc | 30 +- target/ppc/translate/fp-ops.c.inc | 1 - target/ppc/translate/vmx-impl.c.inc | 54 ++-- target/ppc/translate/vmx-ops.c.inc | 4 - target/ppc/translate/vsx-impl.c.inc | 237 ++++++++++++--- target/ppc/translate/vsx-ops.c.inc | 4 - tcg/ppc/tcg-target.c.inc | 12 +- 26 files changed, 1286 insertions(+), 353 deletions(-)