From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQwq2-0006Dc-9B for qemu-devel@nongnu.org; Mon, 08 Sep 2014 07:10:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQwpv-0005dv-UN for qemu-devel@nongnu.org; Mon, 08 Sep 2014 07:10:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQwpv-0005dj-HU for qemu-devel@nongnu.org; Mon, 08 Sep 2014 07:10:19 -0400 Date: Mon, 8 Sep 2014 13:10:16 +0200 From: Kevin Wolf Message-ID: <20140908111016.GF4297@noname.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 21G Cc: qemu-devel , stefanha Am 05.09.2014 um 20:40 hat 21G geschrieben: > cpu_to_be32() is wrong since vhd_type is an enum constant > (just a regular CPU-endian integer). > > Signed-off-by: Xiaodong Gong Please use 'git send-email' to send patches. Neither 'git am' nor 'patch' can seem to apply this patch (firstly because this is not a plain text, but a multipart email, but even when doing the extra effort of saving just the text part it doesn't work). The same is true for your other patch. Kevin