Sign in
qemu
/
qemu
/
71830221fb23388b32e6516c2fb7a698453a6c5a
/
tests
/
bios-tables-test.c
b137522
tests: acpi: use AcpiSdtTable::aml instead of AcpiSdtTable::header::signature
by Igor Mammedov
· 6 years ago
b997a04
tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()
by Igor Mammedov
· 6 years ago
3314778
tests: smbios: fetch whole table in one step instead of reading it step by step
by Igor Mammedov
· 6 years ago
acee774
tests: acpi: reuse fetch_table() in vmgenid-test
by Igor Mammedov
· 6 years ago
59f9c6c
tests: acpi: reuse fetch_table() for fetching FACS and DSDT
by Igor Mammedov
· 6 years ago
569afd8
tests: acpi: simplify rsdt handling
by Igor Mammedov
· 6 years ago
db57544
tests: acpi: make sure FADT is fetched only once
by Igor Mammedov
· 6 years ago
81eb530
tests: acpi: use AcpiSdtTable::aml in consistent way
by Igor Mammedov
· 6 years ago
d6caf36
hw: acpi: Remove AcpiRsdpDescriptor and fix tests
by Samuel Ortiz
· 6 years ago
a2eb5c0
hw/smbios: Move to the hw/firmware/ subdirectory
by Philippe Mathieu-Daudé
· 6 years ago
fe17cca
tests/bios-tables-test: Sanitize test verbose output
by Philippe Mathieu-Daudé
· 6 years ago
273e3d9
tests/acpi-utils: Drop dependence on global_qtest
by Eric Blake
· 7 years ago
0259e96
tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35
by Laszlo Ersek
· 6 years ago
438c78d
tests: Move tests/acpi-test-data/ to tests/data/acpi/
by Peter Maydell
· 6 years ago
cc80b01
tests/bios-tables-test: Remove an useless cast
by Philippe Mathieu-Daudé
· 7 years ago
e50a612
tests: Fix typos in comments and help message (found by codespell)
by Stefan Weil
· 7 years ago
11c39b5
nvdimm: make persistence option symbolic
by Ross Zwisler
· 7 years ago
cab27af
ACPI testing: test NFIT platform capabilities
by Ross Zwisler
· 7 years ago
adae91c
tests/bios-tables-test: add test cases for DIMM proximity
by Haozhong Zhang
· 7 years ago
89d47c1
tests: acpi: don't read all fields in test_acpi_fadt_table()
by Igor Mammedov
· 7 years ago
8b19f2b
tests/boot-sector: Drop dependence on global_qtest
by Eric Blake
· 7 years ago
92146b7
tests: acpi: fix FADT not being compared to reference table
by Igor Mammedov
· 7 years ago
ab20bbd
tests: acpi: add comments to fetch_rsdt_referenced_tables/data->tables usage
by Igor Mammedov
· 7 years ago
0301057
tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usage
by Igor Mammedov
· 7 years ago
dabc7f2
tests: acpi: init table descriptor in test_dst_table()
by Igor Mammedov
· 7 years ago
b24b9d9
tests: acpi: move tested tables array allocation outside of test_acpi_dsdt_table()
by Igor Mammedov
· 7 years ago
d82c4f8
ACPI/unit-test: Add a testcase for RAM allocation in numa node
by Dou Liyang
· 7 years ago
3831c07
tests/bios-tables-test: Fix endianess problems when passing data to iasl
by Thomas Huth
· 7 years ago
91c38e0
tests/bios-tables-test: Compiler warning fix
by Dr. David Alan Gilbert
· 8 years ago
adb354d
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
by Stefan Hajnoczi
· 8 years ago
fda4096
tests: acpi: extend cphp and memhp testcase with numa distance check
by He Chen
· 8 years ago
5ee8534
hw/acpi-defs: replace leading X with x_ in FADT field names
by Ard Biesheuvel
· 8 years ago
77af8a2
hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.
by Phil Dennis-Jordan
· 8 years ago
9a81b79
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 8 years ago
3248f1b
tests: Move reusable ACPI code into a utility file
by Ben Warren
· 8 years ago
f11dc27
tests: fix bios-tables-test leak
by Marc-André Lureau
· 8 years ago
4462fc6
tests: pc: add memory hotplug acpi tables tests
by Igor Mammedov
· 8 years ago
3e35377
tests/boot-sector: Use mkstemp() to create a unique file name
by Thomas Huth
· 8 years ago
d6309c1
tests: acpi: extend cphp testcase with numa check
by Igor Mammedov
· 8 years ago
947b205
tests/acpi: speedup acpi tests
by Marcel Apfelbaum
· 8 years ago
6b9c1dd
tests: acpi: add CPU hotplug testcase
by Igor Mammedov
· 9 years ago
f4eda2d
bios: Add tests for the IPMI ACPI and SMBIOS entries
by Corey Minyard
· 9 years ago
79ffb27
tests: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
d19587d
tests: acpi: report names of expected files in verbose mode
by Igor Mammedov
· 9 years ago
a3973f5
tests/bios-tables-test: fix assert
by Marcel Apfelbaum
· 9 years ago
09125c5
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 9 years ago
681c28a
tests: Clean up includes
by Peter Maydell
· 9 years ago
4e08256
tests: add pxe e1000 and virtio-pci tests
by Victor Kaplansky
· 9 years ago
7cb08cb
tests: acpi: print ASL diff in verbose mode
by Igor Mammedov
· 9 years ago
ef1e1e0
maint: avoid useless "if (foo) free(foo)" pattern
by Daniel P. Berrange
· 9 years ago
8629912
smbios: add smbios 3.0 support
by Wei Huang
· 9 years ago
60d8f32
smbios: move smbios code into a common folder
by Wei Huang
· 10 years ago
5efed5a
bios-tables-test: handle false-positive smbios signature matches
by Gabriel L. Somlo
· 10 years ago
395e5fb
hw/i386: Move ACPI header definitions in an arch-independent location
by Shannon Zhao
· 10 years ago
3a9c86d
tests: bios-tables-test: add support for testing bridges
by Igor Mammedov
· 10 years ago
71f4be2
bios-tables-test: split piix4 and q35 tests
by Paolo Bonzini
· 10 years ago
b8e665e
qtests: Specify image format explicitly
by Kevin Wolf
· 10 years ago
6b9e03a
qtest/bios-tables: Correct Q35 command line
by John Snow
· 10 years ago
c39a28a
tests/bios-tables-test: check the value returned by fopen()
by zhanghailiang
· 11 years ago
cb34898
bios-tables-test: fix ASL normalization false positive
by Paolo Bonzini
· 11 years ago
eb386aa
tests: add smbios testing
by Gabriel L. Somlo
· 11 years ago
501f28c
tests: rename acpi-test to bios-tables-test
by Gabriel L. Somlo
· 11 years ago
[Renamed from tests/acpi-test.c]
dac23a6
tests/acpi-test: do not fail if iasl is broken
by Marcel Apfelbaum
· 11 years ago
c225aa3
acpi-test: signature endian-ness fixes
by Michael S. Tsirkin
· 11 years ago
15d914b
acpi-test: issue errors instead of warnings when possible
by Marcel Apfelbaum
· 11 years ago
262f6f5
acpi-test: retain both asl and aml files on failure
by Marcel Apfelbaum
· 11 years ago
0651596
acpi unit-test: do not fail on asl mismatch
by Marcel Apfelbaum
· 11 years ago
69d0924
acpi unit-test: resolved iasl crash
by Marcel Apfelbaum
· 11 years ago
a3a74ab
acpi unit-test: renamed ssdt_tables to tables
by Marcel Apfelbaum
· 11 years ago
084137d
tests: fix acpi to work on bigendian host
by Alexey Kardashevskiy
· 11 years ago
4500bc9
acpi unit-test: hook to rebuild expected aml files
by Marcel Apfelbaum
· 11 years ago
cc8fa0e
acpi unit-test: extract iasl executable from configuration
by Marcel Apfelbaum
· 11 years ago
9e8458c
acpi unit-test: compare DSDT and SSDT tables against expected values
by Marcel Apfelbaum
· 11 years ago
5862ad0
acpi unit-test: Remove temporary disk after test
by Fam Zheng
· 11 years ago
8ac2adf
acpi unit-test: adjust the test data structure for better handling
by Marcel Apfelbaum
· 11 years ago
1565060
acpi unit-test: load and check facs table
by Marcel Apfelbaum
· 11 years ago
5333380
acpi unit-test: verify signature and checksum
by Marcel Apfelbaum
· 11 years ago
ad6423a
acpi-test: basic acpi unit-test
by Michael S. Tsirkin
· 11 years ago