Re: [Qemu-devel] Proposal: option for CPU selection

2007-03-04 Thread J. Mayer
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 > >

Re: [Qemu-devel] Proposal: option for CPU selection

2007-03-04 Thread Fabrice Bellard
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

[Qemu-devel] Proposal: option for CPU selection

2007-03-04 Thread J. Mayer
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