qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] Drop cpu_to_*w, *_to_cpup, document cpu_to_*, *_to_cpu
@ 2016-06-28 14:50 Peter Maydell
  2016-06-28 14:50 ` [Qemu-devel] [PATCH 1/6] fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions Peter Maydell
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Peter Maydell @ 2016-06-28 14:50 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: patches

This patchset removes the final uses of the deprecated
cpu_to_*w() and *_to_cpup() conversion functions, and
then removes their implementations. We can then document
the remaining cpu_to_*() and *_to_cpu() conversion functions.

The block/qcow2 patch is in the qcow2 queue but not in master yet;
the hw/bt patch was posted a while back but not yet reviewed;
I've put them in this series so it's self-contained.
The 9p patch I thought I'd posted but apparently not.

Patches 4..6 are definitely new.

This is all pretty safe to go into 2.7, but the only justification
for doing so really is that it gets a pending item off my list
of things-in-flight :-)

thanks
-- PMM


Peter Maydell (6):
  fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions
  block/qcow2: Don't use cpu_to_*w()
  hw/bt: Don't use cpu_to_*w() and *_to_cpup()
  bswap.h: Remove unused cpu_to_*w() and *_to_cpup()
  bswap.h: Fix comment typo
  bswap.h: Document cpu_to_* and *_to_cpu conversion functions

 block/qcow2-cluster.c  |  2 +-
 block/qcow2-refcount.c | 11 ++++----
 block/qcow2.c          |  6 ++---
 fsdev/9p-iov-marshal.c | 18 +++++--------
 hw/bt/hci.c            | 10 +++-----
 hw/bt/l2cap.c          | 12 ++++-----
 include/qemu/bswap.h   | 70 ++++++++++++++++++++++++++++++++++++++++++--------
 7 files changed, 83 insertions(+), 46 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-06-28 15:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28 14:50 [Qemu-devel] [PATCH 0/6] Drop cpu_to_*w, *_to_cpup, document cpu_to_*, *_to_cpu Peter Maydell
2016-06-28 14:50 ` [Qemu-devel] [PATCH 1/6] fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions Peter Maydell
2016-06-28 15:09   ` Eric Blake
2016-06-28 14:50 ` [Qemu-devel] [PATCH 2/6] block/qcow2: Don't use cpu_to_*w() Peter Maydell
2016-06-28 15:13   ` Eric Blake
2016-06-28 15:13   ` Peter Maydell
2016-06-28 14:50 ` [Qemu-devel] [PATCH 3/6] hw/bt: Don't use cpu_to_*w() and *_to_cpup() Peter Maydell
2016-06-28 15:27   ` Eric Blake
2016-06-28 14:50 ` [Qemu-devel] [PATCH 4/6] bswap.h: Remove unused " Peter Maydell
2016-06-28 15:38   ` Eric Blake
2016-06-28 14:50 ` [Qemu-devel] [PATCH 5/6] bswap.h: Fix comment typo Peter Maydell
2016-06-28 15:05   ` Stefan Weil
2016-06-28 14:50 ` [Qemu-devel] [PATCH 6/6] bswap.h: Document cpu_to_* and *_to_cpu conversion functions Peter Maydell
2016-06-28 14:58   ` Peter Maydell
2016-06-28 15:40   ` Eric Blake

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).