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