Re: [Qemu-devel] [PATCH] tpm: Don't call tpm_cleanup unless CONFIG_TPM.

2017-11-06 Thread Stefan Berger
On 11/06/2017 12:49 PM, Michael Tokarev wrote: 19.10.2017 10:50, Richard W.M. Jones wrote: When compiling with --disable-tpm: ../vl.o: In function `main': /home/rjones/d/qemu/vl.c:4908: undefined reference to `tpm_cleanup' This appears to have been introduced in commit c37cacabf228 ("tpm

Re: [Qemu-devel] [PATCH] tpm: Don't call tpm_cleanup unless CONFIG_TPM.

2017-11-06 Thread Michael Tokarev
19.10.2017 10:50, Richard W.M. Jones wrote: > When compiling with --disable-tpm: > > ../vl.o: In function `main': > /home/rjones/d/qemu/vl.c:4908: undefined reference to `tpm_cleanup' > > This appears to have been introduced in commit c37cacabf228 > ("tpm: Move tpm_cleanup() to right place").

Re: [Qemu-devel] [PATCH] tpm: Don't call tpm_cleanup unless CONFIG_TPM.

2017-10-23 Thread Richard W.M. Jones
Since I posted this, there are more failures with --disable-tpm ... LINKx86_64-softmmu/qemu-system-x86_64 ../vl.o: In function `main': /home/rjones/d/qemu/vl.c:4908: undefined reference to `tpm_cleanup' ../tpm.o: In function `qmp_query_tpm_types': /home/rjones/d/qemu/tpm.c:230: undefined re

Re: [Qemu-devel] [PATCH] tpm: Don't call tpm_cleanup unless CONFIG_TPM.

2017-10-19 Thread Stefan Berger
On 10/19/2017 03:50 AM, Richard W.M. Jones wrote: When compiling with --disable-tpm: ../vl.o: In function `main': /home/rjones/d/qemu/vl.c:4908: undefined reference to `tpm_cleanup' This appears to have been introduced in commit c37cacabf228 ("tpm: Move tpm_cleanup() to right place"). Si

[Qemu-devel] [PATCH] tpm: Don't call tpm_cleanup unless CONFIG_TPM.

2017-10-19 Thread Richard W.M. Jones
When compiling with --disable-tpm: ../vl.o: In function `main': /home/rjones/d/qemu/vl.c:4908: undefined reference to `tpm_cleanup' This appears to have been introduced in commit c37cacabf228 ("tpm: Move tpm_cleanup() to right place"). Signed-off-by: Richard W.M. Jones --- vl.c | 2 ++ 1 f