Re: [libvirt] [PATCH 1/7] cpu: Introduce virCPUCopyMigratable

2017-04-04 Thread John Ferlan
On 03/31/2017 01:53 PM, Jiri Denemark wrote: > This new internal API makes a copy of virCPUDef while removing all > features which would block migration. It uses cpu_map.xml as a database > of such features, which should only be used as a fallback when we cannot > get the data from a hypervisor.

[libvirt] [PATCH 1/7] cpu: Introduce virCPUCopyMigratable

2017-03-31 Thread Jiri Denemark
This new internal API makes a copy of virCPUDef while removing all features which would block migration. It uses cpu_map.xml as a database of such features, which should only be used as a fallback when we cannot get the data from a hypervisor. The main goal of this API is to decouple this filtering