All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org,
	pbonzini@redhat.com, aurelien@aurel32.net
Cc: rth@twiddle.net, berrange@redhat.com
Subject: [Qemu-devel] [PATCH for-2.9] configure: Warn that the support for ia64 is going to be removed
Date: Fri, 17 Mar 2017 11:34:32 +0100	[thread overview]
Message-ID: <1489746872-10327-1-git-send-email-thuth@redhat.com> (raw)

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

             reply	other threads:[~2017-03-17 10:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-17 10:34 Thomas Huth [this message]
2017-03-17 10:51 ` [Qemu-devel] [PATCH for-2.9] configure: Warn that the support for ia64 is going to be removed Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489746872-10327-1-git-send-email-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=aurelien@aurel32.net \
    --cc=berrange@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.