mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
test: Pass TPM interface model to functions creating command line
Pass the TPM interface model, such as 'tpm-crb', through to the functions that create the command line for QEMU. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
2b4ccb87ec
commit
ea71a33691
5 changed files with 22 additions and 15 deletions
|
@ -15,10 +15,12 @@
|
|||
|
||||
#include "tpm-util.h"
|
||||
|
||||
void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx);
|
||||
void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx,
|
||||
const char *ifmodel);
|
||||
|
||||
void tpm_test_swtpm_migration_test(const char *src_tpm_path,
|
||||
const char *dst_tpm_path,
|
||||
const char *uri, tx_func *tx);
|
||||
const char *uri, tx_func *tx,
|
||||
const char *ifmodel);
|
||||
|
||||
#endif /* TESTS_TPM_TESTS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue