Lines Matching +full:config +full:- +full:host
4 # Rebuild expected AML files for acpi unit-test
13 # See the COPYING.LIB file in the top-level directory.
17 if [ ! -e "tests/qtest/bios-tables-test" ]; then
18 echo "Test: bios-tables-test is required! Run make check before this script."
23 if grep TARGET_DIRS= config-host.mak; then
25 if grep TARGET_DIRS= config-host.mak | grep "$arch"-softmmu;
27 qemu_bins="$qemu_bins ./qemu-system-$arch"
31 echo "config-host.mak missing!"
36 if [ -z "$qemu_bins" ]; then
40 --target-list=x86_64-softmmu,aarch64-softmmu,riscv64-softmmu"
45 if [ ! -e $qemu ]; then
50 TEST_ACPI_REBUILD_AML=y QTEST_QEMU_BINARY=$qemu tests/qtest/bios-tables-test
53 eval `grep SRC_PATH= config-host.mak`
55 old_allowed_dif=`grep -v -e 'List of comma-separated changed AML files to ignore' ${SRC_PATH}/tests…
57 echo '/* List of comma-separated changed AML files to ignore */' > ${SRC_PATH}/tests/qtest/bios-tab…
60 echo "You can use ${SRC_PATH}/tests/data/acpi/disassemle-aml.sh to disassemble them to ASL."
62 if [ -z "$old_allowed_dif" ]; then
64 echo "Note! Please follow the process documented in ${SRC_PATH}/tests/qtest/bios-tables-test.c"