mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: Add ioeventfd option for controllers
This will be used with a virtio-scsi controller later on. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -3000,6 +3000,14 @@
|
||||
a sector is 512 bytes.
|
||||
<span class="since">Since 1.2.7 (QEMU and KVM only)</span>
|
||||
</dd>
|
||||
<dt><code>ioeventfd</code></dt>
|
||||
<dd>
|
||||
The optional <code>ioeventfd</code> attribute specifies
|
||||
whether the controller should use
|
||||
<a href='https://patchwork.kernel.org/patch/43390/'>
|
||||
I/O asynchronous handling</a> or not. Accepted values are
|
||||
"on" and "off". <span class="since">Since 1.2.18</span>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
USB companion controllers have an optional
|
||||
|
||||
@@ -1832,6 +1832,9 @@
|
||||
<ref name="unsignedInt"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="ioeventfd"/>
|
||||
</optional>
|
||||
</element>
|
||||
</optional>
|
||||
</interleave>
|
||||
|
||||
Reference in New Issue
Block a user