From b251b22a649b1296e0857d3fbc63fcd210cd56a6 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sat, 9 Mar 2024 13:36:02 +1100 Subject: [PATCH] [doc] fix ivshmem_kvmfr tree structure --- doc/ivshmem_kvmfr.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ivshmem_kvmfr.rst b/doc/ivshmem_kvmfr.rst index 2c1bd7a4f..155c265d5 100644 --- a/doc/ivshmem_kvmfr.rst +++ b/doc/ivshmem_kvmfr.rst @@ -130,7 +130,7 @@ with the following contents:: .. _ivshmem_kvmfr_libvirt: libvirt -^^^^^^^ +~~~~~~~ Starting with QEMU 6.2 and libvirt 7.9, JSON style QEMU configuration is the default syntax. Users running QEMU 6.2 or later **and** libvirt 7.9 or later, @@ -185,7 +185,7 @@ to start. and configured by default by most distributions when you install libvirt. AppArmor -"""""""" +^^^^^^^^ Create ``/etc/apparmor.d/local/abstractions/libvirt-qemu`` if it doesn't exist and add the following: @@ -196,7 +196,7 @@ and add the following: /dev/kvmfr0 rw, cgroups -""""""" +^^^^^^^ Edit the file ``/etc/libvirt/qemu.conf`` and uncomment the ``cgroup_device_acl`` block, adding ``/dev/kvmfr0`` to the list. To make this change active you then @@ -209,7 +209,7 @@ must restart ``libvirtd`` .. _ivshmem_kvmfr_qemu: QEMU -^^^^ +~~~~ If you are using QEMU directly without libvirt, add the following arguments to your ``qemu`` command line::