From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPqNh-0007F3-Ul for qemu-devel@nongnu.org; Fri, 05 Sep 2014 06:04:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPqNc-00024x-8R for qemu-devel@nongnu.org; Fri, 05 Sep 2014 06:04:37 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:38036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPqNc-00024o-15 for qemu-devel@nongnu.org; Fri, 05 Sep 2014 06:04:32 -0400 Received: by mail-we0-f170.google.com with SMTP id p10so11531703wes.1 for ; Fri, 05 Sep 2014 03:04:31 -0700 (PDT) Date: Fri, 5 Sep 2014 11:04:28 +0100 From: Stefan Hajnoczi Message-ID: <20140905100428.GE18562@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9crTWz/Z+Zyzu20v" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] Fix improper usage of cpu_to_be32 in vpc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gordon Gong Cc: "Xiaoding (B)" , "Liuji (Jeremy)" , "Luohao (brian)" , qemu-devel@nongnu.org, stefanha@redhat.com --9crTWz/Z+Zyzu20v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 04, 2014 at 10:43:58PM +0800, Gordon Gong wrote: > From fd3f0fd9c53d7782d4d835597c8a07b897bec3d0 Mon Sep 17 00:00:00 2001 >=20 > From: Xiaodong Gong >=20 > Date: Sat, 30 Aug 2014 03:17:03 +0800 >=20 > Subject: Fix improper usage of cpu_to_be32 in vpc >=20 >=20 >=20 > cpu_to_be32() is wrong since vhd_type is an enum constant >=20 > (just a regular CPU-endian integer). >=20 >=20 >=20 > Signed-off-by: Xiaodong Gong >=20 > --- >=20 > block/vpc.c | 8 ++++---- >=20 > 1 file changed, 4 insertions(+), 4 deletions(-) This patch is malformed and does not apply with git-am(1). Please use git-send-email(1) to send properly formatted patches. Copy-pasting patches into GMail's web interface does not work. http://qemu-project.org/Contribute/SubmitAPatch Stefan --9crTWz/Z+Zyzu20v Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUCYqsAAoJEJykq7OBq3PIPMUH/RR2K71WgAVnOmlQR4/vpBR2 IEQvLtbNDDNY0iwPtuLpFevySx4jpM/I+808rjIrGgmjXorZV/4ZerMD93oHRVba Bb/oSX2+fiscW+2E4jVzLvH1YEI/5BnznHhJrWGVe+NirLdzgs507AUQJcpRgtG7 YTbnski26noPM/k/pGGQ9KAu47gvuUP3PL7kzpuoxnouN4UyzKk0WK8nzsNil3Ve 8Ebao66FVSrhOBgqbYEf8VPlOKYYHRAXs05uHQlqdYW5Zt5oGE/OVuWY2PDwrNfy EjRduQ9PdurtQ/Hf/DdrS7DFyygrlc6pU0fDMb0yiwfoxigyE7tCE8WcMcCxU1w= =XRBc -----END PGP SIGNATURE----- --9crTWz/Z+Zyzu20v--