On 07/11/17 16:31, Stefan Berger wrote: > This patch adds a description of the current TPM support in QEMU > to the specs. > > Several public specs are referenced via their landing page on the > trustedcomputinggroup.org website. > > Signed-off-by: Stefan Berger <stef...@linux.vnet.ibm.com> > > --- > > v1->v2: > - fixed typos > - added command line for starting an x86_64 VM with TPM passthrough device > - added command lines for checks inside the VM > --- > docs/specs/tpm.txt | 124 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 124 insertions(+) > create mode 100644 docs/specs/tpm.txt
Awesome, thank you very much! I think I noticed one typo in new text: > +#> dmesg | grep TCPA > +[ 0.000000] ACPI: TCP 0x0000000003FFD191C 000032 (v02 BOCHS \ > + BXPCTCPA 0000001 BXPC 00000001) I think the prefix here should be "ACPI: TCPA"; the letter "A" probably fell victim to wrapping the line nicely. Not sure which maintainer will pick up the patch, but I think they can fix up this typo on their end (assuming no other reviewer asks for v3). Reviewed-by: Laszlo Ersek <ler...@redhat.com> Thank you again, Stefan! Laszlo