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:
Martin Kletzander
2015-07-24 15:49:35 +02:00
parent 2a5d3f227d
commit 35eecddee3
6 changed files with 60 additions and 2 deletions

View File

@@ -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

View File

@@ -1832,6 +1832,9 @@
<ref name="unsignedInt"/>
</attribute>
</optional>
<optional>
<ref name="ioeventfd"/>
</optional>
</element>
</optional>
</interleave>