From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9zkR-00074d-CM for qemu-devel@nongnu.org; Wed, 13 Apr 2011 09:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9zkL-0004mg-Q1 for qemu-devel@nongnu.org; Wed, 13 Apr 2011 09:04:43 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:50670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9zkL-0004mW-Lt for qemu-devel@nongnu.org; Wed, 13 Apr 2011 09:04:37 -0400 Received: by yib19 with SMTP id 19so304039yib.4 for ; Wed, 13 Apr 2011 06:04:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1302698625-26136-1-git-send-email-aliguori@us.ibm.com> References: <1302698625-26136-1-git-send-email-aliguori@us.ibm.com> Date: Wed, 13 Apr 2011 14:04:37 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH] lm32: fix build breakage due to uninitialized variable 'r' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Edgar E Igleasias , Michael Walle , qemu-devel@nongnu.org On Wed, Apr 13, 2011 at 1:43 PM, Anthony Liguori wrote: > 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 This doesn't look intentional. I've had the same problem when using git commit -a. Any suggestions to avoid adding these submodule commits by mistake? Stefan