]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/sysemu/tpm.h
tpm-be: call request_completed() out of thread
[mirror_qemu.git] / include / sysemu / tpm.h
index 7a1713a81eda665921dcbe77ad51753cba49d258..e0879620e741a74a05a2bf0af351e5ac86ef0bae 100644 (file)
@@ -40,7 +40,6 @@ typedef struct TPMIf {
 typedef struct TPMIfClass {
     InterfaceClass parent_class;
 
-    /* run in thread pool by backend */
     void (*request_completed)(TPMIf *obj);
 } TPMIfClass;