From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaKmR-00051U-9A for qemu-devel@nongnu.org; Tue, 24 Mar 2015 05:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaKmO-0002Js-0c for qemu-devel@nongnu.org; Tue, 24 Mar 2015 05:05:47 -0400 Message-ID: <551128E6.4070308@suse.de> Date: Tue, 24 Mar 2015 10:05:42 +0100 From: Alexander Graf MIME-Version: 1.0 References: <20150324195944.422fb382@kryten> In-Reply-To: <20150324195944.422fb382@kryten> Content-Type: text/plain; charset=windows-1252 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: Anton Blanchard , qemu-devel@nongnu.org, qemu-ppc@nongnu.org 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? Alex