Re: [Qemu-devel] [PATCH v7 5/8] tmp backend: Add new api to read backend TpmInfo

2017-09-25 Thread Valluri, Amarnath
On Fri, 2017-09-22 at 17:35 +0200, Marc-André Lureau wrote: > Hi > > On Fri, Sep 22, 2017 at 2:33 PM, Amarnath Valluri > wrote: > > > > TPM configuration options are backend implementation details and > > shall not be > > part of base TPMBackend object, and these shall not be accessed > > direct

Re: [Qemu-devel] [PATCH v7 5/8] tmp backend: Add new api to read backend TpmInfo

2017-09-22 Thread Marc-André Lureau
Hi On Fri, Sep 22, 2017 at 2:33 PM, Amarnath Valluri wrote: > TPM configuration options are backend implementation details and shall not be > part of base TPMBackend object, and these shall not be accessed directly > outside > of the class, hence added a new interface method, get_tpm_options() t

[Qemu-devel] [PATCH v7 5/8] tmp backend: Add new api to read backend TpmInfo

2017-09-22 Thread Amarnath Valluri
TPM configuration options are backend implementation details and shall not be part of base TPMBackend object, and these shall not be accessed directly outside of the class, hence added a new interface method, get_tpm_options() to TPMDriverOps., which shall be implemented by the derived classes to r