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

2017-05-04 Thread Amarnath Valluri
On 05/02/2017 04:35 PM, Eric Blake wrote: On 05/02/2017 06:52 AM, 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 met

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

2017-05-02 Thread Eric Blake
On 05/02/2017 06:52 AM, 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() to > TPMDriverO

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

2017-05-02 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