The QEMU I/O thread is not hogging the CPU 100% of the time, and
therefore the nx-recovery thread should be able to run on that CPU.
1) The cpumask of the parent thread is not inherited
set_cpus_allowed_ptr(task, housekeeping_cpumask(HK_FLAG_KTHREAD));
On __kthread_create_on_node should fail (because its cgroup, the one
inherited from QEMU, contains only isolated CPUs).
(The QEMU I/O thread runs on an isolated CPU, and is moved by libvirt
to HK-cgroup as mentioned before).