aboutsummaryrefslogtreecommitdiff
path: root/tests/bios-tables-test.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-17tests: acpi: use AcpiSdtTable::aml instead of AcpiSdtTable::header::signatureIgor Mammedov1-11/+9
2019-01-17tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()Igor Mammedov1-29/+10
2019-01-17tests: smbios: fetch whole table in one step instead of reading it step by stepIgor Mammedov1-14/+1
2019-01-17tests: acpi: reuse fetch_table() in vmgenid-testIgor Mammedov1-43/+14
2019-01-14tests: acpi: reuse fetch_table() for fetching FACS and DSDTIgor Mammedov1-48/+30
2019-01-14tests: acpi: simplify rsdt handlingIgor Mammedov1-82/+55
2019-01-14tests: acpi: make sure FADT is fetched only onceIgor Mammedov1-11/+8
2019-01-14tests: acpi: use AcpiSdtTable::aml in consistent wayIgor Mammedov1-40/+24
2018-12-20hw: acpi: Remove AcpiRsdpDescriptor and fix testsSamuel Ortiz1-5/+17
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2018-12-17tests/bios-tables-test: Sanitize test verbose outputPhilippe Mathieu-Daudé1-2/+5
2018-12-17tests/acpi-utils: Drop dependence on global_qtestEric Blake1-40/+42
2018-11-05tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35Laszlo Ersek1-0/+16
2018-11-05tests: Move tests/acpi-test-data/ to tests/data/acpi/Peter Maydell1-1/+1
2018-10-26tests/bios-tables-test: Remove an useless castPhilippe Mathieu-Daudé1-1/+1
2018-10-26tests: Fix typos in comments and help message (found by codespell)Stefan Weil1-1/+1
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler1-1/+1
2018-06-01ACPI testing: test NFIT platform capabilitiesRoss Zwisler1-1/+1
2018-03-20tests/bios-tables-test: add test cases for DIMM proximityHaozhong Zhang1-0/+38
2018-03-13tests: acpi: don't read all fields in test_acpi_fadt_table()Igor Mammedov1-64/+18
2018-02-14tests/boot-sector: Drop dependence on global_qtestEric Blake1-1/+1
2018-02-13tests: acpi: fix FADT not being compared to reference tableIgor Mammedov1-2/+33
2018-01-18tests: acpi: add comments to fetch_rsdt_referenced_tables/data->tables usageIgor Mammedov1-0/+3
2018-01-18tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usageIgor Mammedov1-5/+10
2018-01-18tests: acpi: init table descriptor in test_dst_table()Igor Mammedov1-3/+1
2018-01-18tests: acpi: move tested tables array allocation outside of test_acpi_dsdt_ta...Igor Mammedov1-2/+2
2018-01-18ACPI/unit-test: Add a testcase for RAM allocation in numa nodeDou Liyang1-0/+24
2017-11-16tests/bios-tables-test: Fix endianess problems when passing data to iaslThomas Huth1-20/+22
2017-08-02tests/bios-tables-test: Compiler warning fixDr. David Alan Gilbert1-1/+1
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-2/+2
2017-05-11tests: acpi: extend cphp and memhp testcase with numa distance checkHe Chen1-4/+12
2017-05-10hw/acpi-defs: replace leading X with x_ in FADT field namesArd Biesheuvel1-2/+2
2017-05-03hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.Phil Dennis-Jordan1-5/+18
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-117/+15
2017-03-02tests: Move reusable ACPI code into a utility fileBen Warren1-117/+15
2017-03-01tests: fix bios-tables-test leakMarc-André Lureau1-1/+1
2017-01-10tests: pc: add memory hotplug acpi tables testsIgor Mammedov1-0/+24
2016-10-14tests/boot-sector: Use mkstemp() to create a unique file nameThomas Huth1-1/+1
2016-10-10tests: acpi: extend cphp testcase with numa checkIgor Mammedov1-2/+4
2016-09-10tests/acpi: speedup acpi testsMarcel Apfelbaum1-19/+20
2016-07-04tests: acpi: add CPU hotplug testcaseIgor Mammedov1-0/+28
2016-06-24bios: Add tests for the IPMI ACPI and SMBIOS entriesCorey Minyard1-4/+56
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-06-07tests: acpi: report names of expected files in verbose modeIgor Mammedov1-5/+13
2016-04-07tests/bios-tables-test: fix assertMarcel Apfelbaum1-1/+1
2016-02-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-66/+6
2016-02-16tests: Clean up includesPeter Maydell1-3/+1
2016-02-16tests: add pxe e1000 and virtio-pci testsVictor Kaplansky1-66/+6
2016-01-08tests: acpi: print ASL diff in verbose modeIgor Mammedov1-0/+16
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-23/+13