From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTgOA-0008O5-IT for qemu-devel@nongnu.org; Mon, 06 Jun 2011 16:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTgO8-0000KG-K9 for qemu-devel@nongnu.org; Mon, 06 Jun 2011 16:27:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTgO8-0000KC-6U for qemu-devel@nongnu.org; Mon, 06 Jun 2011 16:27:04 -0400 Message-ID: <4DED3815.3080109@redhat.com> Date: Mon, 06 Jun 2011 22:27:01 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1307370348-28400-1-git-send-email-pbonzini@redhat.com> <1307370348-28400-4-git-send-email-pbonzini@redhat.com> <4DED3109.1070902@twiddle.net> In-Reply-To: <4DED3109.1070902@twiddle.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 3/3] move unaligned memory access functions to bswap.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On 06/06/2011 09:56 PM, Richard Henderson wrote: > Can we add a patch 4/3 that removes this sort of hard-coded > assembly stuff in favour of generic gcc code. Then it's also possible to commit patch 2 from this submission, and wait while I rework the other two to use generic GCC code. Paolo