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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
handle given queues. :since:`Since 10.0.0 (QEMU 9.0, virtio disks only)`.
Example::
- <driver name='qemu' queues='2'>
+ <driver name='qemu' queues='3'>
<iothreads>
- <iothread id='1'>
- <queue id='1'/>
- </iothread>
<iothread id='2'>
<queue id='1'/>
</iothread>
<iothread id='3'>
+ <queue id='0'/>
<queue id='2'/>
</iothread>
</iothreads>