<div dir="ltr">I'm using command-line arguments, not libvirt. A quick Google suggests that you need to define a number of iothreads in the XML and them assign them to the drivers, like:<div><br></div><div><domain></div><div>...</div><div>    <iothreads>1</iothreads></div><div>...</div><div>    <disk type="block" device="disk"><br>      <driver name="qemu" type="raw" cache="none" io="native" iothread="1"/><br>...</div><div>    </disk></div><div>...</div><div></domain></div><div><br></div><div>It's pretty much the XML equivalent of what you'd write on the command-line.</div><div><br></div><div>Regards,</div><div>-mg</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 8, 2016 at 2:31 PM, Mark Billington <span dir="ltr"><<a href="mailto:billington.mark@gmail.com" target="_blank">billington.mark@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Mario,<div>Would you be able to give some libvirt XML examples for the iothread implementation you've settled with?</div><div>Ive played around with iothreads to increase disk performance in my VMs but it never made any difference. I think im missing a small piece of config so your implementation would definitely help me find where im tripping up!</div><div><br></div></div>
</blockquote></div><br></div>