From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHuLt-0006YI-OG for qemu-devel@nongnu.org; Tue, 28 Jun 2016 10:51:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHuLr-0005bv-UB for qemu-devel@nongnu.org; Tue, 28 Jun 2016 10:51:00 -0400 From: Peter Maydell Date: Tue, 28 Jun 2016 15:50:45 +0100 Message-Id: <1467125451-16700-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/6] Drop cpu_to_*w, *_to_cpup, document cpu_to_*, *_to_cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: patches@linaro.org 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