Lines Matching refs:bios
10 executes the bios components such as acpi and smbios tables directly through
11 acpica bios interpreter (a freely available C based library written by Intel,
14 with grub so actual routines that executes bios components can be written in
16 There are several advantages to directly testing the bios in a real physical
17 machine or in a VM as opposed to indirectly discovering bios issues through the
18 operating system (the OS). Operating systems tend to bypass bios problems and
20 how by being as close to the bios on a running system as possible without a
22 Another issue is that we cannot exercise bios components such as ACPI and
26 in order to write our test routines that exercise and test the bios. This is
32 bios-bits very attractive for testing bioses. More details on the inspiration
36 For QEMU, we maintain a fork of bios bits in `gitlab`_, along with all
40 fork of bios bits repository. For more information, please see `the
41 author's FOSDEM presentation <FOSDEM_>`__ on this bios-bits based test framework.
81 the entire log from bios bits and more information in case failure happens.
148 (b) They are run from within the bios bits VM and is not subjected to QEMU