Re: [Qemu-devel] [PATCH V8 13/14] Add a TPM backend null driver implementation

2011-09-04 Thread Michael S. Tsirkin
On Thu, Sep 01, 2011 at 10:41:04PM -0400, Stefan Berger wrote: > On 09/01/2011 01:40 PM, Michael S. Tsirkin wrote: > >On Wed, Aug 31, 2011 at 10:36:04AM -0400, Stefan Berger wrote: > >>This patch adds a TPM null driver implementation acting as a backend for > >>the TIS hardware emulation. The NULL

Re: [Qemu-devel] [PATCH V8 13/14] Add a TPM backend null driver implementation

2011-09-01 Thread Stefan Berger
On 09/01/2011 01:40 PM, Michael S. Tsirkin wrote: On Wed, Aug 31, 2011 at 10:36:04AM -0400, Stefan Berger wrote: This patch adds a TPM null driver implementation acting as a backend for the TIS hardware emulation. The NULL driver responds to all commands with a TPM fault response. To use this n

Re: [Qemu-devel] [PATCH V8 13/14] Add a TPM backend null driver implementation

2011-09-01 Thread Michael S. Tsirkin
On Wed, Aug 31, 2011 at 10:36:04AM -0400, Stefan Berger wrote: > This patch adds a TPM null driver implementation acting as a backend for > the TIS hardware emulation. The NULL driver responds to all commands with > a TPM fault response. > > To use this null driver, use either > > -tpm null > >

[Qemu-devel] [PATCH V8 13/14] Add a TPM backend null driver implementation

2011-08-31 Thread Stefan Berger
This patch adds a TPM null driver implementation acting as a backend for the TIS hardware emulation. The NULL driver responds to all commands with a TPM fault response. To use this null driver, use either -tpm null or -tpmdev null,id=tpm0 -device tpm-tis,tpmdev=tpm0 as parameters on the comman