]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Remove support for ia64 as host
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Sep 2017 15:50:18 +0000 (08:50 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Sep 2017 19:39:25 +0000 (12:39 -0700)
commita46c1244a0d65d5f37fc12e4d42f2479eac87b52
tree442f49bfa32f2b33d26b3fa08acb49c0f10a8a79
parentb07d1c2f5607489d4d4a6a65ce36a3e896ac065e
tcg: Remove support for ia64 as host

We threatened to remove ia64 as host in v2.9.0.  Its time has now come.

There are still some usages of defined(__ia64__) throughout the source
code that would be triggered if one were to enable TCI on an ia64 host.
Leave those alone for now.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
configure
disas.c
disas/Makefile.objs
disas/ia64.c [deleted file]
tcg/ia64/tcg-target.h [deleted file]
tcg/ia64/tcg-target.inc.c [deleted file]