On Tue, 14 Sept 2021 at 20:31, Richard Henderson <richard.hender...@linaro.org> wrote: > > Version 4: Drop the cpu_loop noreturn patch. > > > r~ > > > The following changes since commit 4c9af1ea1457782cf0adb293179335ef6de942aa: > > gitlab-ci: Make more custom runner jobs manual, and don't allow failure > (2021-09-14 17:03:03 +0100) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210914-4 > > for you to fetch changes up to e028eada62dbfcba134ac5afdefc3aa343ae202f: > > tcg/arm: More use of the TCGReg enum (2021-09-14 12:00:21 -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.
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.2 for any user-visible changes. -- PMM