mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1503564371-26090-14-git-send-email-armbru@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
5b5f825d44
commit
977c736f80
45 changed files with 121 additions and 121 deletions
2
tpm.c
2
tpm.c
|
@ -62,7 +62,7 @@ static void tpm_display_backend_drivers(void)
|
|||
continue;
|
||||
}
|
||||
fprintf(stderr, "%12s %s\n",
|
||||
TpmType_lookup[i], be_drivers[i]->desc());
|
||||
TpmType_str(i), be_drivers[i]->desc());
|
||||
}
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue