Re: [Qemu-devel] [PATCH v2 0/4] tpm: add stubs to fix compiling with --disable-tpm

2017-10-25 Thread Philippe Mathieu-Daudé
Hi Amarnath, On 10/24/2017 03:19 PM, Amarnath Valluri wrote: > On Tue, 2017-10-24 at 09:20 -0300, Philippe Mathieu-Daudé wrote: >> This fixes building with --disable-tpm as reported by Zoltan: >> http://lists.nongnu.org/archive/html/qemu-devel/2017-10/msg05369.html [...] > +1, Nice cleanup in my

Re: [Qemu-devel] [PATCH v2 0/4] tpm: add stubs to fix compiling with --disable-tpm

2017-10-24 Thread Amarnath Valluri
On Tue, 2017-10-24 at 09:20 -0300, Philippe Mathieu-Daudé wrote: > This fixes building with --disable-tpm as reported by Zoltan: > http://lists.nongnu.org/archive/html/qemu-devel/2017-10/msg05369.html > > Cc'ing Peter in case this enters as a build fix instead of via trivial. > > v2: > - added

Re: [Qemu-devel] [PATCH v2 0/4] tpm: add stubs to fix compiling with --disable-tpm

2017-10-24 Thread Philippe Mathieu-Daudé
>> v2: >> - added Richard W.M. Jones Tested-by tag >> - remove #ifdef CONFIG_TPM in tpm.c (Stefan Berger) > > Can confirm v2 works as well. Thanks for testing!

Re: [Qemu-devel] [PATCH v2 0/4] tpm: add stubs to fix compiling with --disable-tpm

2017-10-24 Thread Richard W.M. Jones
On Tue, Oct 24, 2017 at 09:20:41AM -0300, Philippe Mathieu-Daudé wrote: > This fixes building with --disable-tpm as reported by Zoltan: > http://lists.nongnu.org/archive/html/qemu-devel/2017-10/msg05369.html > > Cc'ing Peter in case this enters as a build fix instead of via trivial. > > v2: > -

[Qemu-devel] [PATCH v2 0/4] tpm: add stubs to fix compiling with --disable-tpm

2017-10-24 Thread Philippe Mathieu-Daudé
This fixes building with --disable-tpm as reported by Zoltan: http://lists.nongnu.org/archive/html/qemu-devel/2017-10/msg05369.html Cc'ing Peter in case this enters as a build fix instead of via trivial. v2: - added Richard W.M. Jones Tested-by tag - remove #ifdef CONFIG_TPM in tpm.c (Stefan Be