summaryrefslogtreecommitdiff
path: root/tests/bios-tables-test.c
AgeCommit message (Expand)Author
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
2017-05-10hw/acpi-defs: replace leading X with x_ in FADT field namesArd Biesheuvel
2017-05-03hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.Phil Dennis-Jordan
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-03-02tests: Move reusable ACPI code into a utility fileBen Warren
2017-03-01tests: fix bios-tables-test leakMarc-André Lureau
2017-01-10tests: pc: add memory hotplug acpi tables testsIgor Mammedov
2016-10-14tests/boot-sector: Use mkstemp() to create a unique file nameThomas Huth
2016-10-10tests: acpi: extend cphp testcase with numa checkIgor Mammedov
2016-09-10tests/acpi: speedup acpi testsMarcel Apfelbaum
2016-07-04tests: acpi: add CPU hotplug testcaseIgor Mammedov
2016-06-24bios: Add tests for the IPMI ACPI and SMBIOS entriesCorey Minyard
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-06-07tests: acpi: report names of expected files in verbose modeIgor Mammedov
2016-04-07tests/bios-tables-test: fix assertMarcel Apfelbaum
2016-02-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-16tests: Clean up includesPeter Maydell
2016-02-16tests: add pxe e1000 and virtio-pci testsVictor Kaplansky
2016-01-08tests: acpi: print ASL diff in verbose modeIgor Mammedov
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange