From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBpix-0005pU-0e for qemu-devel@nongnu.org; Sat, 11 Jun 2016 16:41:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBpit-0005T2-SU for qemu-devel@nongnu.org; Sat, 11 Jun 2016 16:41:42 -0400 References: <1465575021-3774-1-git-send-email-peter.maydell@linaro.org> From: Eric Blake Message-ID: <575C7765.6050806@redhat.com> Date: Sat, 11 Jun 2016 14:41:09 -0600 MIME-Version: 1.0 In-Reply-To: <1465575021-3774-1-git-send-email-peter.maydell@linaro.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gVIGV6GpvhXiqdgGGvjAGd5smCmHcSWT0" Subject: Re: [Qemu-devel] [PATCH] hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: Aurelien Jarno , patches@linaro.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --gVIGV6GpvhXiqdgGGvjAGd5smCmHcSWT0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 06/10/2016 10:10 AM, Peter Maydell wrote: > Use ldl_le_p() and stl_le_p() instead of le32_to_cpup() and > cpu_to_le32w(); the former handle misaligned addresses and don't > need casts, and the latter are deprecated. >=20 > Signed-off-by: Peter Maydell > --- > hw/sh4/sh_pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --gVIGV6GpvhXiqdgGGvjAGd5smCmHcSWT0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXXHdlAAoJEKeha0olJ0Nq/OYH/2yDKZzzd1YcfcQgn2PezXKl wnv2DJ4Q/O3RoQbloPtm+aHwy5khSzc5tjmM7f2s5YsJwJ3Omx5K7Iw5wJ9wr8l2 4M2Tbe5fpxOqYTvZXndTI72m+HVwuh1c6jfKAsn1UFMghCAHiwwbXi4ovfsdrS5i 6Ab9cSMKCml7q45jd5wqyN16KXrY2uhAfbfPlPhmBY459UUba7LJz6BQcoTbdjMu WIkihlDCeRLtz3rctxRRQkyqxWTzsLsVqoxiLnwtXSEYclpwYNX9Dw8xyJjBDKYS hnYmATNu3g9vQCVLU5a7frp7JV1OzHb52T2GQYKDXXSTzAhoKfM7FuFx+QLJoTc= =+7wZ -----END PGP SIGNATURE----- --gVIGV6GpvhXiqdgGGvjAGd5smCmHcSWT0--