diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2023-12-07 13:06:23 +0000 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2023-12-12 08:02:39 -0500 |
| commit | 06ecb6ac197d8e87f91579d803194647dc24cd65 (patch) | |
| tree | 8841ea63091f92e939957e9f9ce42f36fd27fb69 /docs/specs | |
| parent | 755ae3811fec77d94e92398632cbfe23c4ecffd5 (diff) | |
| download | focaccia-qemu-06ecb6ac197d8e87f91579d803194647dc24cd65.tar.gz focaccia-qemu-06ecb6ac197d8e87f91579d803194647dc24cd65.zip | |
docs: clean-up the xenpvh documentation
I noticed the code blocks where not rendering properly so thought I'd better fix things up. So: - Use better title for the machine type - Explain why Xen is a little different - Add a proper anchor to the tpm-device link - add newline so code block properly renders - add some indentation to make continuation clearer Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-ID: <20231207130623.360473-1-alex.bennee@linaro.org>
Diffstat (limited to 'docs/specs')
| -rw-r--r-- | docs/specs/tpm.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/specs/tpm.rst b/docs/specs/tpm.rst index efe124a148..c96776a369 100644 --- a/docs/specs/tpm.rst +++ b/docs/specs/tpm.rst @@ -1,3 +1,5 @@ +.. _tpm-device: + =============== QEMU TPM Device =============== |