From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkEJv-00021l-Vx for qemu-devel@nongnu.org; Wed, 05 Jun 2013 10:04:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkEJu-0000gL-NH for qemu-devel@nongnu.org; Wed, 05 Jun 2013 10:04:11 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:56094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkEJu-0000g5-GJ for qemu-devel@nongnu.org; Wed, 05 Jun 2013 10:04:10 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 5 Jun 2013 08:04:09 -0600 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 427F7C90050 for ; Wed, 5 Jun 2013 10:04:06 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r55E46Rs55181466 for ; Wed, 5 Jun 2013 10:04:06 -0400 Received: from d01av05.pok.ibm.com (loopback [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r55E46kT027612 for ; Wed, 5 Jun 2013 10:04:06 -0400 From: Anthony Liguori Date: Wed, 05 Jun 2013 09:04:00 -0500 Message-ID: <87vc5s4ptb.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] [RFC] Policy for supported hosts/platforms List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Michael Tokarev Hi, Below is the coverage we currently have in buildbot. It's not terribly complete but I suspect it does reflect what people are actually testing and care about. In terms of policy, we should consider buildbot coverage as a requirement for a platform/architecture to be fully supported. Fully supported means (1) that code will be rejected/reverted if it breaks one of these platforms (2) breaking these platforms will be a release blocker. Anything that isn't fully supported is best effort only. Note that are some things missing from buildbot today (like an ARM host) that there is strong interest in having as a fully supported platform. Host Arch --------- s390 (offline since May 1st) PPC Sparc (offline since 2011) x86_64 i386 Host OS ------- Solaris 11 (offline since 2011) Debian 6.0 RHEL 6.1 RHEL 5.x Fedora 16 OpenBSD (current) OpenBSD 4.9 Mingw32 MacOS X Regards, Anthony Liguori