Re: [Qemu-devel] [PATCH] tpm: Fix linker error when using --disable-tpm

2017-12-18 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1513606078-728-1-git-send-email-stef...@linux.vnet.ibm.com Subject: [Qemu-devel] [PATCH] tpm: Fix linker error when using --disable-tpm === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH] tpm: Fix linker error when using --disable-tpm

2017-12-18 Thread Stefan Berger
Commit 493b7830 extends core/qdev-properties-system.c with a property to lookup a TPM backend, which calls into TPM related functions. Unfortunately this breaks the build when --disable-tpm is used. To fix this we extend stubs/tpm.c with the missing stub functions. Signed-off-by: Stefan Berger --