aboutsummaryrefslogtreecommitdiff
path: root/qemu-tech.texi
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2016-09-13 16:25:52 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2016-09-15 15:32:22 +0300
commitd41f3c3cc7a5fb9de144cc4022da14a9ff010671 (patch)
tree2d14334d8d08406a15976fa38ac11735e57e08db /qemu-tech.texi
parent9e8204b1de9c4d09c0ec8f1c004a2e11346eb116 (diff)
Remove remainders of HPPA backend
The HPPA backend has been removed by the following commit: 802b5081233a6b643a8b135a5facaf14bafaa77d tcg-hppa: Remove tcg backend But some small pieces of the HPPA backend still survived until today. Since we also do not have support for a HPPA target in QEMU, we can nowadays safely remove the remaining HPPA parts (like the disassembler code, or the detection of HPPA in the configure script). Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r--qemu-tech.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi
index bdb2285f4e..1b048cb337 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -89,8 +89,7 @@ QEMU generic features:
@item
Working on x86, x86_64 and PowerPC32/64 hosts. Being tested on ARM,
-HPPA, Sparc32 and Sparc64. Previous versions had some support for
-Alpha and S390 hosts, but TCG (see below) doesn't support those yet.
+S390x, Sparc32 and Sparc64.
@item Self-modifying code support.