osdep: protect qemu/osdep.h with extern "C"
[qemu/ar7.git] / tests / tcg / i386 / README
blob09e88f30dc67e0e820deef78d4d1e4425db9576f
1 These are i386 specific guest programs
3 test-i386
4 ---------
6 This program executes most of the 16 bit and 32 bit x86 instructions and
7 generates a text output, for comparison with the output obtained with
8 a real CPU or another emulator.
10 The Linux system call modify_ldt() is used to create x86 selectors
11 to test some 16 bit addressing and 32 bit with segmentation cases.
13 The Linux system call vm86() is used to test vm86 emulation.
15 Various exceptions are raised to test most of the x86 user space
16 exception reporting.
18 linux-test
19 ----------
21 This program tests various Linux system calls. It is used to verify
22 that the system call parameters are correctly converted between target
23 and host CPUs.
25 test-i386-fprem
26 ---------------
28 test-mmap
29 ---------
31 sha1
32 ----
34 hello-i386
35 ----------