Thanks, applied all.
On Sat, Jan 5, 2013 at 12:39 AM, Richard Henderson <r...@twiddle.net> wrote:
> Version 1 was way back in October,
>
> http://lists.gnu.org/archive/html/qemu-devel/2012-10/msg02854.html
>
> wherein Blue asked me to re-do the unaligned access function part of
> the patch. I've now done that, as patch 3 of this series.
>
> But having a look at <qemu/bswap.h> was frought with ugliness, and
> I've now cleaned up some of that as well.
>
>
> r~
>
>
> Richard Henderson (8):
> fdt: Use bswapN instead of bswap_N
> bswap: Tidy base definitions of bswapN
> bswap: Add host endian unaligned access functions
> bswap: Rewrite all ld<type>_<endian>_p functions
> bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_p
> linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr
> alpha-linux-user: Fix sigaction
> user: Consider symbolic links as possible directories
>
> include/libfdt_env.h | 16 +-
> include/qemu/bswap.h | 480
> ++++++++++++----------------------------------
> linux-user/qemu.h | 63 +++---
> linux-user/signal.c | 22 +--
> linux-user/syscall_defs.h | 2 +-
> path.c | 5 +-
> 6 files changed, 171 insertions(+), 417 deletions(-)
>
> --
> 1.7.11.7
>