Re: [Qemu-devel] [PATCH RESEND v2 01/17] target-ppc: consolidate load operations

2016-09-14 Thread David Gibson
On Mon, Sep 12, 2016 at 12:11:30PM +0530, Nikunj A Dadhania wrote: > Implement macro to consolidate store operations using newer > tcg_gen_qemu_ld functions. s/store/load/, but I can fix that as I apply if I don't find anything else in the series which requires a respin. > > Signed-off-by: Nikun

[Qemu-devel] [PATCH RESEND v2 01/17] target-ppc: consolidate load operations

2016-09-11 Thread Nikunj A Dadhania
Implement macro to consolidate store operations using newer tcg_gen_qemu_ld functions. Signed-off-by: Nikunj A Dadhania --- target-ppc/translate.c | 58 +- 1 file changed, 20 insertions(+), 38 deletions(-) diff --git a/target-ppc/translate.c b/tar