diff options
author | Peter Krempa <pkrempa@redhat.com> | 2022-06-13 16:08:09 +0200 |
---|---|---|
committer | Peter Krempa <pkrempa@redhat.com> | 2022-06-13 16:09:32 +0200 |
commit | f5c5b16d5d57649b710c526ea951c4ec681f486e (patch) | |
tree | d99787de5c08d2a99de343838f3bb62d89ba538a /docs | |
parent | 67e4fed61cdf11af7ca71ce3e835e20e94625344 (diff) | |
download | libvirt-f5c5b16d5d57649b710c526ea951c4ec681f486e.tar.gz |
kbase: launch_security_sev: Break up overly long line
Standard text is aligned to 80 colums in all .rst files.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/kbase/launch_security_sev.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/kbase/launch_security_sev.rst b/docs/kbase/launch_security_sev.rst index 51b3e14dbf..2734832487 100644 --- a/docs/kbase/launch_security_sev.rst +++ b/docs/kbase/launch_security_sev.rst @@ -295,9 +295,9 @@ In order to make virtio devices work, we need to use ``<driver iommu='on'/>`` inside the given device XML element in order to enable DMA API in the virtio driver. -Starting with QEMU 6.0.0 QEMU will set this for us by default. For earlier versions though, you will need to explicitly enable this in the device XML as follows: - -:: +Starting with QEMU 6.0.0 QEMU will set this for us by default. For earlier +versions though, you will need to explicitly enable this in the device XML as +follows:: # virsh edit <domain> <domain> |