Re: [Qemu-devel] [PATCH] Add cpu model configuration support.. (resend)

2010-02-13 Thread john cooper
Anthony Liguori wrote: On 02/01/2010 01:02 PM, john cooper wrote: [target-x86_64.conf was unintentionally omitted from the earlier patch] This is a reimplementation of prior versions which adds the ability to define cpu models for contemporary processors. The added models are likewise

[Qemu-devel] [PATCH] Add cpu model configuration support..

2010-02-13 Thread john cooper
[Revision to fix build breakage for a few targets. This does not yet reflect Andre's suggestion to coalesce all config file flags into one space, the implementation of which depends somewhat upon acceptance of the proposed config file syntax modification and is left as a TBD for now.] This is a

Re: [Qemu-devel] [PATCH] Add cpu model configuration support.. (resend)

2010-02-10 Thread Anthony Liguori
On 02/01/2010 01:02 PM, john cooper wrote: [target-x86_64.conf was unintentionally omitted from the earlier patch] This is a reimplementation of prior versions which adds the ability to define cpu models for contemporary processors. The added models are likewise selected via -cpuname, and are

[Qemu-devel] [PATCH] Add cpu model configuration support.. (resend)

2010-02-01 Thread john cooper
[target-x86_64.conf was unintentionally omitted from the earlier patch] This is a reimplementation of prior versions which adds the ability to define cpu models for contemporary processors. The added models are likewise selected via -cpu name, and are intended to displace the existing convention

[Qemu-devel] [PATCH] Add cpu model configuration support..

2010-01-31 Thread john cooper
This is a reimplementation of prior versions which adds the ability to define cpu models for contemporary processors. The added models are likewise selected via -cpu name, and are intended to displace the existing convention of -cpu qemu64 augmented with a series of feature flags. A primary