summaryrefslogtreecommitdiff
path: root/tests/bios-tables-test.c
AgeCommit message (Expand)Author
2019-09-05tests: Remove unnecessary global_qtest referencesThomas Huth
2019-07-12tests: acpi: do not skip tests when IASL is not installedIgor Mammedov
2019-07-12tests: acpi: do not require IASL for dumping AML blobsIgor Mammedov
2019-07-05tests: use -numa memdev option in tests instead of legacy 'mem' optionIgor Mammedov
2019-06-05bios-tables-test: ignore identical binariesMichael S. Tsirkin
2019-06-03tests: acpi: add simple arm/virt testcaseIgor Mammedov
2019-06-03bios-tables-test: list all tables that differMichael S. Tsirkin
2019-05-29bios-tables-test: add diff allowed listMichael S. Tsirkin
2019-05-21tests: acpi: print error unable to dump ACPI table during rebuildIgor Mammedov
2019-05-20tests: acpi: allow to override default acceleratorIgor Mammedov
2019-05-20tests: acpi: ignore SMBIOS tests when UEFI firmware is usedIgor Mammedov
2019-05-20tests: acpi: add a way to start tests with UEFI firmwareIgor Mammedov
2019-05-20tests: acpi: move boot_sector_init() into x86 tests branchIgor Mammedov
2019-05-20tests: acpi: skip FACS table if board uses hw reduced ACPI profileIgor Mammedov
2019-05-20tests: acpi: fetch X_DSDT if pointer to DSDT is 0Igor Mammedov
2019-05-20tests: acpi: make pointer to RSDP 64bitIgor Mammedov
2019-05-20tests: acpi: make RSDT test routine handle XSDTIgor Mammedov
2019-05-20tests: acpi: make acpi_fetch_table() take size of fetched table pointerIgor Mammedov
2019-05-20tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table()Igor Mammedov
2019-01-17tests: acpi: use AcpiSdtTable::aml instead of AcpiSdtTable::header::signatureIgor Mammedov
2019-01-17tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()Igor Mammedov
2019-01-17tests: smbios: fetch whole table in one step instead of reading it step by stepIgor Mammedov
2019-01-17tests: acpi: reuse fetch_table() in vmgenid-testIgor Mammedov
2019-01-14tests: acpi: reuse fetch_table() for fetching FACS and DSDTIgor Mammedov
2019-01-14tests: acpi: simplify rsdt handlingIgor Mammedov
2019-01-14tests: acpi: make sure FADT is fetched only onceIgor Mammedov
2019-01-14tests: acpi: use AcpiSdtTable::aml in consistent wayIgor Mammedov
2018-12-20hw: acpi: Remove AcpiRsdpDescriptor and fix testsSamuel Ortiz
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé
2018-12-17tests/bios-tables-test: Sanitize test verbose outputPhilippe Mathieu-Daudé
2018-12-17tests/acpi-utils: Drop dependence on global_qtestEric Blake
2018-11-05tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35Laszlo Ersek
2018-11-05tests: Move tests/acpi-test-data/ to tests/data/acpi/Peter Maydell
2018-10-26tests/bios-tables-test: Remove an useless castPhilippe Mathieu-Daudé
2018-10-26tests: Fix typos in comments and help message (found by codespell)Stefan Weil
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler
2018-06-01ACPI testing: test NFIT platform capabilitiesRoss Zwisler
2018-03-20tests/bios-tables-test: add test cases for DIMM proximityHaozhong Zhang
2018-03-13tests: acpi: don't read all fields in test_acpi_fadt_table()Igor Mammedov
2018-02-14tests/boot-sector: Drop dependence on global_qtestEric Blake
2018-02-13tests: acpi: fix FADT not being compared to reference tableIgor Mammedov
2018-01-18tests: acpi: add comments to fetch_rsdt_referenced_tables/data->tables usageIgor Mammedov
2018-01-18tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usageIgor Mammedov
2018-01-18tests: acpi: init table descriptor in test_dst_table()Igor Mammedov
2018-01-18tests: acpi: move tested tables array allocation outside of test_acpi_dsdt_ta...Igor Mammedov
2018-01-18ACPI/unit-test: Add a testcase for RAM allocation in numa nodeDou Liyang
2017-11-16tests/bios-tables-test: Fix endianess problems when passing data to iaslThomas Huth
2017-08-02tests/bios-tables-test: Compiler warning fixDr. David Alan Gilbert
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi
2017-05-11tests: acpi: extend cphp and memhp testcase with numa distance checkHe Chen