On Tue, 14 Sept 2021 at 01:14, Richard Henderson <richard.hender...@linaro.org> wrote: > > Version 2 drops the bswap patch that caused such problems > on the various BSDs; I'll have to look at that further. > In the meantime I've also been collecting more pending > patches, and I might as well include them now. > > > r~ > > > The following changes since commit 7d79344d4fa44e520e6e89f8fed9a27d3d554a9b: > > Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' > into staging (2021-09-13 13:33:21 +0100) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210913 > > for you to fetch changes up to 5b778e9b4e0e0a37a86200e6af322b2a9b69c62e: > > tcg/arm: More use of the TCGReg enum (2021-09-13 12:09:05 -0700) > > ---------------------------------------------------------------- > Fix translation race condition for user-only. > Fix tcg/i386 encoding for VPSLLVQ, VPSRLVQ. > Fix tcg/arm tcg_out_vec_op signature. > Fix tcg/ppc (32bit) build with clang. > Remove dupluate TCG_KICK_PERIOD definition. > Remove unused tcg_global_reg_new. > Restrict cpu_exec_interrupt and its callees to sysemu. > Cleanups for tcg/arm
Hi; this has a conflict in target/arm/translate-a64.c -- would you mind respinning it? thanks -- PMM