xref: /qemu/tests/functional/acpi-bits/bits-config/bits-cfg.txt (revision 05caa0624256da44974cd68e8f55dbbde3dfede7)
1*fa2cd84bSAni Sinha# BITS configuration file
2*fa2cd84bSAni Sinha[bits]
3*fa2cd84bSAni Sinha
4*fa2cd84bSAni Sinha# To run BITS in batch mode, set batch to a list of one or more of the
5*fa2cd84bSAni Sinha# following keywords; BITS will then run all of the requested operations, then
6*fa2cd84bSAni Sinha# save the log file to disk.
7*fa2cd84bSAni Sinha#
8*fa2cd84bSAni Sinha# test: Run the full BITS testsuite.
9*fa2cd84bSAni Sinha# acpi: Dump all ACPI structures.
10*fa2cd84bSAni Sinha# smbios: Dump all SMBIOS structures.
11*fa2cd84bSAni Sinha#
12*fa2cd84bSAni Sinha# Leave batch set to an empty string to disable batch mode.
13*fa2cd84bSAni Sinha# batch =
14*fa2cd84bSAni Sinha
15*fa2cd84bSAni Sinha# Uncomment the following to run all available batch operations
16*fa2cd84bSAni Sinha# please take a look at boot/python/init.py in bits zip file
17*fa2cd84bSAni Sinha# to see how these options are parsed and used.
18*fa2cd84bSAni Sinhabatch = test acpi smbios
19