From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NT9Nt-0001O7-91 for qemu-devel@nongnu.org; Fri, 08 Jan 2010 02:35:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NT9No-0001KH-NO for qemu-devel@nongnu.org; Fri, 08 Jan 2010 02:35:48 -0500 Received: from [199.232.76.173] (port=47163 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT9No-0001K8-FC for qemu-devel@nongnu.org; Fri, 08 Jan 2010 02:35:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4970) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NT9Nn-0000tu-V4 for qemu-devel@nongnu.org; Fri, 08 Jan 2010 02:35:44 -0500 Message-ID: <4B46DF6D.7060306@redhat.com> Date: Fri, 08 Jan 2010 08:31:57 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4B337318.6080901@redhat.com> <1261664861-15493-1-git-send-email-pbonzini@redhat.com> <4B463DFC.5040505@linux.vnet.ibm.com> In-Reply-To: <4B463DFC.5040505@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] write option roms in pc-bios/ List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Avi Kivity , qemu-devel@nongnu.org, Juan Quintela On 01/07/2010 09:03 PM, Anthony Liguori wrote: > > This will wreak havoc on the tree since these are built by default and > they are replacing files in revision control. ... the next question is why are they (linuxboot.bin and multiboot.bin) in revision control since they do not require any strange tool to be built. Paolo