Re: [Qemu-devel] [PATCH v3 4/8] tpm-backend: Made few interface methods optional

2017-05-04 Thread Amarnath Valluri
On 05/02/2017 03:29 PM, Marc-André Lureau wrote: On Tue, May 2, 2017 at 3:52 PM Amarnath Valluri mailto:amarnath.vall...@intel.com>> wrote: This allows backend implementations left optional interface methods. For mandatory methods assertion checks added. Signed-off-by: Amarnat

Re: [Qemu-devel] [PATCH v3 4/8] tpm-backend: Made few interface methods optional

2017-05-02 Thread Marc-André Lureau
On Tue, May 2, 2017 at 3:52 PM Amarnath Valluri wrote: > This allows backend implementations left optional interface methods. > For mandatory methods assertion checks added. > > Signed-off-by: Amarnath Valluri --- > backends/tpm.c | 24 ++-- > hw/tpm/tpm_passthrou

[Qemu-devel] [PATCH v3 4/8] tpm-backend: Made few interface methods optional

2017-05-02 Thread Amarnath Valluri
This allows backend implementations left optional interface methods. For mandatory methods assertion checks added. Signed-off-by: Amarnath Valluri --- backends/tpm.c | 24 ++-- hw/tpm/tpm_passthrough.c | 16 2 files changed, 18 insertions(+), 22 del