qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/8] linux-user fixes


From: Richard Henderson
Subject: [Qemu-devel] [PATCH v2 0/8] linux-user fixes
Date: Fri, 4 Jan 2013 16:39:25 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]