[PULL 0/6] tcg patch queue

Richard Henderson posted 6 patches 2 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260707205810.303376-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, WANG Xuerui <git@xen0n.name>, "Alex Bennée" <alex.bennee@linaro.org>
There is a newer version of this series
include/exec/tlb-flags.h            |  7 ++++---
accel/tcg/user-exec.c               | 41 +++++++++++++++++++++----------------
tests/tcg/multiarch/vma-pthread.c   |  3 ++-
tcg/loongarch64/tcg-target.c.inc    | 39 +++++++++++++++++++++++++----------
tcg/x86_64/tcg-target.c.inc         |  4 ++--
tests/tcg/multiarch/Makefile.target |  9 --------
6 files changed, 59 insertions(+), 44 deletions(-)
[PULL 0/6] tcg patch queue
Posted by Richard Henderson 2 weeks, 4 days ago
The following changes since commit 94826ec1370328375c3b6d1e80fdc94c8f46c348:

  Merge tag 'accel-20260706' of https://github.com/philmd/qemu into staging (2026-07-06 18:38:14 +0200)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20260707

for you to fetch changes up to c56ebd64b82aa4d4a4e2144abbf9568ef593b836:

  tcg/loongarch64: Fix cmp_vec with TCG_COND_NE (2026-07-07 11:16:05 -0700)

----------------------------------------------------------------
tcg/loongarch64: Fix cmp_vec with TCG_COND_NE
tcg/x86_64: declare MO_ATOM_WITHIN16 host atomicity support
accel/tcg: Make PageFlagsNodes' start and last immutable
accel/tcg: Use TLB_FORCE_SLOW not TLB_MMIO for user-only plugins

----------------------------------------------------------------
Andrew Jones (1):
      tcg/x86_64: declare MO_ATOM_WITHIN16 host atomicity support

Ilya Leoshkevich (3):
      accel/tcg: Make PageFlagsNodes' start and last immutable
      tests/tcg/multiarch: Improve mutator randomness
      Revert "tests/tcg: skip the vma-pthread test on CI"

Richard Henderson (2):
      accel/tcg: Use TLB_FORCE_SLOW not TLB_MMIO for user-only plugins
      tcg/loongarch64: Fix cmp_vec with TCG_COND_NE

 include/exec/tlb-flags.h            |  7 ++++---
 accel/tcg/user-exec.c               | 41 +++++++++++++++++++++----------------
 tests/tcg/multiarch/vma-pthread.c   |  3 ++-
 tcg/loongarch64/tcg-target.c.inc    | 39 +++++++++++++++++++++++++----------
 tcg/x86_64/tcg-target.c.inc         |  4 ++--
 tests/tcg/multiarch/Makefile.target |  9 --------
 6 files changed, 59 insertions(+), 44 deletions(-)
Re: [PULL 0/6] tcg patch queue
Posted by Stefan Hajnoczi 2 weeks, 3 days ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.