qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/8] linux-user fixes
@ 2013-01-05  0:39 Richard Henderson
  2013-01-05  0:39 ` [Qemu-devel] [PATCH 1/8] fdt: Use bswapN instead of bswap_N Richard Henderson
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Richard Henderson @ 2013-01-05  0:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Blue Swirl, Riku Voipio

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-01-12 16:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-05  0:39 [Qemu-devel] [PATCH v2 0/8] linux-user fixes Richard Henderson
2013-01-05  0:39 ` [Qemu-devel] [PATCH 1/8] fdt: Use bswapN instead of bswap_N Richard Henderson
2013-01-05  0:39 ` [Qemu-devel] [PATCH 2/8] bswap: Tidy base definitions of bswapN Richard Henderson
2013-01-05  0:39 ` [Qemu-devel] [PATCH 3/8] bswap: Add host endian unaligned access functions Richard Henderson
2013-01-05  0:39 ` [Qemu-devel] [PATCH 4/8] bswap: Rewrite all ld<type>_<endian>_p functions Richard Henderson
2013-01-05  0:39 ` [Qemu-devel] [PATCH 5/8] bswap: Rewrite cpu_to_<endian><type>u with {ld, st}<type>_<endian>_p Richard Henderson
2013-01-05  0:39 ` [Qemu-devel] [PATCH 6/8] linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr Richard Henderson
2013-01-05  0:39 ` [Qemu-devel] [PATCH 7/8] alpha-linux-user: Fix sigaction Richard Henderson
2013-01-05  0:39 ` [Qemu-devel] [PATCH 8/8] user: Consider symbolic links as possible directories Richard Henderson
2013-01-12 16:07 ` [Qemu-devel] [PATCH v2 0/8] linux-user fixes Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).