]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix tools/boot/ci-qemu-test.sh and make some improvements
authorbcran <bcran@FreeBSD.org>
Fri, 26 Apr 2019 14:44:46 +0000 (14:44 +0000)
committerbcran <bcran@FreeBSD.org>
Fri, 26 Apr 2019 14:44:46 +0000 (14:44 +0000)
commitbca93eb85dbdfdc7a23bda371e0f437f2e998030
tree62b70b2594ee0c875e1176ddfcebbb27bff9a362
parentfb5ccd4c44a5aefb2716b0475882c508225711c6
Fix tools/boot/ci-qemu-test.sh and make some improvements

Update ci-qemu-test.sh

o Update the path to the OVMF file, which is now in /usr/local/share/uefi-edk2-qemu.
o Use the more modern q35, pc-q35-3.0 (Q35 + ICH9, 2009) QEMU machine
  instead of the default, obsolete pc, pc-i440fx-3.0 (i440FX + PIIX, 1996).
  For example this adds ACPI support.
o Specify the system firmware using the newer pflash drive syntax instead
  of bios.
o Remove extra, unneeded devices by passing -nodefaults.
o Change text to talk about 'firmware' instead of 'bios', since UEFI
  isn't a BIOS.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D20074
tools/boot/ci-qemu-test.sh