]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
tpm: add stubs
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 24 Oct 2017 12:20:43 +0000 (09:20 -0300)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Wed, 25 Oct 2017 05:05:04 +0000 (01:05 -0400)
commitc39f95dc2d8d2faf6e4bc24cc489efb5b20c058c
tree419b5098b2197ca53adb504ecf8fbcac30bef7e1
parent6b287efecf474f66d69a8c2032ffb9bda7313944
tpm: add stubs

Commit c37cacabf22 moved tpm_cleanup() in the main loop exit, however this
function is not available when compiling with --disable-tpm.

Provides necessary stubs to keep code clean of #ifdef'fery.

Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20171023102903.256AF7456A0@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Richard W.M. Jones <rjones@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
MAINTAINERS
Makefile.objs
stubs/Makefile.objs
stubs/tpm.c [new file with mode: 0644]