From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UceHf-0000xD-TC for qemu-devel@nongnu.org; Wed, 15 May 2013 12:10:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UceHb-0007et-5w for qemu-devel@nongnu.org; Wed, 15 May 2013 12:10:31 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:39414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UceHb-0007eo-0W for qemu-devel@nongnu.org; Wed, 15 May 2013 12:10:27 -0400 Received: by mail-oa0-f41.google.com with SMTP id n9so2397687oag.28 for ; Wed, 15 May 2013 09:10:26 -0700 (PDT) Sender: fluxion Date: Wed, 15 May 2013 11:07:40 -0500 From: mdroth Message-ID: <20130515160740.GA23880@vm> References: <1368622839-7084-1-git-send-email-kwolf@redhat.com> <51938A88.3060306@redhat.com> <20130515132450.GE2858@dhcp-200-207.str.redhat.com> <519391E2.4050600@redhat.com> <8761ykdzjs.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8761ykdzjs.fsf@codemonkey.ws> 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: Anthony Liguori Cc: Kevin Wolf , Paolo Bonzini , qemu-devel@nongnu.org, stefanha@redhat.com On Wed, May 15, 2013 at 10:37:43AM -0500, Anthony Liguori wrote: > Paolo Bonzini writes: > > > Il 15/05/2013 15:24, Kevin Wolf ha scritto: > >> 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. > > > > Well, we have Mac OS X not building, > > Peter's patch fixes it and will be in -rc2 > > > BSDs not supporting the GTK+ > > We don't have a formal support statement, but I don't think it's > controversial to say that BSD hosts are a secondary platform from a host > point of view. > > A build issue in an optional feature on a secondary platform is not > something I'd consider a release blocker. > > > release, and SLIRP broken on Windows. > > This is a tough one since it's the default networking backend. That > said, it likely has been broken for a while (months) and no one > noticed. That makes me think that fixing in stable (particularly if we > scheduled a stable release for two weeks after 1.5.0) is reasonable. This is a bit tight. Freeze for 1.4.2 is the same day as 1.5.0, so we'd be testing 2 stable releases at the same time. So if we do this, I think it we should restrict it to fixing the specific issues we're considering as potential 1.5.0 release blockers so we can focus on those in testing rather than opening it up for general fixes. > > Regards, > > Anthony Liguori > > > At least the first two have > > patches on the list, the last is bisected but no patch yet. > > > > Paolo >