From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxh5h-0002oC-5r for qemu-devel@nongnu.org; Mon, 30 Dec 2013 12:57:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vxh5a-0003xU-Rk for qemu-devel@nongnu.org; Mon, 30 Dec 2013 12:57:25 -0500 Received: from mail-qa0-x232.google.com ([2607:f8b0:400d:c00::232]:35872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxh5a-0003xP-Io for qemu-devel@nongnu.org; Mon, 30 Dec 2013 12:57:18 -0500 Received: by mail-qa0-f50.google.com with SMTP id i13so10915657qae.16 for ; Mon, 30 Dec 2013 09:57:18 -0800 (PST) Sender: Richard Henderson Message-ID: <52C1B3F9.3090205@twiddle.net> Date: Mon, 30 Dec 2013 09:57:13 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1388421275-2035-1-git-send-email-peter.maydell@linaro.org> <1388421275-2035-2-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1388421275-2035-2-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 01/10] target-arm: A64: Add support for dumping AArch64 VFP register state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Peter Crosthwaite , patches@linaro.org, Michael Matz , Alexander Graf , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 12/30/2013 08:34 AM, Peter Maydell wrote: > From: Alexander Graf > > When dumping the current CPU state, we can also get a request > to dump the FPU state along with the CPU's integer state. > > Add support to dump the VFP state when that flag is set, so that > we can properly debug code that modifies floating point registers. > > Signed-off-by: Alexander Graf > [WN: Commit message tweak, rebased. Output all registers, two per-line.] > Signed-off-by: Will Newton > Reviewed-by: Peter Maydell > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) Reviewed-by: Richard Henderson r~