From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDsj6-0004e0-5h for qemu-devel@nongnu.org; Mon, 26 Aug 2013 05:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDsj1-0003BP-8z for qemu-devel@nongnu.org; Mon, 26 Aug 2013 05:04:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDsj1-0003BK-1D for qemu-devel@nongnu.org; Mon, 26 Aug 2013 05:04:39 -0400 Date: Mon, 26 Aug 2013 11:04:33 +0200 From: Stefan Hajnoczi Message-ID: <20130826090433.GC29679@stefanha-thinkpad.redhat.com> References: <1377442777-11066-1-git-send-email-peter.maydell@linaro.org> <1377442777-11066-5-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-5-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH 4/9] bswap.h: Remove le32_to_cpupu() 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:32PM +0100, Peter Maydell wrote: > Replace the legacy le32_to_cpupu() with ldl_le_p(). > > Signed-off-by: Peter Maydell > --- > hw/net/ne2000.c | 2 +- > include/hw/pci/pci.h | 2 +- > include/qemu/bswap.h | 5 ----- > 3 files changed, 2 insertions(+), 7 deletions(-) Reviewed-by: Stefan Hajnoczi