<div dir="ltr">Hello there,<div><br></div><div>i am trying to start my VM with 2 virtio interfaces as a vhost-user interface</div><div><br></div><div><br></div><div>Following is my relevant xml network configuration </div><div><br></div><div><div>"  <interface type='vhostuser'></div><div>      <mac address='52:54:00:c7:ac:38'/></div><div>      <source type='unix' path='/tmp/vhost1.sock' mode='server'/></div><div>      <model type='virtio'/></div><div>      <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/></div><div>    </interface></div><div>    <interface type='vhostuser'></div><div>      <mac address='52:54:00:9d:ea:73'/></div><div>      <source type='unix' path='/tmp/vhost2.sock' mode='server'/></div><div>      <model type='virtio'/></div><div>      <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/></div><div>    </interface>"</div></div><div><br></div><div>when i execute virsh start domain_name command</div><div><br></div><div>it starts and gets paused log shows it's stuck at </div><div><div>n-pci,id=balloon0,bus=pci.0,addr=0x7 -msg timestamp=on</div><div>QEMU waiting for connection on: disconnected:unix:/tmp/vhost1.sock,server</div></div><div><br></div><div><br></div><div>is there anything i am missing?</div><div><br></div><div>thank you in advance.</div><div><br></div><div>-hardik-</div><div><br></div><div><br></div><div><br></div></div>