Re: [libvirt] [PATCH 0/7] Implement Set IOThreads Command

2015-03-25 Thread John Ferlan
On 03/19/2015 01:08 PM, John Ferlan wrote: > These patches will implement the Set IOThreads command to complete > the IOThreads family of calls/settings. There are 3 patches in the > middle (3, 4, & 5) which are just refactoring the SetVcpus code so > that the SetIOThreads code can make use of t

[libvirt] [PATCH 0/7] Implement Set IOThreads Command

2015-03-19 Thread John Ferlan
These patches will implement the Set IOThreads command to complete the IOThreads family of calls/settings. There are 3 patches in the middle (3, 4, & 5) which are just refactoring the SetVcpus code so that the SetIOThreads code can make use of the same functionality rather than cut-n-paste John