]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Warn about deprecated hosts
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 21 Mar 2017 14:31:57 +0000 (14:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 21 Mar 2017 15:46:22 +0000 (15:46 +0000)
commit898be3e0415c6d614395c087ef1e91210797cda7
treeaa0abd88c1601f8e1278f8791ca3e209216eecb6
parent41a56822e3049a83e05ebd1b0d7d040cb09a52fb
configure: Warn about deprecated hosts

We plan to drop support in a future QEMU release for host OSes
and host architectures for which we have no test machine where
we can build and run tests. For the 2.9 release, make configure
print a warning if it is run on such a host, so that the user
has some warning of the plans and can volunteer to help us
maintain the port if they need it to continue to function.

This commit flags up as deprecated the CPU architectures:
 * ia64
 * sparc
 * anything which we don't have a TCG port for
   (and which was presumably using TCI)
and the OSes:
 * GNU/kFreeBSD
 * DragonFly BSD
 * NetBSD
 * OpenBSD
 * Solaris
 * AIX
 * Haiku

It also makes entirely unrecognized host OS strings be
rejected rather than treated as if they were Linux (which
likely never worked).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1490106717-9542-1-git-send-email-peter.maydell@linaro.org
configure