diff options
| author | Stefan Berger <stefanb@linux.ibm.com> | 2021-08-02 17:52:37 -0400 |
|---|---|---|
| committer | Stefan Berger <stefanb@linux.ibm.com> | 2021-08-31 17:33:10 -0400 |
| commit | 9bd0e32a194826facff4e12d2cc8ba027dc107cb (patch) | |
| tree | a576c4562611a15d7ff93fc802af2f97cd34172a /tests/qtest/bios-tables-test.c | |
| parent | d52dff5d8048d4982437db9606c27bb4127cf9d0 (diff) | |
| download | focaccia-qemu-9bd0e32a194826facff4e12d2cc8ba027dc107cb.tar.gz focaccia-qemu-9bd0e32a194826facff4e12d2cc8ba027dc107cb.zip | |
tests: Rename TestState to TPMTestState
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-id: 20210802215246.1433175-2-stefanb@linux.ibm.com
Diffstat (limited to 'tests/qtest/bios-tables-test.c')
| -rw-r--r-- | tests/qtest/bios-tables-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c index 51d3a4e239..a622f91a37 100644 --- a/tests/qtest/bios-tables-test.c +++ b/tests/qtest/bios-tables-test.c @@ -1098,7 +1098,7 @@ static void test_acpi_tcg_tpm(const char *machine, const char *tpm_if, gchar *tmp_dir_name = g_strdup_printf("qemu-test_acpi_%s_tcg_%s.XXXXXX", machine, tpm_if); char *tmp_path = g_dir_make_tmp(tmp_dir_name, NULL); - TestState test; + TPMTestState test; test_data data; GThread *thread; char *args, *variant = g_strdup_printf(".%s", tpm_if); |