From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu3ct-0005vW-Fg for qemu-devel@nongnu.org; Sat, 12 Jan 2013 11:08:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tu3ce-0002ON-8M for qemu-devel@nongnu.org; Sat, 12 Jan 2013 11:08:07 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:46686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu3ce-0002OG-05 for qemu-devel@nongnu.org; Sat, 12 Jan 2013 11:07:52 -0500 Received: by mail-pb0-f41.google.com with SMTP id xa7so1466217pbc.0 for ; Sat, 12 Jan 2013 08:07:51 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1357346373-13898-1-git-send-email-rth@twiddle.net> References: <1357346373-13898-1-git-send-email-rth@twiddle.net> From: Blue Swirl Date: Sat, 12 Jan 2013 16:07:31 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 0/8] linux-user fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Riku Voipio , qemu-devel@nongnu.org Thanks, applied all. On Sat, Jan 5, 2013 at 12:39 AM, Richard Henderson 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 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__p functions > bswap: Rewrite cpu_to_u with {ld,st}__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 >