diff options
author | Igor Mammedov <imammedo@redhat.com> | 2021-09-02 07:35:48 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2021-10-20 04:37:55 -0400 |
commit | 709611cb23cc677fa0c2d4de76a21c24baefe9a0 (patch) | |
tree | 5f3f4b1cb4a385d9647b682a15d028c3d588bfee | |
parent | ef422a14226fd0078bdf61657fdd63099cb49099 (diff) | |
download | qemu-709611cb23cc677fa0c2d4de76a21c24baefe9a0.zip qemu-709611cb23cc677fa0c2d4de76a21c24baefe9a0.tar.gz qemu-709611cb23cc677fa0c2d4de76a21c24baefe9a0.tar.bz2 |
tests: acpi: arm/virt: drop redundant test_acpi_one() in test_acpi_virt_tcg()
follow up call with smbios options generates the same ACPI tables,
so there is no need to run smbios-less variant at all.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20210902113551.461632-13-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | tests/qtest/bios-tables-test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c index ef28bb4..873eb9c 100644 --- a/tests/qtest/bios-tables-test.c +++ b/tests/qtest/bios-tables-test.c @@ -1430,9 +1430,6 @@ static void test_acpi_virt_tcg(void) .scan_len = 128ULL * 1024 * 1024, }; - test_acpi_one("-cpu cortex-a57", &data); - free_test_data(&data); - data.smbios_cpu_max_speed = 2900; data.smbios_cpu_curr_speed = 2700; test_acpi_one("-cpu cortex-a57 " |