From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDav6-0006qP-Qc for qemu-devel@nongnu.org; Thu, 16 Jun 2016 13:17:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDav4-0007gT-Se for qemu-devel@nongnu.org; Thu, 16 Jun 2016 13:17:31 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:57826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDav4-0007gH-KJ for qemu-devel@nongnu.org; Thu, 16 Jun 2016 13:17:30 -0400 From: Peter Maydell Date: Thu, 16 Jun 2016 18:17:21 +0100 Message-Id: <1466097446-981-1-git-send-email-peter.maydell@linaro.org> Subject: [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: qemu-devel@nongnu.org Cc: patches@linaro.org, Jason Wang , Dmitry Fleytman , Scott Feldman , Jiri Pirko , "Michael S. Tsirkin" 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() hw/net/e1000.c | 18 +++++++++--------- hw/net/e1000e_core.c | 6 +++--- hw/net/e1000x_common.c | 2 +- hw/net/eepro100.c | 8 ++++---- hw/net/rocker/rocker_tlv.h | 6 +++--- hw/net/rtl8139.c | 9 ++++----- hw/net/virtio-net.c | 2 +- 7 files changed, 25 insertions(+), 26 deletions(-) -- 1.9.1