On Wed, Aug 24, 2016 at 08:11:01PM +0200, David Hildenbrand wrote: > Let's provide a standardized interface to expand CPU models. This interface > can be used by tooling to get details about a specific CPU model in a > certain configuration, e.g. about the "host" model. > > To take care of all architectures, two detail levels for an expansion > are introduced. Certain architectures might not support all detail levels. > While "full" will expand and indicate all relevant properties/features > of a CPU model, "static" expands to a static base CPU model, that will > never change between QEMU versions and therefore have the same features > when used under different compatibility machines. > > Acked-by: Cornelia Huck <cornelia.h...@de.ibm.com> > Signed-off-by: David Hildenbrand <d...@linux.vnet.ibm.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo