Re: [Qemu-devel] [PATCH 5/7] tmp backend: Add new api to read backend tpm options

2017-04-03 Thread Eric Blake
On 03/31/2017 08:10 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 tpm backend api, tpm_backend_get_tpm_options() > to

[Qemu-devel] [PATCH 5/7] tmp backend: Add new api to read backend tpm options

2017-03-31 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 tpm backend api, tpm_backend_get_tpm_options() to read the backend configured options. Added new method, ge