You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg
Peter Maydell 70e6512795 Misc fixes for 9.2
- fix remaining gdbstub test cases to exit cleanly
   - update MAINTAINERS with qemu-rust mailing list details
   - re-factor virtio-gpu and fix coverity warnings
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmc7aQwACgkQ+9DbCVqe
 KkQufwf/XN5dcHxddhUHCLQUNA/5STiO5P10vHOGpknqwT/ZKADAbY8gQsoJovSp
 qxczZPFpHlnGkf+AV3wrj2IcFUWlvlhgTw5njsMTOSSjK0jtI2MZrNn2v+6hmelg
 y8ACB+LHkj34Ood9y5H6augCiKsMC7ad2mpXEMQgcZzpp4KlAutu8nbsYpYlAF40
 1d2Wdtkrt++jPHQGgp0pPqAxq5WyvR3uSdidUFGfmpAqkCRs0ExosqEgj/ODzdHF
 WrvLy9ISdCjZk+5XOxfadmz1vJ31QcZ6pcmkZRXJAJR4p7EST5BTfS10IBNIipgs
 C25TuT+IH9+It0n/Sohf3NlxTnbTDw==
 =TYAI
 -----END PGP SIGNATURE-----

Merge tag 'pull-9.2-rc-updates-181124-1' of https://gitlab.com/stsquad/qemu into staging

Misc fixes for 9.2

  - fix remaining gdbstub test cases to exit cleanly
  - update MAINTAINERS with qemu-rust mailing list details
  - re-factor virtio-gpu and fix coverity warnings

# -----BEGIN PGP SIGNATURE-----
#
# iQEzBAABCgAdFiEEZoWumedRZ7yvyN81+9DbCVqeKkQFAmc7aQwACgkQ+9DbCVqe
# KkQufwf/XN5dcHxddhUHCLQUNA/5STiO5P10vHOGpknqwT/ZKADAbY8gQsoJovSp
# qxczZPFpHlnGkf+AV3wrj2IcFUWlvlhgTw5njsMTOSSjK0jtI2MZrNn2v+6hmelg
# y8ACB+LHkj34Ood9y5H6augCiKsMC7ad2mpXEMQgcZzpp4KlAutu8nbsYpYlAF40
# 1d2Wdtkrt++jPHQGgp0pPqAxq5WyvR3uSdidUFGfmpAqkCRs0ExosqEgj/ODzdHF
# WrvLy9ISdCjZk+5XOxfadmz1vJ31QcZ6pcmkZRXJAJR4p7EST5BTfS10IBNIipgs
# C25TuT+IH9+It0n/Sohf3NlxTnbTDw==
# =TYAI
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon 18 Nov 2024 16:19:24 GMT
# gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44

* tag 'pull-9.2-rc-updates-181124-1' of https://gitlab.com/stsquad/qemu:
  hw/display: check frame buffer can hold blob
  hw/display: factor out the scanout blob to fb conversion
  MAINTAINERS: CC rust/ patches to qemu-rust list
  tests/tcg: Stop using exit() in the gdbstub testcases

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2 weeks ago
..
aarch64 tests/tcg/aarch64: Use raw strings for regexes in test-mte.py 1 month ago
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 1 month ago
alpha tests/tcg: add a system test to check memory instrumentation 3 months ago
arm tests/tcg: Use --noexecstack with assembler files 4 months ago
hexagon Hexagon: fix F2_conv_* instructions for negative zero 4 months ago
hppa tests/tcg: Remove run-test-mmap-* 9 months ago
i386 tests/tcg: Use --noexecstack with assembler files 4 months ago
loongarch64 license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 3 months ago
m68k tests/tcg: Remove run-test-mmap-* 9 months ago
minilib tests/tcg/minilib: Constify digits in print_num 5 months ago
mips tests/tcg: Add -fno-stack-protector 1 year ago
multiarch tests/tcg: Stop using exit() in the gdbstub testcases 2 weeks ago
openrisc target/openrisc: Rename the cpu from or32 to or1k 8 years ago
plugins tests/tcg/plugins: Remove remainder of the cris target 2 months ago
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 4 weeks ago
ppc64le tests/tcg: unify ppc64 and ppc64le Makefiles 2 years ago
riscv64 tests/tcg: Use --noexecstack with assembler files 4 months ago
s390x tests/tcg/s390x: Add the floating-point multiply-and-add test 2 weeks ago
sh4 target/sh4: Fix SUBV opcode 7 months ago
tricore tests/tcg: Reset result register after each test 1 year ago
x86_64 tests/tcg/x86_64: Add cross-modifying code test 1 month ago
xtensa tests/tcg/xtensa: add icount/ibreak priority test 11 months ago
xtensaeb tcg: Correct invalid mentions of 'softmmu' by 'system-mode' 1 year ago
Makefile.target tests/tcg: Add SIGRTMIN/SIGRTMAX test 4 weeks ago
README tests/tcg: update README 4 months ago

README

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"