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

2017-04-25 Thread Stefan Berger
On 04/07/2017 10:30 AM, 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 | 28 +--- hw/tpm/tpm_passthrough.c | 16 ---

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

2017-04-07 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 | 28 +--- hw/tpm/tpm_passthrough.c | 16 2 files changed, 21 insertions(+), 23