Actually our checking for unsupported parameters is too strict about
cpumask, vcpupin and NUMA parameters and in general wrong.
First of all, we do support cpumask and consequently we don't have to prevent
domain definition in case cpumask is specified. Also we should allow vcpupin
parameters if they don't contradict with common cpumask. NUMA checking was also
wrong because def->numa is always allocated. Here we check that its content is
not specified.
Maxim Nestratov (4):
parallels: cpumask support
parallels: don't forget to unlock domain in
parallelsDomainHasManagedSaveImage
parallels: prevent domain define only if NUMA is really specified
parallels: prevent domain define only if vcpupin is specified