From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDsn3-0000M2-Ev for qemu-devel@nongnu.org; Mon, 26 Aug 2013 05:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDsmy-0004eL-OF for qemu-devel@nongnu.org; Mon, 26 Aug 2013 05:08:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDsmy-0004eA-D1 for qemu-devel@nongnu.org; Mon, 26 Aug 2013 05:08:44 -0400 Date: Mon, 26 Aug 2013 11:08:38 +0200 From: Stefan Hajnoczi Message-ID: <20130826090838.GF29679@stefanha-thinkpad.redhat.com> References: <1377442777-11066-1-git-send-email-peter.maydell@linaro.org> <1377442777-11066-8-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377442777-11066-8-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH 7/9] bswap.h: Remove cpu_to_be32wu() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Kevin Wolf , "Michael S. Tsirkin" , patches@linaro.org, qemu-devel@nongnu.org, Anthony Liguori , Richard Henderson On Sun, Aug 25, 2013 at 03:59:35PM +0100, Peter Maydell wrote: > Replace the legacy cpu_to_be32wu() with stl_be_p(). > > Signed-off-by: Peter Maydell > --- > hw/block/cdrom.c | 6 +++--- > hw/net/e1000.c | 3 +-- > hw/pci/pcie_aer.c | 4 ++-- > include/qemu/bswap.h | 5 ----- > 4 files changed, 6 insertions(+), 12 deletions(-) Reviewed-by: Stefan Hajnoczi