On Mon, Sep 26, 2011 at 12:35:09PM -0400, Stefan Berger wrote: > The following series of patches adds TPM (Trusted Platform Module) support > to Qemu. An emulator for the TIS (TPM Interface Spec) interface is > added that provides the basis for accessing a 'backend' implementing the > actual > TPM functionality. The TIS emulator serves as a 'frontend' enabling for > example Linux's TPM TIS (tpm_tis) driver. > > In this series I am posting a backend implementation that makes use of the > host's TPM through a passthrough driver, which on Linux is accessed > using /dev/tpm0. > > v9: > - addressed Michael Tsirkin's and other reviewers' comments > - only posting Andreas Niederl's passthrough driver as the backend driver
This patchset is in a pretty good shape. I reported some minor nits, but overall it looks more or less ready for merging. -- MST