Re: [Qemu-devel] [PATCH 2/3] tcg/arm: fix qemu_st64 for big endian targets

2011-01-07 Thread andrzej zaborowski
On 6 January 2011 22:54, Aurelien Jarno wrote: > Due to a typo, qemu_st64 doesn't properly byteswap the 32-bit low word of > a 64 bit word before saving it. This patch fixes that. This is a good catch. Acked-by: Andrzej Zaborowski Cheers

[Qemu-devel] [PATCH 2/3] tcg/arm: fix qemu_st64 for big endian targets

2011-01-06 Thread Aurelien Jarno
Due to a typo, qemu_st64 doesn't properly byteswap the 32-bit low word of a 64 bit word before saving it. This patch fixes that. Cc: Andrzej Zaborowski Signed-off-by: Aurelien Jarno --- tcg/arm/tcg-target.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tcg/arm/tcg-ta