Re: [Qemu-devel] [PATCH v8] target-ppc: gdbstub allow byte swapping for reading/writing registers

2014-04-05 Thread Alexander Graf
On 05.04.14 16:51, Andreas Färber wrote: Am 04.04.2014 22:23, schrieb Thomas Falcon: This patch allows registers to be properly read from and written to when using the gdbstub to debug a ppc guest running in little endian mode. It accomplishes this goal by byte swapping the values of any regis

Re: [Qemu-devel] [PATCH v8] target-ppc: gdbstub allow byte swapping for reading/writing registers

2014-04-05 Thread Andreas Färber
Am 04.04.2014 22:23, schrieb Thomas Falcon: > This patch allows registers to be properly read from and written to > when using the gdbstub to debug a ppc guest running in little > endian mode. It accomplishes this goal by byte swapping the values of > any registers if the MSR:LE value is set. > >

[Qemu-devel] [PATCH v8] target-ppc: gdbstub allow byte swapping for reading/writing registers

2014-04-04 Thread Thomas Falcon
This patch allows registers to be properly read from and written to when using the gdbstub to debug a ppc guest running in little endian mode. It accomplishes this goal by byte swapping the values of any registers if the MSR:LE value is set. Signed-off-by: Thomas Falcon --- Differences for v7: