mirror of https://gitee.com/openkylin/libvirt.git
docs: Fix a typo of page_per_vq
The page_per_vq is added since v7.9.0 not v7.8.0. Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
62bed06936
commit
c0946737d5
|
@ -3553,7 +3553,7 @@ capabilities exposed to the guest. When enabled, each virtio queue will have a
|
|||
dedicated page on the device BAR exposed to the guest. It is recommended to be
|
||||
used when vDPA is enabled on the hypervisor, as it enables mapping the
|
||||
notification area to the physical device, which is only supported in page
|
||||
granularity. The default is determined by QEMU. :since:`Since 7.8.0 (QEMU 2.8)`
|
||||
granularity. The default is determined by QEMU. :since:`Since 7.9.0 (QEMU 2.8)`
|
||||
Note: In general you should leave this option alone, unless you are very certain
|
||||
you know what you are doing.
|
||||
|
||||
|
|
Loading…
Reference in New Issue