From patchwork Wed Jun 7 18:59:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Jones X-Patchwork-Id: 13271154 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BAAAC7EE2E for ; Wed, 7 Jun 2023 18:59:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229580AbjFGS7O (ORCPT ); Wed, 7 Jun 2023 14:59:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231890AbjFGS7N (ORCPT ); Wed, 7 Jun 2023 14:59:13 -0400 Received: from out-43.mta0.migadu.com (out-43.mta0.migadu.com [IPv6:2001:41d0:1004:224b::2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF40E1BE5 for ; Wed, 7 Jun 2023 11:59:08 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1686164347; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5f3hQqNOVG0iocgssZYkGELn9GI00OnfmmVdr0bBEh8=; b=qzCCzIjw+mWQxeSwH4qAy29fQsfHj2lrn/fo9dKLzTV4sINyf8nWkUPAmkXIbB269ijzrr u6t1VVmLRI7kYYNUG6ofTNI1Hu7+5k6JWByt1nZPgKcLLYp5ANiFi237kS1YdlzHYm5u15 htrj9BBPJ0lLqV63yFUswgHD5r2Np80= From: Andrew Jones To: kvm@vger.kernel.org Cc: Paolo Bonzini , Thomas Huth , Nikos Nikoleris Subject: [kvm-unit-tests PATCH 0/3] EFI runtime fixes Date: Wed, 7 Jun 2023 20:59:02 +0200 Message-Id: <20230607185905.32810-1-andrew.jones@linux.dev> MIME-Version: 1.0 Content-type: text/plain X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org While testing the new EFI support for Arm, I fixed a couple runtime script issues. Andrew Jones (3): arch-run: Extend timeout when booting with UEFI arm/efi/run: Add Fedora's path to QEMU_EFI configure: efi: Link correct run script arm/efi/run | 15 ++++++++++----- configure | 5 ++++- scripts/arch-run.bash | 10 ++++++++++ x86/efi/run | 2 +- 4 files changed, 25 insertions(+), 7 deletions(-)