]> git.ipfire.org Git - thirdparty/libvirt.git/commit
api: Remove check on iothread_id arg in virDomainPinIOThread
authorJohn Ferlan <jferlan@redhat.com>
Thu, 13 Aug 2015 12:44:32 +0000 (08:44 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 18 Aug 2015 18:36:21 +0000 (14:36 -0400)
commitd64b81a8f0b0a4660691565cde65b13df2647391
treed0e83784b0c489d3298aba6a5dbc99848e93d3c8
parent4153a7410574b07657704afc948dfbf6bf74eab6
api: Remove check on iothread_id arg in virDomainPinIOThread

Allow 0 as an iothread_id and force the hypervisor to handle.
The qemuDomainPinIOThread API will look up the iothread_id of
0 and not find it and message that anyway.
src/libvirt-domain.c