From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gr2Wb-0005Bf-Hj for qemu-devel@nongnu.org; Tue, 05 Feb 2019 10:20:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gr2WN-0000As-OT for qemu-devel@nongnu.org; Tue, 05 Feb 2019 10:20:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36060) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gr2WF-0008PI-3m for qemu-devel@nongnu.org; Tue, 05 Feb 2019 10:20:17 -0500 References: <20190204160325.4914-1-lersek@redhat.com> <20190205160741.44d516d4@Igors-MacBook-Pro.local> From: Laszlo Ersek Message-ID: Date: Tue, 5 Feb 2019 16:19:50 +0100 MIME-Version: 1.0 In-Reply-To: <20190205160741.44d516d4@Igors-MacBook-Pro.local> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: qemu devel list , Ard Biesheuvel , "Michael S. Tsirkin" , Shannon Zhao , Gerd Hoffmann , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= 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. I can work on that once this series is merged. (I wouldn't like to work on these assignments simultaneously.) Thanks, Laszlo