[libvirt] [PATCH 0/4] parallels: fix different domain define parameters

Maxim Nestratov mnestratov at parallels.com
Tue Mar 10 20:12:18 UTC 2015


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




More information about the libvir-list mailing list