From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKYOl-0001RG-3l for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:29:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKYOg-0001Pl-CB for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:29:10 -0500 Received: from [199.232.76.173] (port=44025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKYOg-0001PU-0q for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:29:06 -0500 Received: from mail-gx0-f223.google.com ([209.85.217.223]:50485) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKYOf-0001BQ-PI for qemu-devel@nongnu.org; Tue, 15 Dec 2009 09:29:05 -0500 Received: by gxk23 with SMTP id 23so5584769gxk.2 for ; Tue, 15 Dec 2009 06:29:04 -0800 (PST) Message-ID: <4B279D2E.5070001@codemonkey.ws> Date: Tue, 15 Dec 2009 08:29:02 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4B2684EC.2040504@redhat.com> <4B27529E.6050806@redhat.com> In-Reply-To: <4B27529E.6050806@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, kvm-devel , Dustin Kirkland Avi Kivity wrote: > On 12/14/2009 11:58 PM, Dustin Kirkland wrote: >> >> I'm working on the packaging updates for Ubuntu Lucid, and I'm having >> trouble with the BIOS bits of qemu-kvm. >> >> It seems that a fair amount of the BIOS submodules are missing. >> >> The roms/ tree is basically empty. >> >> > > Well, binaries are shipped, but I guess you'd like to build from source. > > We have several options: > > - do nothing > - ship a generated SOURCES file which contains git URLs and commit > hashes, rely on the interested user to fetch and build. Also tag the > submodules appropriately. > - fetch the submodules and include them in the tarball I was thinking of taking this approach. As we integrate the build environments, this will allow a user to do a make and it will build all of the roms from source by default. Regards, Anthony Liguori