From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDxIn-0001hA-M0 for qemu-devel@nongnu.org; Fri, 17 Jun 2016 13:11:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDxIi-0002do-Kt for qemu-devel@nongnu.org; Fri, 17 Jun 2016 13:11:28 -0400 Received: from mail-qk0-x241.google.com ([2607:f8b0:400d:c09::241]:33317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDxIi-0002dc-Fy for qemu-devel@nongnu.org; Fri, 17 Jun 2016 13:11:24 -0400 Received: by mail-qk0-x241.google.com with SMTP id a186so12706929qkf.0 for ; Fri, 17 Jun 2016 10:11:24 -0700 (PDT) Sender: Richard Henderson References: <1466097446-981-1-git-send-email-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Fri, 17 Jun 2016 10:11:20 -0700 MIME-Version: 1.0 In-Reply-To: <1466097446-981-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] hw/net: Don't use cpu_to_*w() and *_to_cpup() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Jiri Pirko , "Michael S. Tsirkin" , Jason Wang , patches@linaro.org, Scott Feldman , Dmitry Fleytman On 06/16/2016 10:17 AM, Peter Maydell wrote: > This patchset converts a handful of network devices to use > ld*_p() and st*_p() instead of cpu_to_*w() and *_to_cpup(). > > This is the last lot of conversion patches; I have the "delete > the implementations from bswap.h" patch, and will send that out > once all of the in-flight patches have hit master. > > thanks > -- PMM > > Peter Maydell (5): > hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup() > hw/net/rtl8139.c: Don't use *_to_cpup() > hw/net/rocker: Don't use *_to_cpup() > hw/net/virtio-net.c: Don't use *_to_cpup() > hw/net/e1000: Don't use *_to_cpup() > Reviewed-by: Richard Henderson r~