Skip to content

Commit

Permalink
ACPI testing: test NFIT platform capabilities
Browse files Browse the repository at this point in the history
Add testing for the newly added NFIT Platform Capabilities Structure.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Suggested-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
Ross Zwisler authored and mstsirkin committed Jun 1, 2018
1 parent 9ab3aad commit cab27af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified tests/acpi-test-data/pc/NFIT.dimmpxm
Binary file not shown.
Binary file modified tests/acpi-test-data/q35/NFIT.dimmpxm
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/bios-tables-test.c
Expand Up @@ -830,7 +830,7 @@ static void test_acpi_tcg_dimm_pxm(const char *machine)
memset(&data, 0, sizeof(data));
data.machine = machine;
data.variant = ".dimmpxm";
test_acpi_one(" -machine nvdimm=on"
test_acpi_one(" -machine nvdimm=on,nvdimm-cap=3"
" -smp 4,sockets=4"
" -m 128M,slots=3,maxmem=1G"
" -numa node,mem=32M,nodeid=0"
Expand Down

0 comments on commit cab27af

Please sign in to comment.