qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add definitions for current cpu models..


From: Jamie Lokier
Subject: Re: [Qemu-devel] [PATCH] Add definitions for current cpu models..
Date: Tue, 19 Jan 2010 22:15:48 +0000
User-agent: Mutt/1.5.13 (2006-08-11)

john cooper wrote:
> As before a cpu feature 'check' option is added which warns when
> feature flags (either implicit in a cpu model or explicit on the
> command line) would have otherwise been quietly unavailable to a
> guest:
> 
>     # qemu-system-x86_64 ... -cpu Nehalem,check
>     warning: host cpuid 0000_0001 lacks requested flag 'sse4.2' [0x00100000]
>     warning: host cpuid 0000_0001 lacks requested flag 'popcnt' [0x00800000]

That's a nice feature.  Can we have a 'checkfail' option which refuses
to run if a requested capability isn't available?  Thanks.

I foresee wanting to iterate over the models and pick the latest one
which a host supports - on the grounds that you have done the hard
work of ensuring it is a reasonably good performer, while "probably"
working on another host of similar capability when a new host is made
available.

-- Jamie




reply via email to

[Prev in Thread] Current Thread [Next in Thread]