]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests: acpi: cleanup use_uefi argument usage
authorIgor Mammedov <imammedo@redhat.com>
Thu, 12 Jan 2023 14:02:38 +0000 (15:02 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 28 Jan 2023 11:21:29 +0000 (06:21 -0500)
commitc1a9ac9bdeea213162a76f7b9e2f876c89a50a94
treee2efc4b07812998a5de01940811cac9e72170f88
parent48dde093d30dc6d09e832e478cb6661cf633a882
tests: acpi: cleanup use_uefi argument usage

'use_uefi' is used for the flag is a part of 'test_data *data'
argument that is passed to the same functions, which
makes use_uefi argument redundant.

Drop it and use 'data::uefi_*' directly, instead.

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