From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCy9t-0005MK-Tb for qemu-devel@nongnu.org; Wed, 17 Dec 2008 10:17:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCy9s-0005Lu-Ft for qemu-devel@nongnu.org; Wed, 17 Dec 2008 10:17:57 -0500 Received: from [199.232.76.173] (port=58590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCy9s-0005Lk-CR for qemu-devel@nongnu.org; Wed, 17 Dec 2008 10:17:56 -0500 Received: from mx20.gnu.org ([199.232.41.8]:59058) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LCy9s-0007uY-4d for qemu-devel@nongnu.org; Wed, 17 Dec 2008 10:17:56 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCy9r-0005w3-5O for qemu-devel@nongnu.org; Wed, 17 Dec 2008 10:17:55 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 0/3] Add BIOS splash image support Date: Wed, 17 Dec 2008 15:17:51 +0000 References: <1229440810-12394-1-git-send-email-Laurent.Vivier@bull.net> <20081217135512.GJ13794@redhat.com> <49491281.9040505@siemens.com> In-Reply-To: <49491281.9040505@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812171517.52718.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Jan Kiszka , kvm developers , Gleb Natapov , bochs developers > BTW, why does qemu not carry all bochs bios source? For reference, but > also to fully comply with the LGPL (pointing to the original source is > not sufficient when delivering binaries - like e.g. bios.bin...). If this is really an issue, then I strongly suggest we fix it by moving the bios into its own project, and have everyone fetch it from there. Paul