Re: [libvirt] [PATCH 1/4] cpu: Don't update host-model guest CPUs on ppc64

2015-08-21 Thread Jiri Denemark
On Tue, Aug 18, 2015 at 16:45:04 -0700, Andrea Bolognani wrote: If a guest CPU is defined using cpu mode='host-model'/ the model sub-element will contain the compatibility mode to use. That means we can't just copy the host CPU model on cpuUpdate(), otherwise we'll overwrite that

[libvirt] [PATCH 1/4] cpu: Don't update host-model guest CPUs on ppc64

2015-08-18 Thread Andrea Bolognani
If a guest CPU is defined using cpu mode='host-model'/ the model sub-element will contain the compatibility mode to use. That means we can't just copy the host CPU model on cpuUpdate(), otherwise we'll overwrite that information and migration of such guests will fail. Resolves: