* [Qemu-devel] [PATCH for-2.9] configure: Warn that the support for ia64 is going to be removed
@ 2017-03-17 10:34 Thomas Huth
2017-03-17 10:51 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2017-03-17 10:34 UTC (permalink / raw)
To: qemu-devel, peter.maydell, pbonzini, aurelien; +Cc: rth, berrange
Access to an ia64 machine is hard to get these days, and we lack a
machine for continuous integration testing, so it is very likely
that we remove support for the ia64 TCG backend soon.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
configure | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/configure b/configure
index 99d8bec..3ff8999 100755
--- a/configure
+++ b/configure
@@ -499,6 +499,11 @@ elif check_define __mips__ ; then
cpu="mips"
elif check_define __ia64__ ; then
cpu="ia64"
+ echo "*** Note: The QEMU Project intends to drop support for ia64 in a near"
+ echo "*** future release since we do not have a machine for continuous"
+ echo "*** integration testing. Please get in touch via qemu-devel@nongnu.org"
+ echo "*** if you want to maintain support and can provide a test machine."
+ sleep 10
elif check_define __s390__ ; then
if check_define __s390x__ ; then
cpu="s390x"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.9] configure: Warn that the support for ia64 is going to be removed
2017-03-17 10:34 [Qemu-devel] [PATCH for-2.9] configure: Warn that the support for ia64 is going to be removed Thomas Huth
@ 2017-03-17 10:51 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2017-03-17 10:51 UTC (permalink / raw)
To: Thomas Huth
Cc: QEMU Developers, Paolo Bonzini, Aurelien Jarno, Richard Henderson,
Daniel P. Berrange
On 17 March 2017 at 10:34, Thomas Huth <thuth@redhat.com> wrote:
> Access to an ia64 machine is hard to get these days, and we lack a
> machine for continuous integration testing, so it is very likely
> that we remove support for the ia64 TCG backend soon.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> configure | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/configure b/configure
> index 99d8bec..3ff8999 100755
> --- a/configure
> +++ b/configure
> @@ -499,6 +499,11 @@ elif check_define __mips__ ; then
> cpu="mips"
> elif check_define __ia64__ ; then
> cpu="ia64"
> + echo "*** Note: The QEMU Project intends to drop support for ia64 in a near"
> + echo "*** future release since we do not have a machine for continuous"
> + echo "*** integration testing. Please get in touch via qemu-devel@nongnu.org"
> + echo "*** if you want to maintain support and can provide a test machine."
> + sleep 10
> elif check_define __s390__ ; then
> if check_define __s390x__ ; then
> cpu="s390x"
> --
> 1.8.3.1
I have a more general patch for this that supports marking several
host CPUs and OSes as deprecated. I just haven't posted it yet
because I'm not sure which ones we want to mark as deprecated.
thanks
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-17 10:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-17 10:34 [Qemu-devel] [PATCH for-2.9] configure: Warn that the support for ia64 is going to be removed Thomas Huth
2017-03-17 10:51 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).