summaryrefslogtreecommitdiffstats
path: root/tests/bios-tables-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: acpi: always retain dumped ACPI tables in case of errorIgor Mammedov2019-11-201-1/+1
* tests: document how to update acpi tablesMichael S. Tsirkin2019-10-051-0/+27
* tests: Add bios tests to arm/virtShameer Kolothum2019-10-051-0/+49
* tests: allow empty expected filesMichael S. Tsirkin2019-10-051-1/+4
* tests: Remove unnecessary global_qtest referencesThomas Huth2019-09-051-1/+0Star
* tests: acpi: do not skip tests when IASL is not installedIgor Mammedov2019-07-121-1/+14
* tests: acpi: do not require IASL for dumping AML blobsIgor Mammedov2019-07-121-6/+4Star
* tests: use -numa memdev option in tests instead of legacy 'mem' optionIgor Mammedov2019-07-051-12/+28
* bios-tables-test: ignore identical binariesMichael S. Tsirkin2019-06-051-2/+14
* tests: acpi: add simple arm/virt testcaseIgor Mammedov2019-06-031-0/+18
* bios-tables-test: list all tables that differMichael S. Tsirkin2019-06-031-2/+4
* bios-tables-test: add diff allowed listMichael S. Tsirkin2019-05-301-1/+18
* tests: acpi: print error unable to dump ACPI table during rebuildIgor Mammedov2019-05-211-1/+4
* tests: acpi: allow to override default acceleratorIgor Mammedov2019-05-211-3/+5
* tests: acpi: ignore SMBIOS tests when UEFI firmware is usedIgor Mammedov2019-05-211-2/+9
* tests: acpi: add a way to start tests with UEFI firmwareIgor Mammedov2019-05-211-17/+35
* tests: acpi: move boot_sector_init() into x86 tests branchIgor Mammedov2019-05-211-4/+5
* tests: acpi: skip FACS table if board uses hw reduced ACPI profileIgor Mammedov2019-05-211-3/+7
* tests: acpi: fetch X_DSDT if pointer to DSDT is 0Igor Mammedov2019-05-211-1/+10
* tests: acpi: make pointer to RSDP 64bitIgor Mammedov2019-05-211-6/+4Star
* tests: acpi: make RSDT test routine handle XSDTIgor Mammedov2019-05-211-6/+14
* tests: acpi: make acpi_fetch_table() take size of fetched table pointerIgor Mammedov2019-05-211-4/+4
* tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table()Igor Mammedov2019-05-211-1/+1
* tests: acpi: use AcpiSdtTable::aml instead of AcpiSdtTable::header::signatureIgor Mammedov2019-01-181-11/+9Star
* tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()Igor Mammedov2019-01-181-29/+10Star
* tests: smbios: fetch whole table in one step instead of reading it step by stepIgor Mammedov2019-01-181-14/+1Star
* tests: acpi: reuse fetch_table() in vmgenid-testIgor Mammedov2019-01-181-43/+14Star
* tests: acpi: reuse fetch_table() for fetching FACS and DSDTIgor Mammedov2019-01-151-48/+30Star
* tests: acpi: simplify rsdt handlingIgor Mammedov2019-01-151-82/+55Star
* tests: acpi: make sure FADT is fetched only onceIgor Mammedov2019-01-151-11/+8Star
* tests: acpi: use AcpiSdtTable::aml in consistent wayIgor Mammedov2019-01-151-40/+24Star
* hw: acpi: Remove AcpiRsdpDescriptor and fix testsSamuel Ortiz2018-12-201-5/+17
* hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé2018-12-191-1/+1
* tests/bios-tables-test: Sanitize test verbose outputPhilippe Mathieu-Daudé2018-12-171-2/+5
* tests/acpi-utils: Drop dependence on global_qtestEric Blake2018-12-171-40/+42
* tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35Laszlo Ersek2018-11-051-0/+16
* tests: Move tests/acpi-test-data/ to tests/data/acpi/Peter Maydell2018-11-051-1/+1
* tests/bios-tables-test: Remove an useless castPhilippe Mathieu-Daudé2018-10-261-1/+1
* tests: Fix typos in comments and help message (found by codespell)Stefan Weil2018-10-261-1/+1
* nvdimm: make persistence option symbolicRoss Zwisler2018-06-111-1/+1
* ACPI testing: test NFIT platform capabilitiesRoss Zwisler2018-06-011-1/+1
* tests/bios-tables-test: add test cases for DIMM proximityHaozhong Zhang2018-03-201-0/+38
* tests: acpi: don't read all fields in test_acpi_fadt_table()Igor Mammedov2018-03-131-64/+18Star
* tests/boot-sector: Drop dependence on global_qtestEric Blake2018-02-141-1/+1
* tests: acpi: fix FADT not being compared to reference tableIgor Mammedov2018-02-131-2/+33
* tests: acpi: add comments to fetch_rsdt_referenced_tables/data->tables usageIgor Mammedov2018-01-181-0/+3
* tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usageIgor Mammedov2018-01-181-5/+10
* tests: acpi: init table descriptor in test_dst_table()Igor Mammedov2018-01-181-3/+1Star
* tests: acpi: move tested tables array allocation outside of test_acpi_dsdt_ta...Igor Mammedov2018-01-181-2/+2
* ACPI/unit-test: Add a testcase for RAM allocation in numa nodeDou Liyang2018-01-181-0/+24