
9 Mar
2015
9 Mar
'15
3:18 p.m.
On Fri, Mar 06, 2015 at 09:05:41AM -0500, John Ferlan wrote:
Add virDomainPinIOThread to allow setting the CPU affinity for a specific IOThread based on the output generated from virDomainGetIOThreadsInfo
The API supports updating both the --live domain and the --config data
Signed-off-by: John Ferlan <jferlan@redhat.com> --- include/libvirt/libvirt-domain.h | 5 +++ src/driver-hypervisor.h | 8 +++++ src/libvirt-domain.c | 76 ++++++++++++++++++++++++++++++++++++++++ src/libvirt_public.syms | 1 + 4 files changed, 90 insertions(+)
ACK Pavel