From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7wJ4-0007L9-TN for qemu-devel@nongnu.org; Wed, 14 Mar 2012 18:04:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7wJ1-0002wB-Qd for qemu-devel@nongnu.org; Wed, 14 Mar 2012 18:04:30 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:49150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7wJ1-0002vR-KW for qemu-devel@nongnu.org; Wed, 14 Mar 2012 18:04:27 -0400 Message-ID: <4F6115E8.9060905@weilnetz.de> Date: Wed, 14 Mar 2012 23:04:24 +0100 From: Stefan Weil MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [RFC] qemu-iotest only for Linux? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig , Kevin Wolf , Stefan Hajnoczi Cc: QEMU Developers Hi, What's the reason for "_supported_os Linux" in each test? Because of this statement, the tests only run on Linux today, although they could also run on BSD, w32 and other operating systems (maybe small fixes are needed). I don't think that adding every possible OS to each test would be a good solution. Can we remove this OS dependency completely? Regards, Stefan W.