On Wed, 2016-12-21 at 14:11 +0100, Patrick Ohly wrote: > + # File name of a OVMF BIOS file, to be added with -drive > if=pflash. > + # Found in the same places as the rootfs, with or without one > of > + # these suffices: qcow2, bin. > + # Setting one also adds "-vga std" because that is all that > + # OVMF supports. > + self.ovmf_bios = ''
runqemu has the options biosdir and biosfilename. Although the log for these options was lost when the script was migrated to python, the motivation of adding these options was to use OVMF. It uses the -L and -bios options of qemu. To my knowledge, the only custom bios at the moment is OVMF. Thus, you would ponder either removing or tweaking these options with your approach; which makes more sense to me. Thanks and BR, Ricardo -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core