Based on jtomko's review of the IOThread series and my foray into the
libvirt-perl bindings, these patches make the following adjustments:
Patch 1 - Found while generating the virsh iothreadpin description, the
vcpupin description had a few missing words
Patch 2 - While working on the libvirt-perl bindings - I found I was a
bit overaggressive with my GetIOThreadsInfo interface with regard
to checking ReadOnly unnecessarily
Patch 3 - Adjust the IOThread CPU Affnity algorithm based on jtomko's review
comments
Patch 4 - Fallout because I ran the patches through my Coverity checker.
Patch 5 - Similar to IOThread - adjust the GetVcpuInfo CPU Affinity algorithm
for the returned cpumap
Patch 5 - Similar to IOThread - adjust the GetEmulatorInfo CPU Affinity
algorithm for the returned cpumap
John Ferlan (6):
Fix syntax for vcpupin description
Remove ReadOnly check for GetIOThreadsInfo
qemu: Change/Fix IOThread CPU affinity bitmap manipulation
qemu: Resolve Coverity CHECKED_RETURN issue
qemu: Change qemuDomainGetVcpuPinInfo bitmap manipulation
qemu: Change qemuDomainGetEmulatorPinInfo bitmap manipulation
src/libvirt-domain.c | 1 -
src/qemu/qemu_driver.c | 177 +++++++++++++++++++++----------------------------
tools/virsh.pod | 4 +-
3 files changed, 76 insertions(+), 106 deletions(-)
--
2.1.0