From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpVhJ-0002no-Ip for qemu-devel@nongnu.org; Thu, 29 Sep 2016 03:24:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpVhE-000365-FG for qemu-devel@nongnu.org; Thu, 29 Sep 2016 03:24:00 -0400 References: <1475088693-29091-1-git-send-email-lvivier@redhat.com> <1475088693-29091-6-git-send-email-lvivier@redhat.com> <20160929053327.GU8390@umbus.fritz.box> From: Laurent Vivier Message-ID: <7cbcb13b-605a-448b-c028-c9e1e720ff19@redhat.com> Date: Thu, 29 Sep 2016 09:23:51 +0200 MIME-Version: 1.0 In-Reply-To: <20160929053327.GU8390@umbus.fritz.box> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v3 5/6] qtest: define target cpu endianness conversion functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org, thuth@redhat.com, Greg Kurz , qemu-ppc@nongnu.org, Gerd Hoffmann , dgibson@redhat.com On 29/09/2016 07:33, David Gibson wrote: > On Wed, Sep 28, 2016 at 08:51:32PM +0200, Laurent Vivier wrote: >> Signed-off-by: Laurent Vivier > > So, I think the right place to do the necessary endianness conversion > is the PCI accessor helpers, as noted elsewhere. Reworking my series I came to the same conclusion: I'm going to rework that and send a new series. Thanks, Laurent