From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFMpA-0003So-3x for qemu-devel@nongnu.org; Thu, 16 Nov 2017 11:15:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFMp4-0002LF-9I for qemu-devel@nongnu.org; Thu, 16 Nov 2017 11:15:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47132) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eFMp4-0002KX-3C for qemu-devel@nongnu.org; Thu, 16 Nov 2017 11:15:26 -0500 Date: Thu, 16 Nov 2017 18:15:24 +0200 From: "Michael S. Tsirkin" Message-ID: <20171116181158-mutt-send-email-mst@kernel.org> References: <1510769835-31902-1-git-send-email-mst@redhat.com> <20171116173033-mutt-send-email-mst@kernel.org> <20171116154534.GR16461@redhat.com> <20171116175149-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/10] pc, pci, virtio: fixes for rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Daniel P. Berrange" , QEMU Developers On Thu, Nov 16, 2017 at 04:10:22PM +0000, Peter Maydell wrote: > On 16 November 2017 at 15:56, Michael S. Tsirkin wrote: > > On Thu, Nov 16, 2017 at 03:45:34PM +0000, Daniel P. Berrange wrote: > >> On Thu, Nov 16, 2017 at 05:38:18PM +0200, Michael S. Tsirkin wrote: > >> > I think it's test: fix detection of errors from iasl > >> > I'll drop it for now. > >> > >> I think that patch is merely exposing a failure that has always > >> happened, but which we've never noticed before. So dropping that > >> patch just hides the error again, doesn't fix the error. > > > We shouldn't fail test if system can't load expected files. > > This just will trip up people trying to build qemu. > > If there are known-buggy iasl versions in the wild we could > consider a configure test and treat buggy-iasl like no-iasl. > > thanks > -- PMM Right. All this is not 2.11 material though. -- MST