From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaLTg-00015m-QM for qemu-devel@nongnu.org; Tue, 24 Mar 2015 05:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaLTg-0004TO-3C for qemu-devel@nongnu.org; Tue, 24 Mar 2015 05:50:28 -0400 Date: Tue, 24 Mar 2015 20:50:22 +1100 From: Anton Blanchard Message-ID: <20150324205022.65a9f543@kryten> In-Reply-To: <551128E6.4070308@suse.de> References: <20150324195944.422fb382@kryten> <551128E6.4070308@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-ppc: gdbstub: Add VSX support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Hi Alex, > On 24.03.15 09:59, Anton Blanchard wrote: > > Add the XML and functions to get and set VSX registers. > > Awesome, thanks. Have you verified that this works for LE as well as > BE guests? Unfortunately all our XML gdbstub routines have endian issues (FPU, Altivec and now VMX). I only caught that the other day. I can work on reusing maybe_bswap_register() from gdbstub.c. Anton