Re: [Qemu-devel] [PATCH] configure: Define target access alignment in configure

2019-07-19 Thread Paolo Bonzini
On 19/07/19 11:17, Aleksandar Markovic wrote: > > On Jul 18, 2019 11:55 AM, "Paolo Bonzini" > wrote: >> >> On 18/07/19 08:01, tony.ngu...@bt.com wrote: >> > This patch moves the define of target access alignment earlier from >> > target/foo/

Re: [Qemu-devel] [PATCH] configure: Define target access alignment in configure

2019-07-19 Thread Aleksandar Markovic
On Jul 18, 2019 8:02 AM, wrote: > > This patch moves the define of target access alignment earlier from > target/foo/cpu.h to configure. > > Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp is now > accelerator independent MemOp" > > Signed-off-by: Tony Nguyen > --- Hi, Tony.

Re: [Qemu-devel] [PATCH] configure: Define target access alignment in configure

2019-07-19 Thread Aleksandar Markovic
On Jul 18, 2019 11:55 AM, "Paolo Bonzini" wrote: > > On 18/07/19 08:01, tony.ngu...@bt.com wrote: > > This patch moves the define of target access alignment earlier from > > target/foo/cpu.h to configure. > > > > Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp is now > > accel

Re: [Qemu-devel] [PATCH] configure: Define target access alignment in configure

2019-07-19 Thread Aleksandar Markovic
On Jul 18, 2019 8:02 AM, wrote: > > This patch moves the define of target access alignment earlier from > target/foo/cpu.h to configure. > > Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp is now > accelerator independent MemOp" > > Signed-off-by: Tony Nguyen > --- > configu

Re: [Qemu-devel] [PATCH] configure: Define target access alignment in configure

2019-07-19 Thread Aleksandar Markovic
On Jul 18, 2019 8:02 AM, wrote: > > This patch moves the define of target access alignment earlier from > target/foo/cpu.h to configure. > > Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp is now > accelerator independent MemOp" > > Signed-off-by: Tony Nguyen > --- Tony, No

Re: [Qemu-devel] [PATCH] configure: Define target access alignment in configure

2019-07-18 Thread Richard Henderson
On 7/17/19 11:01 PM, tony.ngu...@bt.com wrote: > This patch moves the define of target access alignment earlier from > target/foo/cpu.h to configure. > > Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp is now > accelerator independent MemOp" > > Signed-off-by: Tony Nguyen >

Re: [Qemu-devel] [PATCH] configure: Define target access alignment in configure

2019-07-18 Thread Paolo Bonzini
On 18/07/19 08:01, tony.ngu...@bt.com wrote: > This patch moves the define of target access alignment earlier from > target/foo/cpu.h to configure. > > Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp is now > accelerator independent MemOp" > > Signed-off-by: Tony Nguyen > --

Re: [Qemu-devel] [PATCH] configure: Define target access alignment in configure

2019-07-18 Thread Philippe Mathieu-Daudé
On 7/18/19 8:01 AM, tony.ngu...@bt.com wrote: > This patch moves the define of target access alignment earlier from > target/foo/cpu.h to configure. > > Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp is now > accelerator independent MemOp" > > Signed-off-by: Tony Nguyen > -

[Qemu-devel] [PATCH] configure: Define target access alignment in configure

2019-07-17 Thread tony.nguyen
This patch moves the define of target access alignment earlier from target/foo/cpu.h to configure. Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp is now accelerator independent MemOp" Signed-off-by: Tony Nguyen --- configure | 12 ++-- include/exec/pois