Re: [libvirt] [PATCH 7/9] qemu: add support for offline vcpupin

2016-03-04 Thread John Ferlan
On 02/24/2016 09:22 AM, Peter Krempa wrote: > Allow pinning for inactive cpus. The pinning mask will be automatically ^ NIT: vcpus > applied as we would apply the default mask in case of a cpu hotplug. > > Setting the scheduler settings for a vcpu has the same s

[libvirt] [PATCH 7/9] qemu: add support for offline vcpupin

2016-02-24 Thread Peter Krempa
Allow pinning for inactive cpus. The pinning mask will be automatically applied as we would apply the default mask in case of a cpu hotplug. Setting the scheduler settings for a vcpu has the same semantics. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1306556 --- src/qemu/qemu_domain.c