mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
docs: documentation for virtio packed option
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Signed-off-by: Bjoern Walk <bwalk@linux.ibm.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
5a2f2310a0
commit
d9a48d766a
@ -4372,6 +4372,16 @@
|
|||||||
Possible values are <code>on</code> or <code>off</code>.
|
Possible values are <code>on</code> or <code>off</code>.
|
||||||
<span class="since">Since 3.5.0</span>
|
<span class="since">Since 3.5.0</span>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
The attribute <code>packed</code> controls if QEMU should try to use
|
||||||
|
packed virtqueues. Compared to regular split queues, packed queues
|
||||||
|
consist of only a single descriptor ring replacing available and used
|
||||||
|
ring, index and descriptor buffer. This can result in better cache
|
||||||
|
utilization and performance. If packed virtqueues are actually used
|
||||||
|
depends on the feature negotiation between QEMU, vhost backends and guest
|
||||||
|
drivers. Possible values are <code>on</code> or <code>off</code>.
|
||||||
|
<span class="since">Since 6.3.0 (QEMU and KVM only)</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
<h4><a id="elementsVirtioTransitional">Virtio transitional devices</a></h4>
|
<h4><a id="elementsVirtioTransitional">Virtio transitional devices</a></h4>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user