From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QThvX-0008Ct-Nx for qemu-devel@nongnu.org; Mon, 06 Jun 2011 18:05:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QThvW-00082j-Jq for qemu-devel@nongnu.org; Mon, 06 Jun 2011 18:05:39 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:55449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QThvW-00082d-8e for qemu-devel@nongnu.org; Mon, 06 Jun 2011 18:05:38 -0400 Received: by pwi6 with SMTP id 6so2526854pwi.4 for ; Mon, 06 Jun 2011 15:05:37 -0700 (PDT) Sender: Richard Henderson Message-ID: <4DED4F24.5050205@twiddle.net> Date: Mon, 06 Jun 2011 15:05:24 -0700 From: Richard Henderson 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> <4DED3815.3080109@redhat.com> In-Reply-To: <4DED3815.3080109@redhat.com> Content-Type: text/plain; charset=UTF-8 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: Paolo Bonzini Cc: qemu-devel@nongnu.org On 06/06/2011 01:27 PM, Paolo Bonzini wrote: > 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. I began the message by acking all of 1 through 3. The re-work for GCC code ought to be a follow-on patch. r~