Re: [Qemu-devel] [PATCH 1/4] cpu-all: Add unaligned load/store helper functions

2012-10-19 Thread Blue Swirl
On Wed, Oct 17, 2012 at 4:17 AM, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > cpu-all.h | 38 ++ > 1 file changed, 38 insertions(+) > > diff --git a/cpu-all.h b/cpu-all.h > index 2b99682..2db4414 100644 > --- a/cpu-all.h > +++ b/cpu-all.

[Qemu-devel] [PATCH 1/4] cpu-all: Add unaligned load/store helper functions

2012-10-16 Thread Richard Henderson
Signed-off-by: Richard Henderson --- cpu-all.h | 38 ++ 1 file changed, 38 insertions(+) diff --git a/cpu-all.h b/cpu-all.h index 2b99682..2db4414 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -113,6 +113,44 @@ static inline void tswap64s(uint64_t *s) #define bsw