[libvirt] [PATCH v2 1/4] domain_conf: Introduce iothreads XML

Martin Kletzander mkletzan at redhat.com
Wed Aug 27 06:16:27 UTC 2014


On Tue, Aug 26, 2014 at 06:15:46PM -0400, John Ferlan wrote:
>Introduce XML to allowing adding iothreads to the domain. These can be
>used by virtio-blk-pci devices in order to assign a specific thread to
>handle the workload for the device.  The iothreads are the official
>implementation of the virtio-blk Data Plane that's been in tech preview
>for QEMU.
>
>Signed-off-by: John Ferlan <jferlan at redhat.com>
>---
> docs/formatdomain.html.in     | 26 ++++++++++++++++++++++++++
> docs/schemas/domaincommon.rng |  6 ++++++
> src/conf/domain_conf.c        | 20 ++++++++++++++++++++
> src/conf/domain_conf.h        |  2 ++
> 4 files changed, 54 insertions(+)
>
>diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
>index de4e4eb..b584a08 100644
>--- a/docs/formatdomain.html.in
>+++ b/docs/formatdomain.html.in
>@@ -470,6 +470,32 @@
>       </dd>
>     </dl>
>
>+    <h3><a name="elementsIOThreadsAllocation">IOThreads Allocation</a></h3>
>+      <p>
>+        IOThreads are a QEMU feature that will allow supported disk

s/QEMU feature that will allow/feature that allow/
because you say it's QEMU only three lines down the page.

TBH I'm not sure it should be "allow" (plural "IOThreads") or "allow"
(singular "feature"), but that I leave to you since I'm not a native
speaker.

ACK with that line fixed up.

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140827/5d9eb5bf/attachment-0001.sig>


More information about the libvir-list mailing list