Re: [Qemu-devel] [PATCH v2 2/6] Categorize devices: TPM

2019-03-27 Thread Stefan Berger
On 3/27/19 8:27 AM, Ernest Esene wrote: Set category and describe TPM device Signed-off-by: Ernest Esene Reviewed-by: Stefan Berger --- v2: * split into separate patch --- hw/tpm/tpm_tis.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/tpm/tpm_tis.c b/hw/tpm/tpm_tis.c index

[Qemu-devel] [PATCH v2 2/6] Categorize devices: TPM

2019-03-27 Thread Ernest Esene
Set category and describe TPM device Signed-off-by: Ernest Esene --- v2: * split into separate patch --- hw/tpm/tpm_tis.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/tpm/tpm_tis.c b/hw/tpm/tpm_tis.c index fd183e8deb..368242 100644 --- a/hw/tpm/tpm_tis.c +++ b/hw/tpm/tpm_tis.