Re: [Qemu-devel] [PATCH 1/9] target-ppc: Consolidate instruction decode helpers

2016-11-22 Thread David Gibson
On Tue, Nov 22, 2016 at 05:15:57PM +0530, Nikunj A Dadhania wrote: > From: Bharata B Rao > > Move instruction decode helpers to target-ppc/internal.h so that some > of these can be used from outside of translate.c. This movement also > helps to get rid of some duplicate helpers from target-ppc/fp

[Qemu-devel] [PATCH 1/9] target-ppc: Consolidate instruction decode helpers

2016-11-22 Thread Nikunj A Dadhania
From: Bharata B Rao Move instruction decode helpers to target-ppc/internal.h so that some of these can be used from outside of translate.c. This movement also helps to get rid of some duplicate helpers from target-ppc/fpu_helper.c. Suggested-by: Nikunj A Dadhania Signed-off-by: Bharata B Rao S