From 8d9e1f771834f924b41c4dd93f1fde327aef18ff Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 16 Feb 2024 09:40:59 +0100 Subject: [PATCH] docs: domain: Fix iothread to virtqueue mapping example MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Each queue can be referenced only once and queues are numbered starting from 0. Modify the example to show a valid configuration of one iothread servicing more queues. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko Reviewed-by: Andrea Bolognani --- docs/formatdomain.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index ceb590f2b1..3e7dfb7f26 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -3352,15 +3352,13 @@ paravirtualized driver is specified via the ``disk`` element. handle given queues. :since:`Since 10.0.0 (QEMU 9.0, virtio disks only)`. Example:: - + - - - + -- 2.47.2