docs: Docs and rng schemas for io_uring

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Han Han 2020-04-21 20:19:36 +08:00 committed by Peter Krempa
parent 4e30afafa7
commit 9bb39a2a88
2 changed files with 3 additions and 1 deletions

View File

@ -3774,7 +3774,8 @@
<li>
The optional <code>io</code> attribute controls specific
policies on I/O; qemu guests support "threads" and
"native". <span class="since">Since 0.8.8</span>
"native" <span class="since">Since 0.8.8</span>, io_uring
<span class="since">Since 6.3.0 (QEMU 5.0)</span>.
</li>
<li>
The optional <code>ioeventfd</code> attribute allows users to

View File

@ -2278,6 +2278,7 @@
<choice>
<value>threads</value>
<value>native</value>
<value>io_uring</value>
</choice>
</attribute>
</define>