Skip to content

Commit cd946e5

Browse files
programmingkidxvivier
authored andcommitted
configure: add missing pc-bios/qemu_vga.ndrv symlink in build tree
Ensure that a link to pc-bios/qemu_vga.ndrv is added to the build tree, otherwise the optional MacOS client driver will not be loaded by OpenBIOS when launching QEMU directly from the build directory. Signed-off-by: John Arbuckle <[email protected]> Reviewed-by: Peter Maydell <[email protected]> Message-Id: <[email protected]> [lv: commit message rewording as suggested by Mark] Signed-off-by: Laurent Vivier <[email protected]>
1 parent 68857f1 commit cd946e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5052,7 +5052,9 @@ for bios_file in \
50525052
$source_path/pc-bios/openbios-* \
50535053
$source_path/pc-bios/u-boot.* \
50545054
$source_path/pc-bios/edk2-*.fd.bz2 \
5055-
$source_path/pc-bios/palcode-*
5055+
$source_path/pc-bios/palcode-* \
5056+
$source_path/pc-bios/qemu_vga.ndrv
5057+
50565058
do
50575059
LINKS="$LINKS pc-bios/$(basename $bios_file)"
50585060
done

0 commit comments

Comments
 (0)