From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpiKR-0003zg-KN for qemu-devel@nongnu.org; Fri, 01 Feb 2019 18:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpiKJ-0004mY-Bh for qemu-devel@nongnu.org; Fri, 01 Feb 2019 18:34:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38818) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gpiKG-0004j3-TE for qemu-devel@nongnu.org; Fri, 01 Feb 2019 18:34:26 -0500 References: <20190124203959.30875-1-lersek@redhat.com> <20190201172251-mutt-send-email-mst@kernel.org> From: Laszlo Ersek Message-ID: Date: Sat, 2 Feb 2019 00:34:09 +0100 MIME-Version: 1.0 In-Reply-To: <20190201172251-mutt-send-email-mst@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 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: "Michael S. Tsirkin" Cc: qemu devel list , Ard Biesheuvel , Shannon Zhao , Gerd Hoffmann , Igor Mammedov , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= On 02/01/19 23:24, Michael S. Tsirkin wrote: > On Thu, Jan 31, 2019 at 03:23:50PM +0100, Laszlo Ersek wrote: >> On 01/24/19 21:39, Laszlo Ersek wrote: >>> Previous version (v1): >>> http://mid.mail-archive.com/20190118223400.24311-1-lersek@redhat.com >>> >>> Updates in v2 have been noted on each patch in the series. >> >> ping > > Oh sorry I noticed Philippe reported some failures with this patchset. > Can you guys pls get to the bottom of it? Right, we've now got all the info that's needed for me to submit v3. What's still necessary is a good amount of sleep. :) > I don't want everyone to suffer. Thankfully, this Makefile could only cause a handful of maintainers to suffer, and only if they decided to rebuild the ACPI-test-helper UEFI-bootable ISO images :) The normal QEMU build (including the test suite run) doesn't go near this stuff. The usage pattern is the same as when Gerd manually rebuilds the iPXE oproms. Thanks, Laszlo