The following changes since commit 67e41fe0cfb62e6cdfa659f0155417d17e5274ea:
Merge tag 'pull-ppc-20220104' of https://github.com/legoater/qemu into staging (2022-01-04 07:23:27 -0800) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20220104 for you to fetch changes up to d7478d4229f0a2b2817a55487e6b17081099fae4: common-user: Fix tail calls to safe_syscall_set_errno_tail (2022-01-04 15:41:03 -0800) ---------------------------------------------------------------- Fix for safe_syscall_base. Fix for folding of vector add/sub. Fix build on loongarch64 with gcc 8. Remove decl for qemu_run_machine_init_done_notifiers. ---------------------------------------------------------------- Philippe Mathieu-Daudé (1): linux-user: Fix trivial build error on loongarch64 hosts Richard Henderson (2): tcg/optimize: Fix folding of vector ops common-user: Fix tail calls to safe_syscall_set_errno_tail Xiaoyao Li (1): sysemu: Cleanup qemu_run_machine_init_done_notifiers() include/sysemu/sysemu.h | 1 - linux-user/host/loongarch64/host-signal.h | 4 +-- tcg/optimize.c | 49 +++++++++++++++++++++++------- common-user/host/i386/safe-syscall.inc.S | 1 + common-user/host/mips/safe-syscall.inc.S | 1 + common-user/host/x86_64/safe-syscall.inc.S | 1 + 6 files changed, 42 insertions(+), 15 deletions(-)