aboutsummaryrefslogtreecommitdiff
path: root/qemu-tech.texi
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-10-06 15:28:46 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2016-10-07 10:05:30 +0200
commit72bd94c578a4459924e415115b43c21b8ad6cdbd (patch)
tree291b28683e2240e0b267f822912b94ba7ee24948 /qemu-tech.texi
parent0722cc42d472c64edb28cfdee04be815a3c1c7fa (diff)
qemu-tech: move TCG test documentation to tests/tcg/README
Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r--qemu-tech.texi35
1 files changed, 0 insertions, 35 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi
index 16780a1503..adfb53b7f9 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -31,7 +31,6 @@
@menu
* Introduction::
* QEMU Internals::
-* Regression Tests::
@end menu
@end ifnottex
@@ -464,38 +463,4 @@ QEMU-SystemC, a hardware co-simulator.
@end table
-@node Regression Tests
-@chapter Regression Tests
-
-In the directory @file{tests/}, various interesting testing programs
-are available. They are used for regression testing.
-
-@menu
-* test-i386::
-* linux-test::
-@end menu
-
-@node test-i386
-@section @file{test-i386}
-
-This program executes most of the 16 bit and 32 bit x86 instructions and
-generates a text output. It can be compared with the output obtained with
-a real CPU or another emulator. The target @code{make test} runs this
-program and a @code{diff} on the generated output.
-
-The Linux system call @code{modify_ldt()} is used to create x86 selectors
-to test some 16 bit addressing and 32 bit with segmentation cases.
-
-The Linux system call @code{vm86()} is used to test vm86 emulation.
-
-Various exceptions are raised to test most of the x86 user space
-exception reporting.
-
-@node linux-test
-@section @file{linux-test}
-
-This program tests various Linux system calls. It is used to verify
-that the system call parameters are correctly converted between target
-and host CPUs.
-
@bye