From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSRO4-0002XV-6I for qemu-devel@nongnu.org; Mon, 02 Mar 2015 09:32:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSRO1-0004ne-H8 for qemu-devel@nongnu.org; Mon, 02 Mar 2015 09:32:00 -0500 Received: from lhrrgout.huawei.com ([194.213.3.17]:7925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSRO1-0004lp-9S for qemu-devel@nongnu.org; Mon, 02 Mar 2015 09:31:57 -0500 Message-ID: <54F4744B.2020004@huawei.com> Date: Mon, 2 Mar 2015 15:31:39 +0100 From: Claudio Fontana MIME-Version: 1.0 References: <54F1DEE8.3010903@weilnetz.de> <54F46770.7060104@huawei.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QEMU website (wiki) improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Weil , QEMU Developers , Michael Roth On 02.03.2015 15:01, Peter Maydell wrote: > On 2 March 2015 at 22:36, Claudio Fontana wrote: >> Another suggestion for the QEMU website: improve the testing page, >> adding at least one ready-to-run image for smoke testing for each supported arch. >> >> http://wiki.qemu.org/Testing > > The thing about providing Linux system images is the awkwardness of > satisfying the GPL source-code-provision requirements for everything > in them... It would be nice if new images came with complete > how-to-reproduce-this-image information. > > -- PMM > What about adding FreeBSD Sparc64 and x86_64 images, with the minimal amount of GPL packages required? We could then add to the same testing pages the exact sources of the packages for download, which should not be that many, according to: https://wiki.freebsd.org/GPLinBase just an idea... Claudio