From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLC66-0003dO-VA for qemu-devel@nongnu.org; Thu, 07 Jul 2016 12:24:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLC66-0005gE-31 for qemu-devel@nongnu.org; Thu, 07 Jul 2016 12:24:18 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:58202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLC65-0005fs-SG for qemu-devel@nongnu.org; Thu, 07 Jul 2016 12:24:18 -0400 From: Peter Maydell Date: Thu, 7 Jul 2016 17:20:55 +0100 Message-Id: <1467908460-27048-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v2 0/5] 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 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. These are all the same as v1, except that: * qcow2 patch is upstream * I fixed the silly mistake in the documentation of the prototypes of the conversion functions in the last patch * rebased All the patches have been reviewed, so I'm planning to just commit these to master. thanks -- PMM Peter Maydell (5): fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions 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 fsdev/9p-iov-marshal.c | 18 +++++-------- hw/bt/hci.c | 10 +++----- hw/bt/l2cap.c | 12 ++++----- include/qemu/bswap.h | 70 ++++++++++++++++++++++++++++++++++++++++++-------- 4 files changed, 74 insertions(+), 36 deletions(-) -- 1.9.1