Re: [Qemu-devel] [PATCH V2] PPC/GDB: handle read and write of fpscr

2013-03-21 Thread Alexander Graf
On 19.03.2013, at 18:41, Fabien Chouteau wrote: > Although the support of this register may be uncomplete, there are no > reason to prevent the debugger from reading or writing it. > > Signed-off-by: Fabien Chouteau Thanks, applied to ppc-next. Alex > --- > gdbstub.c |

[Qemu-devel] [PATCH V2] PPC/GDB: handle read and write of fpscr

2013-03-19 Thread Fabien Chouteau
Although the support of this register may be uncomplete, there are no reason to prevent the debugger from reading or writing it. Signed-off-by: Fabien Chouteau --- gdbstub.c |3 ++- target-ppc/cpu.h|2 ++ target-ppc/fpu_helper.c |5 + target-ppc/