
19 Nov
2015
19 Nov
'15
2:09 p.m.
On 11/18/2015 05:44 AM, Vasiliy Tolstov wrote:
Can somebody knows how to enable virtio-scsi-data-plane in libvirt for specific domain?
I know that i need to replace "-device virtio-scsi-pci" with "-object iothread,id=io1 -device virtio-scsi-pci,iothread=io1" in qemu, but how can i do this in libvirt?
Check out virsh iothread{info|pin|add|del} and of course the corresponding virDomain{Add|Pin|Del}IOThread and virDomainGetIOThreadInfo. John