Warner Losh 37d0180f52 Merge branch 'master' into blitz
Note: Due to unwise upstream 'tidyness' this merge may be AFU or lose
some/all of those ill-advised changes. I don't care, since I'm a 1/2
hour into the merge that should take 30 seconds.

o Back out the sill HOST_OS_H nonsense that was wrong from the start.
  Use the proper path to the file, more or less.
o Unwrap qemu_recv -> recv
o {HOST,TARGET}_WORDS_BIGENDIAN -> {HOST,TARGET}_BIG_ENDIAN
o Back out files that the merge AFU'd, so any changes to them are lost
  until someone notices in a review when upstreaming.
o kill qemu-common.h, to mirror upstream
o tweaks to log file stuff

Sponsored by:		Netflix
2022-06-06 20:05:05 -06:00
..
2022-04-20 16:04:20 +01:00
2022-06-06 20:05:05 -06:00
2022-06-02 09:35:03 +02:00
2022-04-26 08:17:10 -07:00

This directory contains various interesting guest programs for
regression testing. Tests are either multi-arch, meaning they can be
built for all guest architectures that support linux-user executable,
or they are architecture specific.

CRIS
====
The testsuite for CRIS is in tests/tcg/cris.  You can run it
with "make test-cris".