Re: [Qemu-devel] [PATCH v2 2/2] tests: add test for TPM TIS device

2018-02-16 Thread Stefan Berger
On 02/16/2018 05:18 AM, Marc-André Lureau wrote: On Thu, Feb 15, 2018 at 3:10 PM, Stefan Berger wrote: Move the TPM TIS related register and flag #defines into include/hw/acpi/tpm.h for access by the test case. Write a test case that covers the TIS functionality. Add the tests cases to the MA

Re: [Qemu-devel] [PATCH v2 2/2] tests: add test for TPM TIS device

2018-02-16 Thread Marc-André Lureau
On Thu, Feb 15, 2018 at 3:10 PM, Stefan Berger wrote: > Move the TPM TIS related register and flag #defines into > include/hw/acpi/tpm.h for access by the test case. > > Write a test case that covers the TIS functionality. > > Add the tests cases to the MAINTAINERS file. > > Signed-off-by: Stefan

[Qemu-devel] [PATCH v2 2/2] tests: add test for TPM TIS device

2018-02-15 Thread Stefan Berger
Move the TPM TIS related register and flag #defines into include/hw/acpi/tpm.h for access by the test case. Write a test case that covers the TIS functionality. Add the tests cases to the MAINTAINERS file. Signed-off-by: Stefan Berger --- MAINTAINERS| 1 + hw/tpm/tpm_tis.c