From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dovoM-0001PH-78 for qemu-devel@nongnu.org; Mon, 04 Sep 2017 14:09:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dovoH-00066v-Ho for qemu-devel@nongnu.org; Mon, 04 Sep 2017 14:09:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33932) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dovoH-00065w-Cu for qemu-devel@nongnu.org; Mon, 04 Sep 2017 14:09:21 -0400 References: <1504545540-8002-1-git-send-email-peter.maydell@linaro.org> From: Thomas Huth Message-ID: Date: Mon, 4 Sep 2017 20:09:17 +0200 MIME-Version: 1.0 In-Reply-To: <1504545540-8002-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] configure: Drop AIX host support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, "Daniel P. Berrange" , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Laurent Vivier On 04.09.2017 19:19, Peter Maydell wrote: > Nobody has mentioned AIX host support on the mailing list for years, > and we have no test systems for it so it is most likely broken. > We've advertised in configure for two releases now that we plan > to drop support for this host OS, and have had no complaints. We just added this some weeks ago to our qemu-doc.texi: "Prior to the 2.10.0 release there was no official policy on how long features would be deprecated prior to their removal, nor any documented list of which features were deprecated. Thus any features deprecated prior to 2.10.0 will be treated as if they were first deprecated in the 2.10.0 release." Should we maybe wait two more releases (for version 3.0 ;-)) 'till we remove it? Anyway, the patch looks fine to me, so: Reviewed-by: Thomas Huth