Re: [Qemu-devel] [PATCH Risu v2 4/9] Implement lib to deal with PPC64 registers

2017-02-15 Thread joserz
On Wed, Feb 15, 2017 at 06:50:13PM +, Peter Maydell wrote: > On 6 November 2016 at 17:15, Jose Ricardo Ziviani > wrote: > > This library is the initial effort to have PPC64 support for Risu. It > > implements functions to initialize, compare and print PPC64 registers. > > > > Signed-off-by: Jo

Re: [Qemu-devel] [PATCH Risu v2 4/9] Implement lib to deal with PPC64 registers

2017-02-15 Thread Peter Maydell
On 6 November 2016 at 17:15, Jose Ricardo Ziviani wrote: > This library is the initial effort to have PPC64 support for Risu. It > implements functions to initialize, compare and print PPC64 registers. > > Signed-off-by: Jose Ricardo Ziviani Hi; I've been looking at refactoring risu to reduce th

[Qemu-devel] [PATCH Risu v2 4/9] Implement lib to deal with PPC64 registers

2016-11-06 Thread Jose Ricardo Ziviani
This library is the initial effort to have PPC64 support for Risu. It implements functions to initialize, compare and print PPC64 registers. Signed-off-by: Jose Ricardo Ziviani --- risu_reginfo_ppc64le.c | 200 + risu_reginfo_ppc64le.h | 40 ++