From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5uPG-00069N-TC for qemu-devel@nongnu.org; Mon, 18 May 2009 00:24:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5uPC-00069B-C7 for qemu-devel@nongnu.org; Mon, 18 May 2009 00:24:54 -0400 Received: from [199.232.76.173] (port=58074 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5uPC-000698-7j for qemu-devel@nongnu.org; Mon, 18 May 2009 00:24:50 -0400 Received: from mail2.shareable.org ([80.68.89.115]:58144) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M5uPB-0006ap-Nj for qemu-devel@nongnu.org; Mon, 18 May 2009 00:24:50 -0400 Date: Mon, 18 May 2009 05:24:45 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] Re: [PATCH 3/4] Update makefile to build roms Message-ID: <20090518042445.GD32609@shareable.org> References: <1242574141-18488-1-git-send-email-aliguori@us.ibm.com> <200905172304.22687.paul@codesourcery.com> <4A109D9F.9040207@codemonkey.ws> <200905180043.43205.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905180043.43205.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: Anthony Liguori , Dustin Kirkland , Glauber Costa , qemu-devel@nongnu.org, Avi Kivity , Alex Graf Paul Brook wrote: > > In general, QEMU does not support anything but lock-step versioning with > > it's ROMs. There is no ABI between QEMU and the BIOS. > > This is obviously false for things like PXE roms. > > > Having multiple packages therefore makes little sense because they can > > never be independent of each other. > > Depends how your build system is setup. IMHO building a ROM and > building qemu itself are different tasks that effectively need > separate packages anyway. And when built for a distribution, perhaps QEMU, BIOS and PXE should be separate packages anyway, with QEMU depending on the others (or perhaps "recommending"). -- Jamie