]> Git Repo - qemu.git/commit - stubs/Makefile.objs
tpm: add stubs
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 24 Oct 2017 12:20:43 +0000 (09:20 -0300)
committerStefan Berger <[email protected]>
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 <[email protected]>
Message-Id: <20171023102903.256AF7456A0@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Richard W.M. Jones <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Stefan Berger <[email protected]>
MAINTAINERS
Makefile.objs
stubs/Makefile.objs
stubs/tpm.c [new file with mode: 0644]
This page took 0.021921 seconds and 4 git commands to generate.