[libvirt] [PATCH v2 00/22] Fix host-model if the chosen CPU model has more features in QEMU compared to our cpu_map.xml

Jiri Denemark jdenemar at redhat.com
Mon Oct 16 07:41:40 UTC 2017


On Fri, Oct 13, 2017 at 16:46:57 -0400, John Ferlan wrote:
> 
> 
> On 10/13/2017 02:14 PM, Jiri Denemark wrote:
> > When decoding CPUID data to virCPUDef we need to be careful about using
> > a CPU model which cannot be directly used on the current host. Normally,
> > libvirt would notice the features which prevent the model from being
> > usable and it would disable them in the computed virCPUDef, but this
> > won't work in case the definition of the CPU model in QEMU contains more
> > features than what we have in cpu_map.xml. We need to count with the
> > usability blockers we got from QEMU and explicitly disable all of them
> > to make the computed virCPUDef usable.
> > 
> > https://bugzilla.redhat.com/show_bug.cgi?id=1464832
> > 
> > See individual patches for diff from version 1. However, most patches
> > were acked in v1 and were not changed.
> > 
> 
> ACK series (to be official I suppose...)

Pushed, thanks for the review.

Jirka




More information about the libvir-list mailing list