]> Git Repo - qemu.git/commit - tests/Makefile
tests: rename acpi-test to bios-tables-test
authorGabriel L. Somlo <[email protected]>
Tue, 27 May 2014 19:03:14 +0000 (15:03 -0400)
committerMichael S. Tsirkin <[email protected]>
Tue, 27 May 2014 20:42:16 +0000 (23:42 +0300)
commit501f28ca9db08e84819b26314525b6369e7704dd
treea339d8559d48b5a1c1fdaf85b25c44d2c917cbf3
parent38dbd48b247ebe05bdc6ef52ccdc60cc21274877
tests: rename acpi-test to bios-tables-test

The test harness for acpi (generating a boot disk, starting qemu,
waiting for the BIOS to finish booting before examining guest
memory, etc.) is perfectly suited for testing other bios tables
beside acpi, such as e.g., smbios.

This patch renames acpi-test to bios-tables-test to reflect that,
and in preparation for adding smbios tests.

Signed-off-by: Gabriel Somlo <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
tests/Makefile
tests/acpi-test.c [deleted file]
tests/bios-tables-test.c [new file with mode: 0644]
This page took 0.024683 seconds and 4 git commands to generate.