qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] hw/net: Don't use cpu_to_*w() and *_to_cpup()
@ 2016-06-16 17:17 Peter Maydell
  2016-06-16 17:17 ` [Qemu-devel] [PATCH 1/5] hw/net/eepro100.c: " Peter Maydell
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Peter Maydell @ 2016-06-16 17:17 UTC (permalink / raw)
  To: qemu-devel
  Cc: patches, 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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-06-27 16:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-16 17:17 [Qemu-devel] [PATCH 0/5] hw/net: Don't use cpu_to_*w() and *_to_cpup() Peter Maydell
2016-06-16 17:17 ` [Qemu-devel] [PATCH 1/5] hw/net/eepro100.c: " Peter Maydell
2016-06-16 17:17 ` [Qemu-devel] [PATCH 2/5] hw/net/rtl8139.c: Don't use *_to_cpup() Peter Maydell
2016-06-16 17:17 ` [Qemu-devel] [PATCH 3/5] hw/net/rocker: " Peter Maydell
2016-06-16 17:17 ` [Qemu-devel] [PATCH 4/5] hw/net/virtio-net.c: " Peter Maydell
2016-06-16 17:17 ` [Qemu-devel] [PATCH 5/5] hw/net/e1000: " Peter Maydell
2016-06-17 17:11 ` [Qemu-devel] [PATCH 0/5] hw/net: Don't use cpu_to_*w() and *_to_cpup() Richard Henderson
2016-06-20  2:45 ` Jason Wang
2016-06-20  7:19   ` Dmitry Fleytman
2016-06-27 16:04 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).