From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:42024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtcsv-0000oG-Sw for qemu-devel@nongnu.org; Tue, 12 Feb 2019 13:34:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtcsu-0006wq-Tk for qemu-devel@nongnu.org; Tue, 12 Feb 2019 13:34:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43764) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtcsu-0006t1-N4 for qemu-devel@nongnu.org; Tue, 12 Feb 2019 13:34:20 -0500 Date: Tue, 12 Feb 2019 13:34:17 -0500 From: "Michael S. Tsirkin" Message-ID: <20190212133402-mutt-send-email-mst@kernel.org> References: <20190204160325.4914-1-lersek@redhat.com> <20190205160741.44d516d4@Igors-MacBook-Pro.local> <20190206113013.76ec80ff@Igors-MacBook-Pro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190206113013.76ec80ff@Igors-MacBook-Pro.local> Subject: Re: [Qemu-devel] [PATCH v3 0/5] add the BiosTablesTest UEFI app, build it with the new roms/edk2 submodule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: Laszlo Ersek , qemu devel list , Ard Biesheuvel , Shannon Zhao , Gerd Hoffmann , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= On Wed, Feb 06, 2019 at 11:30:13AM +0100, Igor Mammedov wrote: > On Tue, 5 Feb 2019 16:19:50 +0100 > Laszlo Ersek wrote: > > > On 02/05/19 16:07, Igor Mammedov wrote: > > > On Mon, 4 Feb 2019 17:03:20 +0100 > > > Laszlo Ersek wrote: > > > > > > Am I to greedy to ask for prebuilt AVMF image in QEMU repo on top of > > > this App (while you still remember all Makefile magic foo) so test won't > > > have to fish out distro provided firmware or skip testing if firmware > > > is not available? > > > > > > > No, not too greedy :) I think that's a reasonable idea; we intended > > bundling "reasonably-built" edk2 firmware binaries with QEMU anyway. > Thanks, I'll postpone ARM's acpi tests respin till we have AVMF blobs > in QEMU tree. > > > can work on that once this series is merged. (I wouldn't like to work on > > these assignments simultaneously.) > I think series is practically ready to be merged > (I can live without out of tree builds for blobs that's hardly ever would be rebuilt), > Michael do you concur? Yes I have it tagged for the next pull. > > > > Thanks, > > Laszlo