From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcbhQ-0005cy-Rm for qemu-devel@nongnu.org; Wed, 15 May 2013 09:25:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcbhO-0002NW-Q6 for qemu-devel@nongnu.org; Wed, 15 May 2013 09:24:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcbhO-0002NP-HR for qemu-devel@nongnu.org; Wed, 15 May 2013 09:24:54 -0400 Date: Wed, 15 May 2013 15:24:51 +0200 From: Kevin Wolf Message-ID: <20130515132450.GE2858@dhcp-200-207.str.redhat.com> References: <1368622839-7084-1-git-send-email-kwolf@redhat.com> <51938A88.3060306@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51938A88.3060306@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-1.5?] ide-test: Fix endianness problems List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Anthony Liguori , qemu-devel@nongnu.org, stefanha@redhat.com Am 15.05.2013 um 15:15 hat Paolo Bonzini geschrieben: > Il 15/05/2013 15:00, Kevin Wolf ha scritto: > > The test case passes on big endian hosts now (tested on ppc64) > > > > Signed-off-by: Kevin Wolf > > For 1.5? Do we need an extra -rc? An extra -rc for a test case fix on big endian hosts is probably too much... But if it can still be applied for the release, sure, why not. Kevin