Re: [Qemu-devel] [PATCH v10 0/2] target-ppc: gdbstub little endian support patches

2014-04-11 Thread Alexander Graf
On 07.04.2014, at 23:40, Thomas Falcon wrote: > The first patch pulls the register length calculation into its own > function, and the second adds support for little endian ppc in gdbstub. Thanks, applied to ppc-next. (For some reason your to: mails don't arrive in my inbox, I only see the ML

[Qemu-devel] [PATCH v10 0/2] target-ppc: gdbstub little endian support patches

2014-04-07 Thread Thomas Falcon
The first patch pulls the register length calculation into its own function, and the second adds support for little endian ppc in gdbstub. Thomas Falcon (2): target-ppc: extract register length calculation in gdbstub target-ppc: gdbstub allow byte swapping for reading/writing registers targe