index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
bios-tables-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
tests: acpi: print error unable to dump ACPI table during rebuild
Igor Mammedov
1
-1
/
+4
2019-05-20
tests: acpi: allow to override default accelerator
Igor Mammedov
1
-3
/
+5
2019-05-20
tests: acpi: ignore SMBIOS tests when UEFI firmware is used
Igor Mammedov
1
-2
/
+9
2019-05-20
tests: acpi: add a way to start tests with UEFI firmware
Igor Mammedov
1
-17
/
+35
2019-05-20
tests: acpi: move boot_sector_init() into x86 tests branch
Igor Mammedov
1
-4
/
+5
2019-05-20
tests: acpi: skip FACS table if board uses hw reduced ACPI profile
Igor Mammedov
1
-3
/
+7
2019-05-20
tests: acpi: fetch X_DSDT if pointer to DSDT is 0
Igor Mammedov
1
-1
/
+10
2019-05-20
tests: acpi: make pointer to RSDP 64bit
Igor Mammedov
1
-6
/
+4
2019-05-20
tests: acpi: make RSDT test routine handle XSDT
Igor Mammedov
1
-6
/
+14
2019-05-20
tests: acpi: make acpi_fetch_table() take size of fetched table pointer
Igor Mammedov
1
-4
/
+4
2019-05-20
tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table()
Igor Mammedov
1
-1
/
+1
2019-01-17
tests: acpi: use AcpiSdtTable::aml instead of AcpiSdtTable::header::signature
Igor Mammedov
1
-11
/
+9
2019-01-17
tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()
Igor Mammedov
1
-29
/
+10
2019-01-17
tests: smbios: fetch whole table in one step instead of reading it step by step
Igor Mammedov
1
-14
/
+1
2019-01-17
tests: acpi: reuse fetch_table() in vmgenid-test
Igor Mammedov
1
-43
/
+14
2019-01-14
tests: acpi: reuse fetch_table() for fetching FACS and DSDT
Igor Mammedov
1
-48
/
+30
2019-01-14
tests: acpi: simplify rsdt handling
Igor Mammedov
1
-82
/
+55
2019-01-14
tests: acpi: make sure FADT is fetched only once
Igor Mammedov
1
-11
/
+8
2019-01-14
tests: acpi: use AcpiSdtTable::aml in consistent way
Igor Mammedov
1
-40
/
+24
2018-12-20
hw: acpi: Remove AcpiRsdpDescriptor and fix tests
Samuel Ortiz
1
-5
/
+17
2018-12-19
hw/smbios: Move to the hw/firmware/ subdirectory
Philippe Mathieu-Daudé
1
-1
/
+1
2018-12-17
tests/bios-tables-test: Sanitize test verbose output
Philippe Mathieu-Daudé
1
-2
/
+5
2018-12-17
tests/acpi-utils: Drop dependence on global_qtest
Eric Blake
1
-40
/
+42
2018-11-05
tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35
Laszlo Ersek
1
-0
/
+16
2018-11-05
tests: Move tests/acpi-test-data/ to tests/data/acpi/
Peter Maydell
1
-1
/
+1
2018-10-26
tests/bios-tables-test: Remove an useless cast
Philippe Mathieu-Daudé
1
-1
/
+1
2018-10-26
tests: Fix typos in comments and help message (found by codespell)
Stefan Weil
1
-1
/
+1
2018-06-11
nvdimm: make persistence option symbolic
Ross Zwisler
1
-1
/
+1
2018-06-01
ACPI testing: test NFIT platform capabilities
Ross Zwisler
1
-1
/
+1
2018-03-20
tests/bios-tables-test: add test cases for DIMM proximity
Haozhong Zhang
1
-0
/
+38
2018-03-13
tests: acpi: don't read all fields in test_acpi_fadt_table()
Igor Mammedov
1
-64
/
+18
2018-02-14
tests/boot-sector: Drop dependence on global_qtest
Eric Blake
1
-1
/
+1
2018-02-13
tests: acpi: fix FADT not being compared to reference table
Igor Mammedov
1
-2
/
+33
2018-01-18
tests: acpi: add comments to fetch_rsdt_referenced_tables/data->tables usage
Igor Mammedov
1
-0
/
+3
2018-01-18
tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usage
Igor Mammedov
1
-5
/
+10
2018-01-18
tests: acpi: init table descriptor in test_dst_table()
Igor Mammedov
1
-3
/
+1
2018-01-18
tests: acpi: move tested tables array allocation outside of test_acpi_dsdt_ta...
Igor Mammedov
1
-2
/
+2
2018-01-18
ACPI/unit-test: Add a testcase for RAM allocation in numa node
Dou Liyang
1
-0
/
+24
2017-11-16
tests/bios-tables-test: Fix endianess problems when passing data to iasl
Thomas Huth
1
-20
/
+22
2017-08-02
tests/bios-tables-test: Compiler warning fix
Dr. David Alan Gilbert
1
-1
/
+1
2017-05-18
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
1
-2
/
+2
2017-05-11
tests: acpi: extend cphp and memhp testcase with numa distance check
He Chen
1
-4
/
+12
2017-05-10
hw/acpi-defs: replace leading X with x_ in FADT field names
Ard Biesheuvel
1
-2
/
+2
2017-05-03
hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.
Phil Dennis-Jordan
1
-5
/
+18
2017-03-03
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-117
/
+15
2017-03-02
tests: Move reusable ACPI code into a utility file
Ben Warren
1
-117
/
+15
2017-03-01
tests: fix bios-tables-test leak
Marc-André Lureau
1
-1
/
+1
2017-01-10
tests: pc: add memory hotplug acpi tables tests
Igor Mammedov
1
-0
/
+24
2016-10-14
tests/boot-sector: Use mkstemp() to create a unique file name
Thomas Huth
1
-1
/
+1
2016-10-10
tests: acpi: extend cphp testcase with numa check
Igor Mammedov
1
-2
/
+4
[next]