• M
    qemu: don't pin all the cpus · 9f86fb93
    Martin Kletzander 提交于
    This is another fix for the emulator-pin series. When going through
    the cputune pinning settings, the current code is trying to pin all
    the CPUs, even when not all of them are specified. This causes error
    in the subsequent function which, of course, cannot find the cpu to
    pin. Since it's enough to pass the correct VCPU ID to the function,
    the fix is trivial.
    9f86fb93
qemu_cgroup.c 25.3 KB