mbox series

[kvm-unit-tests,0/3] EFI runtime fixes

Message ID 20230607185905.32810-1-andrew.jones@linux.dev (mailing list archive)
Headers show
Series EFI runtime fixes | expand

Message

Andrew Jones June 7, 2023, 6:59 p.m. UTC
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(-)

Comments

Andrew Jones June 23, 2023, 3:37 p.m. UTC | #1
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