]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/tpm.c
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' into staging
[mirror_qemu.git] / stubs / tpm.c
index 6729bc8517297b5948c933665113f03e6218413c..9bded191d9d0e47d3a90e73b48bc3259827d162d 100644 (file)
@@ -8,6 +8,7 @@
 #include "qemu/osdep.h"
 #include "qapi/qapi-commands-tpm.h"
 #include "sysemu/tpm.h"
+#include "hw/acpi/tpm.h"
 
 int tpm_init(void)
 {
@@ -32,3 +33,7 @@ TpmModelList *qmp_query_tpm_models(Error **errp)
 {
     return NULL;
 }
+
+void tpm_build_ppi_acpi(TPMIf *tpm, Aml *dev)
+{
+}