mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tpm-backend: move set 'id' to common code
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
803de211aa
commit
9f7c0ef2ff
4 changed files with 9 additions and 17 deletions
|
@ -63,7 +63,7 @@ struct TPMBackendClass {
|
|||
/* get a descriptive text of the backend to display to the user */
|
||||
const char *desc;
|
||||
|
||||
TPMBackend *(*create)(QemuOpts *opts, const char *id);
|
||||
TPMBackend *(*create)(QemuOpts *opts);
|
||||
|
||||
/* start up the TPM on the backend - optional */
|
||||
int (*startup_tpm)(TPMBackend *t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue