summaryrefslogtreecommitdiffstats
path: root/tests/bios-tables-test.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/bios-tables-test: Fix endianess problems when passing data to iaslThomas Huth2017-11-161-20/+22
* tests/bios-tables-test: Compiler warning fixDr. David Alan Gilbert2017-08-011-1/+1
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-181-2/+2
|\
| * hw/acpi-defs: replace leading X with x_ in FADT field namesArd Biesheuvel2017-05-101-2/+2
* | tests: acpi: extend cphp and memhp testcase with numa distance checkHe Chen2017-05-111-4/+12
|/
* hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.Phil Dennis-Jordan2017-05-031-5/+18
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-03-031-117/+15Star
|\
| * tests: Move reusable ACPI code into a utility fileBen Warren2017-03-021-117/+15Star
* | tests: fix bios-tables-test leakMarc-André Lureau2017-03-011-1/+1
|/
* tests: pc: add memory hotplug acpi tables testsIgor Mammedov2017-01-101-0/+24
* tests/boot-sector: Use mkstemp() to create a unique file nameThomas Huth2016-10-141-1/+1
* tests: acpi: extend cphp testcase with numa checkIgor Mammedov2016-10-101-2/+4
* tests/acpi: speedup acpi testsMarcel Apfelbaum2016-09-091-19/+20
* tests: acpi: add CPU hotplug testcaseIgor Mammedov2016-07-041-0/+28
* bios: Add tests for the IPMI ACPI and SMBIOS entriesCorey Minyard2016-06-241-4/+56
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* tests: acpi: report names of expected files in verbose modeIgor Mammedov2016-06-071-5/+13
* tests/bios-tables-test: fix assertMarcel Apfelbaum2016-04-071-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-191-66/+6Star
|\
| * tests: add pxe e1000 and virtio-pci testsVictor Kaplansky2016-02-161-66/+6Star
* | tests: Clean up includesPeter Maydell2016-02-161-3/+1Star
|/
* tests: acpi: print ASL diff in verbose modeIgor Mammedov2016-01-081-0/+16
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-23/+13Star