docs: fix references to docs/specs/tpm.rst
commit773c1f1e9492a60c0ab98f451e9415e7ad4774fd
authorStefano Garzarella <sgarzare@redhat.com>
Mon, 17 May 2021 15:17:01 +0000 (17 17:17 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 2 Jun 2021 04:51:09 +0000 (2 06:51 +0200)
treec7c5b15c88bb72afabe203d238209ba701b2e1e7
parent551bdfa079b8b08ee212a36675774a1d22bc9fcf
docs: fix references to docs/specs/tpm.rst

Commit 6e8a3ff6ed ("docs/specs/tpm: reST-ify TPM documentation")
converted docs/specs/tpm.txt to docs/specs/tpm.rst.

We still have several references to the old file, so let's fix them
with the following command:

  sed -i s/tpm.txt/tpm.rst/ $(git grep -l docs/specs/tpm.txt)

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210517151702.109066-5-sgarzare@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/acpi/tpm.c
hw/tpm/tpm_ppi.c