From mboxrd@z Thu Jan 1 00:00:00 1970 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 19261EB64D7 for ; Fri, 23 Jun 2023 15:37:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231888AbjFWPh3 (ORCPT ); Fri, 23 Jun 2023 11:37:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231678AbjFWPh1 (ORCPT ); Fri, 23 Jun 2023 11:37:27 -0400 Received: from out-15.mta1.migadu.com (out-15.mta1.migadu.com [IPv6:2001:41d0:203:375::f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE478E5B for ; Fri, 23 Jun 2023 08:37:25 -0700 (PDT) Date: Fri, 23 Jun 2023 17:37:23 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1687534644; 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: in-reply-to:in-reply-to:references:references; bh=8xxylnc3LN6aIFaJfnGQWv4pHCLT8fe59kFt8NUVe/Q=; b=pmUhCAJ+tRB8FPwUxPGio0c1KRjcWanMkaznxtVrxhrunWU6Nnh5yptdM6FVooKaZewLMY RRAeWIzDYiJ1y9K031gmweSXf0N7PKOKbFuILn2iNUIfTWjRT6uaZSt3glm70t1M32dznS jGIPyk6HTLUBsV7ZrcS2eJaCjzxqlS8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Andrew Jones To: kvm@vger.kernel.org Cc: Paolo Bonzini , Thomas Huth , Nikos Nikoleris Subject: Re: [kvm-unit-tests PATCH 0/3] EFI runtime fixes Message-ID: <20230623-d68ee37c91a981d199441648@orel> References: <20230607185905.32810-1-andrew.jones@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230607185905.32810-1-andrew.jones@linux.dev> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Wed, Jun 07, 2023 at 08:59:02PM +0200, Andrew Jones wrote: > 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(-) > > -- > 2.40.1 > Applied to arm/queue https://gitlab.com/jones-drew/kvm-unit-tests/-/commits/arm/queue Thanks, drew