]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/tpm.c
migration/ram.c: start of migration_bitmap_sync_range is always 0
[mirror_qemu.git] / stubs / tpm.c
index 6729bc8517297b5948c933665113f03e6218413c..66c99d667dd68287b721a08d5dc6b5923f6d65d1 100644 (file)
@@ -8,10 +8,10 @@
 #include "qemu/osdep.h"
 #include "qapi/qapi-commands-tpm.h"
 #include "sysemu/tpm.h"
+#include "hw/acpi/tpm.h"
 
-int tpm_init(void)
+void tpm_init(void)
 {
-    return 0;
 }
 
 void tpm_cleanup(void)
@@ -32,3 +32,7 @@ TpmModelList *qmp_query_tpm_models(Error **errp)
 {
     return NULL;
 }
+
+void tpm_build_ppi_acpi(TPMIf *tpm, Aml *dev)
+{
+}