From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAg77-0004x1-Bg for qemu-devel@nongnu.org; Fri, 15 Apr 2011 06:18:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAg76-00048x-7g for qemu-devel@nongnu.org; Fri, 15 Apr 2011 06:18:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAg75-00048o-PF for qemu-devel@nongnu.org; Fri, 15 Apr 2011 06:18:56 -0400 Message-ID: <4DA81B7C.5060206@redhat.com> Date: Fri, 15 Apr 2011 12:18:36 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1302681826-10236-1-git-send-email-pbonzini@redhat.com> <20110415074946.GB2423@edde.se.axis.com> In-Reply-To: <20110415074946.GB2423@edde.se.axis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/4] Fix -icount with iothread List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: qemu-devel@nongnu.org On 04/15/2011 09:49 AM, Edgar E. Iglesias wrote: > BTW, I removed this hunk from patch nr 2: > diff --git a/roms/seabios b/roms/seabios > index cc97564..06d0bdd 160000 > --- a/roms/seabios > +++ b/roms/seabios > @@ -1 +1 @@ > -Subproject commit cc975646af69f279396d4d5e1379ac6af80ee637 > +Subproject commit 06d0bdd9e2e20377b3180e4986b14c8549b393e4 That was correct, thanks. I updated my submodules and will add a commit hook to prevent this from happening in the future. Paolo