]> git.proxmox.com Git - mirror_qemu.git/commit
tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usage
authorIgor Mammedov <imammedo@redhat.com>
Fri, 29 Dec 2017 15:16:40 +0000 (16:16 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 18 Jan 2018 19:52:39 +0000 (21:52 +0200)
commit03010579835a17450693888f8b35a66817668d68
treeccca8609bf00d467ead323b4525f8a5e39e2d0b3
parentdabc7f216b76ed29b04d8f89f5664b69d5d09e9b
tests: acpi: rename test_acpi_tables()/test_dst_table() to reflect its usage

Main purpose of test_dst_table() is loading a table from QEMU
with checking that checksum in header matches actual one,
rename it reflect main action it performs.

Likewise test_acpi_tables() name is to broad, while the function
only loads tables referenced by RSDT, rename it to reflect it.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/bios-tables-test.c