Re: [Qemu-devel] [PATCH] target-ppc: gdbstub: Add VSX support

2015-03-24 Thread Alexander Graf
On 24.03.15 10:50, Anton Blanchard wrote: > 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

Re: [Qemu-devel] [PATCH] target-ppc: gdbstub: Add VSX support

2015-03-24 Thread Anton Blanchard
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

Re: [Qemu-devel] [PATCH] target-ppc: gdbstub: Add VSX support

2015-03-24 Thread Alexander Graf
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

[Qemu-devel] [PATCH] target-ppc: gdbstub: Add VSX support

2015-03-24 Thread Anton Blanchard
Add the XML and functions to get and set VSX registers. Signed-off-by: Anton Blanchard --- configure | 6 +++--- gdb-xml/power-vsx.xml | 44 target-ppc/translate_init.c | 22 ++ 3 files changed, 69 insertio