Re: Re: [PATCH RFC 20/21] conf: Add possibility to configure multiple iothreads per disk

2023-03-29 Thread Stefan Hajnoczi
Hi Peter, > + - The optional ``iothreads`` sub-element allows specifying multiple > IOThreads > + via the ``iothread`` sub-element with attribute ``id`` the disk will > use > + for I/O operations. Optionally the ``iothread`` element can have > multiple > + ``queue`` subelemen

[PATCH RFC 20/21] conf: Add possibility to configure multiple iothreads per disk

2023-03-02 Thread Peter Krempa
Introduce a new sub-element of disk's which will allow configuring multiple iothreads and also map them to specific virt-queues of virtio devices. Signed-off-by: Peter Krempa --- docs/formatdomain.rst | 23 +- src/conf/domain_conf.c| 76 +