qcow2: try load bitmaps only once
[qemu/kevin.git] / stubs / tpm.c
blob6729bc8517297b5948c933665113f03e6218413c
1 /*
2 * TPM stubs
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.
6 */
8 #include "qemu/osdep.h"
9 #include "qapi/qapi-commands-tpm.h"
10 #include "sysemu/tpm.h"
12 int tpm_init(void)
14 return 0;
17 void tpm_cleanup(void)
21 TPMInfoList *qmp_query_tpm(Error **errp)
23 return NULL;
26 TpmTypeList *qmp_query_tpm_types(Error **errp)
28 return NULL;
31 TpmModelList *qmp_query_tpm_models(Error **errp)
33 return NULL;