From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58018 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q35nc-0005Dg-01 for qemu-devel@nongnu.org; Fri, 25 Mar 2011 08:07:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q35na-0006gr-WA for qemu-devel@nongnu.org; Fri, 25 Mar 2011 08:07:27 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:43300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q35na-0006gC-Oi for qemu-devel@nongnu.org; Fri, 25 Mar 2011 08:07:26 -0400 Date: Fri, 25 Mar 2011 05:07:23 -0700 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 10/17] s390x: Adjust GDB stub Message-ID: <20110325120723.GS23480@codesourcery.com> References: <1300982333-12802-1-git-send-email-agraf@suse.de> <1300982333-12802-11-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1300982333-12802-11-git-send-email-agraf@suse.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: QEMU-devel Developers , Aurelien Jarno , Richard Henderson On Thu, Mar 24, 2011 at 04:58:46PM +0100, Alexander Graf wrote: > We have successfully lazilized cc computation, so we need to manually > trigger its calculation when gdb wants to fetch it. We also changed the > variable name, so writing it writes into a different field now. Wouldn't you want to: a) change the variable name in the earlier commit and just do the manual triggering in this commit, so as not to break bisect; or b) combine this change with the previous lazification? -Nathan