1These are i386 specific guest programs 2 3test-i386 4--------- 5 6This program executes most of the 16 bit and 32 bit x86 instructions and 7generates a text output, for comparison with the output obtained with 8a real CPU or another emulator. 9 10The Linux system call modify_ldt() is used to create x86 selectors 11to test some 16 bit addressing and 32 bit with segmentation cases. 12 13The Linux system call vm86() is used to test vm86 emulation. 14 15Various exceptions are raised to test most of the x86 user space 16exception reporting. 17 18test-avx 19-------- 20 21This program executes most SSE/AVX instructions and generates a text output, 22for comparison with the output obtained with a real CPU or another emulator. 23 24test-avx.h is generate from x86.csv by test-avx.py 25x86.csv comes from https://github.com/quasilyte/avx512test 26 27linux-test 28---------- 29 30This program tests various Linux system calls. It is used to verify 31that the system call parameters are correctly converted between target 32and host CPUs. 33 34test-i386-fprem 35--------------- 36 37test-mmap 38--------- 39 40sha1 41---- 42 43hello-i386 44---------- 45