Signed-off-by: Han Han <hhan@xxxxxxxxxx> --- docs/formatdomain.html.in | 3 ++- docs/schemas/domaincommon.rng | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 00776668..b2f87e8a 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3747,7 +3747,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 diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 65d65804..6109be0b 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -2278,6 +2278,7 @@ <choice> <value>threads</value> <value>native</value> + <value>io_uring</value> </choice> </attribute> </define> -- 2.25.0