From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLICZ-0002UN-1f for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:51:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLICT-0002Rp-IJ for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:51:21 -0400 Received: from [199.232.76.173] (port=59813 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLICS-0002RZ-28 for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:51:16 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34999) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MLICR-0006Mx-Ig for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:51:15 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLICQ-0001z4-Q5 for qemu-devel@nongnu.org; Mon, 29 Jun 2009 10:51:15 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 4/4] gdbstub: x86: Switch 64/32 bit registers dynamically Date: Mon, 29 Jun 2009 15:51:11 +0100 References: <20090627075350.13376.17936.stgit@mchn012c.ww002.siemens.net> <200906291507.05278.paul@codesourcery.com> <4A48CE13.6050800@siemens.com> In-Reply-To: <4A48CE13.6050800@siemens.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906291551.12237.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jan Kiszka , Anthony Liguori > Please don't forget that it wasn't me to remove the workaround from qemu > before fixing gdb first. That workaround used to be there for a reason. I removed completely undocumented and obviously wrong code. Paul