On Sun, 2007-03-04 at 19:18 +0100, Fabrice Bellard wrote:
> OK. Except that I would prefer "-cpu" instead of "-C".
OK; I choosed -C for "symetry" with the machine selection option (-M)
but -cpu is OK for me...
> J. Mayer wrote:
> > Here's a patch that allow the user to specify a specific CPU
> >
OK. Except that I would prefer "-cpu" instead of "-C".
Regards,
Fabrice.
J. Mayer wrote:
Here's a patch that allow the user to specify a specific CPU
model/variant on the command line.
This makes different CPU tests less painfull, as the current code need a
recompilation for this.
This patch o
Here's a patch that allow the user to specify a specific CPU
model/variant on the command line.
This makes different CPU tests less painfull, as the current code need a
recompilation for this.
This patch only has an actual effect when using the PowerPC target, as I
don't want to break other targets