Re: [Qemu-devel] [PATCH v2] configure: Warn about deprecated hosts

2017-03-21 Thread Peter Maydell
On 21 March 2017 at 17:55, Thomas Huth wrote: > On 21.03.2017 15:31, Peter Maydell wrote: >> +if test "$supported_os" = "no"; then >> +echo >> +echo "WARNING: SUPPORT FOR THIS HOST OS WILL GO AWAY IN FUTURE >> RELEASES!" >> +echo >> +echo "CPU host OS $targetos support is not curr

Re: [Qemu-devel] [PATCH v2] configure: Warn about deprecated hosts

2017-03-21 Thread Thomas Huth
On 21.03.2017 15:31, Peter Maydell wrote: > 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 us

[Qemu-devel] [PATCH v2] configure: Warn about deprecated hosts

2017-03-21 Thread Peter Maydell
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