4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
8 #include "qemu/osdep.h"
9 #include "qapi/qapi-commands-tpm.h"
10 #include "sysemu/tpm.h"
11 #include "hw/acpi/tpm.h"
18 void tpm_cleanup(void)
22 TPMInfoList *qmp_query_tpm(Error **errp)
27 TpmTypeList *qmp_query_tpm_types(Error **errp)
32 TpmModelList *qmp_query_tpm_models(Error **errp)
37 void tpm_build_ppi_acpi(TPMIf *tpm, Aml *dev)