From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XR0yE-0006W2-Pj for qemu-devel@nongnu.org; Mon, 08 Sep 2014 11:35:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XR0y8-0003Ua-Lv for qemu-devel@nongnu.org; Mon, 08 Sep 2014 11:35:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XR0y8-0003TW-F8 for qemu-devel@nongnu.org; Mon, 08 Sep 2014 11:35:04 -0400 Date: Mon, 8 Sep 2014 17:34:59 +0200 From: Kevin Wolf Message-ID: <20140908153459.GI4297@noname.redhat.com> References: <1410187244-8266-1-git-send-email-gordon@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410187244-8266-1-git-send-email-gordon@localhost.localdomain> 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: Xiaodong Gong Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 08.09.2014 um 16:40 hat Xiaodong Gong geschrieben: > From: Xiaodong Gong > > cpu_to_be32() is wrong since vhd_type is an enum constant > (just a regular CPU-endian integer). > > Signed-off-by: Xiaodong Gong Thanks, this one is perfect. :-) Applied to the block branch. Kevin