Lines Matching +full:acpi +full:- +full:based

2 ACPI/SMBIOS testing using biosbits
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,
13 operating system getting involved in between. Bios-bits has python integration
15 python instead of bash-ish (grub's native scripting language).
22 Another issue is that we cannot exercise bios components such as ACPI and
32 bios-bits very attractive for testing bioses. More details on the inspiration
41 author's FOSDEM presentation <FOSDEM_>`__ on this bios-bits based test framework.
45 .. _gitlab: https://gitlab.com/qemu-project/biosbits-bits
46 …rg/2024/schedule/event/fosdem-2024-2262-exercising-qemu-generated-acpi-smbios-tables-using-biosbit…
61 ├── acpi-bits
62 │ ├── bits-config
63 │ │ └── bits-cfg.txt
64 │ ├── bits-tests
91 $ export QEMU_TEST_QEMU_BINARY=$PWD/qemu-system-x86_64
94 The above will run all acpi-bits functional tests (producing output in
102 * ``tests/functional/acpi-bits/bits-config``:
107 ``bits-config.txt``:
112 * ``tests/functional/acpi-bits/bits-tests``:
114 This directory contains biosbits python based tests that are run from within
116 be made in the appropriate test file. For example, new acpi tests can go
118 test so that it gets executed as a part of the ACPI tests.
122 https://gitlab.com/qemu-project/biosbits-bits/-/tree/qemu-bits.
123 Note that this is the "qemu-bits" branch and not the "bits" branch of the
124 repository. "qemu-bits" is the branch where we have made all the QEMU
130 https://gitlab.com/qemu-project/biosbits-bits/-/blob/qemu-bits/python/testcpuid.py
147 (a) They are python2.7 based scripts and not python 3 scripts.