Re: [Qemu-devel] [PATCH for-next 1/8] tcg-i386: Add and use tcg_out64

2013-08-15 Thread Aurelien Jarno
On Mon, Aug 05, 2013 at 08:07:18AM -1000, Richard Henderson wrote: > No point in splitting the write into 32-bit pieces. > > Signed-off-by: Richard Henderson > --- > tcg/i386/tcg-target.c | 3 +-- > tcg/tcg.c | 6 ++ > 2 files changed, 7 insertions(+), 2 deletions(-) > > diff --

[Qemu-devel] [PATCH for-next 1/8] tcg-i386: Add and use tcg_out64

2013-08-05 Thread Richard Henderson
No point in splitting the write into 32-bit pieces. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c | 3 +-- tcg/tcg.c | 6 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c index 87eeab3..841bd75 100644 ---