diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-10-24 09:20:43 -0300 |
---|---|---|
committer | Stefan Berger <stefanb@linux.vnet.ibm.com> | 2017-10-25 01:05:04 -0400 |
commit | c39f95dc2d8d2faf6e4bc24cc489efb5b20c058c (patch) | |
tree | 419b5098b2197ca53adb504ecf8fbcac30bef7e1 /stubs/Makefile.objs | |
parent | 6b287efecf474f66d69a8c2032ffb9bda7313944 (diff) | |
download | qemu-c39f95dc2d8d2faf6e4bc24cc489efb5b20c058c.zip qemu-c39f95dc2d8d2faf6e4bc24cc489efb5b20c058c.tar.gz qemu-c39f95dc2d8d2faf6e4bc24cc489efb5b20c058c.tar.bz2 |
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>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r-- | stubs/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index c759479..8cfe343 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -28,6 +28,7 @@ stub-obj-y += runstate-check.o stub-obj-y += set-fd-handler.o stub-obj-y += slirp.o stub-obj-y += sysbus.o +stub-obj-y += tpm.o stub-obj-y += trace-control.o stub-obj-y += uuid.o stub-obj-y += vm-stop.o |