Hi everyone,<br><br>I'm trying to test out the virtio driver's "tx=bh" option, or iothread in libvirt.  When I create a machine, I get the "unsupported" error message:<br><br><span style="font-family: courier new,monospace;"># virsh create web101.xml</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">error: Failed to create domain from web101.xml</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">error: unsupported configuration: vhost-net is not supported with this QEMU binary</span><br style="font-family: courier new,monospace;">

<br>My interface XML looks like this:<br><br><span style="font-family: courier new,monospace;">    <interface type='bridge'></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">      <mac address='52:54:00:6f:51:43'/></span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">      <source bridge='vnet0'/></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">      <model type='virtio'/></span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">        <driver name='vhost' txmode='iothread'/></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/></span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    </interface></span><br><br><br>I've compiled libvirt (0.9.1) and QEMU (0.14.1) from source, but am still using my distro's kernel, 2.6.32-71.29.1.el6.x86_64.  (Scientific Linux 6)<br>

<br>Thanks, and please let me know if you need any more info!<br><br>--Cal<br><br>