mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:17 +00:00
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 # -----BEGIN PGP SIGNATURE----- # # iQFRBAABCgA7FiEEekgeeIaLTbaoWgXAZN846K9+IV8FAmpNaDIdHHJpY2hhcmQu # aGVuZGVyc29uQGxpbmFyby5vcmcACgkQZN846K9+IV8qlwgAqFBxRHQFzeNrivul # 9u4jrEqsQS2wu2pL/rKfr7DTBTzmbibmzTT229yru8yahvpONrbYOantxjikAW6z # tRgaKaLlFOw2Ll6VKbOxdu2OL+nemOAW3ehiHutuPLtxFSGWQsFtC38Qz51sC1K9 # nTX8vkuYkkIKyVU0Klinu2rjqZW3h1yIwKwC6tieh08y6YYeOODYoAfpEJ+hGus1 # 33hMlE1zEj9j4JVpsDR3Rl3zXUbnV3FMeikTd8Xkl9fBDeWs/aFVLVLXWQ0BYULC # 62/ZOghnfbrM7p2osLAhkNSL020vn/G1c2O8ofSa0pXj+I7YM80H2m7zsyiBa685 # rm7IKg== # =0LKf # -----END PGP SIGNATURE----- # gpg: Signature made Tue 07 Jul 2026 22:57:22 CEST # gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F # gpg: issuer "richard.henderson@linaro.org" # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full] # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F * tag 'pull-tcg-20260707' of https://gitlab.com/rth7680/qemu: tcg/loongarch64: Fix cmp_vec with TCG_COND_NE tcg/x86_64: declare MO_ATOM_WITHIN16 host atomicity support Revert "tests/tcg: skip the vma-pthread test on CI" tests/tcg/multiarch: Improve mutator randomness accel/tcg: Make PageFlagsNodes' start and last immutable accel/tcg: Use TLB_FORCE_SLOW not TLB_MMIO for user-only plugins Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This directory contains various interesting guest binaries for regression testing the Tiny Code Generator doing system and user-mode emulation. The multiarch directory contains shared code for tests that can be built for all guest architectures. Architecture specific code can be found in their respective directories. System mode tests will be under the "system" subdirectories. GDB scripts for exercising the gdbstub on specific tests will be found under the "gdbstb" subdirectories. See the developer guide for more instructions on "make check-tcg"