aboutsummaryrefslogtreecommitdiff
path: root/hw/tpm
diff options
context:
space:
mode:
authorStefano Garzarella <sgarzare@redhat.com>2021-05-17 17:17:01 +0200
committerThomas Huth <thuth@redhat.com>2021-06-02 06:51:09 +0200
commit773c1f1e9492a60c0ab98f451e9415e7ad4774fd (patch)
treec7c5b15c88bb72afabe203d238209ba701b2e1e7 /hw/tpm
parent551bdfa079b8b08ee212a36675774a1d22bc9fcf (diff)
downloadqemu-773c1f1e9492a60c0ab98f451e9415e7ad4774fd.zip
qemu-773c1f1e9492a60c0ab98f451e9415e7ad4774fd.tar.gz
qemu-773c1f1e9492a60c0ab98f451e9415e7ad4774fd.tar.bz2
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>
Diffstat (limited to 'hw/tpm')
-rw-r--r--hw/tpm/tpm_ppi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tpm/tpm_ppi.c b/hw/tpm/tpm_ppi.c
index 72d7a3d..362edcc 100644
--- a/hw/tpm/tpm_ppi.c
+++ b/hw/tpm/tpm_ppi.c
@@ -23,7 +23,7 @@
void tpm_ppi_reset(TPMPPI *tpmppi)
{
- if (tpmppi->buf[0x15a /* movv, docs/specs/tpm.txt */] & 0x1) {
+ if (tpmppi->buf[0x15a /* movv, docs/specs/tpm.rst */] & 0x1) {
GuestPhysBlockList guest_phys_blocks;
GuestPhysBlock *block;