From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1conta-0005TR-AV for qemu-devel@nongnu.org; Fri, 17 Mar 2017 05:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1contW-0004jj-7k for qemu-devel@nongnu.org; Fri, 17 Mar 2017 05:10:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54548) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1contW-0004jR-06 for qemu-devel@nongnu.org; Fri, 17 Mar 2017 05:09:58 -0400 References: <20170316154643.GT15193@redhat.com> <0f504dd2-235b-7ada-98b2-e0ccbd376fa7@redhat.com> From: Thomas Huth Message-ID: <7e86352b-add7-7b73-4e6b-08016b3e7a5d@redhat.com> Date: Fri, 17 Mar 2017 10:09:51 +0100 MIME-Version: 1.0 In-Reply-To: <0f504dd2-235b-7ada-98b2-e0ccbd376fa7@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Proposal for deprecating unsupported host OSes & architecutures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Peter Maydell , "Daniel P. Berrange" Cc: QEMU Developers On 16.03.2017 17:52, Paolo Bonzini wrote: >=20 >=20 > On 16/03/2017 16:55, Peter Maydell wrote: >>> IOW, I think there is a reasonable 3 tier set here >>> >>> 1. Stuff we actively test builds & thus guarantee will work for >>> any QEMU release going forward. >>> >>> 2. Stuff we don't actively test, but generally assume is mostly >>> working, and likely to be fixed if & when problems are found >>> >>> 3. Stuff we don't actively test, assume is probably broken >>> and unlikely to be fixed if reported >>> >>> Stuff in tier 3 should be candidate for deletion. Stuff in tier >>> 2 shouldn't be removed, but it might drop into tier 3 at some >>> point if people stop caring about fixing problems when found. >>> Conversely tier 2 might rise to tier 1 if CI turns up. >> >> I don't really want a tier 2. Either we support it enough >> to at least be able to run "make && make check" on some >> representative system, or we don't support it at all. >> Code which we have but are really reluctant to touch because >> we don't even test it builds (like bsd-user/) is really bad >> for preventing cleanups. >=20 > I think we should further differentiate between bsd-user/ and softmmu. > System emulation is just another program where we mostly compile to C > standard + POSIX or C standard + Win32. There are certainly places > where we use Linux-specific extensions but it's not that special. > Neither BSD nor Solaris are particularly hard to support there. >=20 > On the other hand, bsd-user is extremely BSD specific, and ought to hav= e > CI. I think there should be a tier 2 for system emulation (which > doesn't mean that anything there shouldn't be moved to tier 3 and > eventually removed), but there shouldn't be a tier 2 for user-mode > emulation. >=20 > In particular, I believe that we should remove bsd-user from 2.10 unles= s > the downstream BSD port is merged back (and CI is provided). There is > no point in keeping the current half-baked code without thread support. I think you made a good point here. So "+1" from my side to remove "bsd-user" and "tcg/ia64" in QEMU 2.10 or 2.11 (unless someone speaks up and provides maintainence, of course). ... and I think we should add a message to the configure script for 2.9 when somebody tries to use these subsystems, so that the removal does not happen without warning first? Thomas