Merge tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu into staging441526387441561273
commit58140d3964c7c545f0880d978f279ed7b4cb41b8
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Jan 2022 00:41:22 +0000 (4 16:41 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Jan 2022 00:41:22 +0000 (4 16:41 -0800)
treeca20b264e8da395cfec86b0b37ea329c656e252f
parent67e41fe0cfb62e6cdfa659f0155417d17e5274ea
parentd7478d4229f0a2b2817a55487e6b17081099fae4
Merge tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu into staging

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.

# gpg: Signature made Tue 04 Jan 2022 04:39:35 PM PST
# gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
# gpg:                issuer "richard.henderson@linaro.org"
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [ultimate]

* tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu:
  common-user: Fix tail calls to safe_syscall_set_errno_tail
  sysemu: Cleanup qemu_run_machine_init_done_notifiers()
  linux-user: Fix trivial build error on loongarch64 hosts
  tcg/optimize: Fix folding of vector ops

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>