[libvirt] [PATCH 1/3] cpuUpdate() for updating guest CPU according to host CPU

2010-03-26 Thread Jiri Denemark
Useful mainly for migration. cpuUpdate changes guest CPU requirements in the following way: - match == strict || match == exact - optional features which are supported by host CPU are changed into required features - optional features which are not supported by host CPU are disabled

Re: [libvirt] [PATCH 1/3] cpuUpdate() for updating guest CPU according to host CPU

2010-03-26 Thread Eric Blake
On 03/26/2010 07:11 AM, Jiri Denemark wrote: Useful mainly for migration. cpuUpdate changes guest CPU requirements in the following way: - match == strict || match == exact - optional features which are supported by host CPU are changed into required features - optional

Re: [libvirt] [PATCH 1/3] cpuUpdate() for updating guest CPU according to host CPU

2010-03-26 Thread Daniel Veillard
On Fri, Mar 26, 2010 at 02:11:34PM +0100, Jiri Denemark wrote: Useful mainly for migration. cpuUpdate changes guest CPU requirements in the following way: - match == strict || match == exact - optional features which are supported by host CPU are changed into required features