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

2017-04-04 Thread Marc-André Lureau
Hi On Tue, Apr 4, 2017 at 12:32 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 tpm backend api, > tpm_backend_get_t

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

2017-04-04 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