Re: [Qemu-devel] [PATCH v2] tpm: Fix compilation with --disable-tpm

2017-10-24 Thread Juan Quintela
"Valluri, Amarnath" wrote: > On Tue, 2017-10-24 at 08:35 +0200, Juan Quintela wrote: >> Commit >>    c37cacabf2285b0731b44c1f667781fdd4f2b658 >> >> broke compilation without tpm.  Just add an #ifdef >> >> CC: Amarnath Valluri >> Signed-off-by: Juan Quintela >> --- >>  tpm.c | 6 +- >>  vl.c

Re: [Qemu-devel] [PATCH v2] tpm: Fix compilation with --disable-tpm

2017-10-24 Thread Valluri, Amarnath
On Tue, 2017-10-24 at 08:35 +0200, Juan Quintela wrote: > Commit >    c37cacabf2285b0731b44c1f667781fdd4f2b658 > > broke compilation without tpm.  Just add an #ifdef > > CC: Amarnath Valluri > Signed-off-by: Juan Quintela > --- >  tpm.c | 6 +- >  vl.c  | 2 ++ >  2 files changed, 7 insertion