-------- Forwarded Message --------
> From: J. Mayer <[EMAIL PROTECTED]>
> Reply-To: qemu-devel@nongnu.org
> To: qemu-devel@nongnu.org
> Subject: [Qemu-devel] RFC: avoid #ifdef for target cpu list
> Date: Wed, 10 Oct 2007 07:14:22 +0200
> 
> This tiny patch unifies the -cpu ? option for all cpu that actually can
> handle it.
> It changes the arm_cpu_list to use the same prototype as ppc, mips and
> sparc and add a new define cpu_list in target_xxx/cpu.h
> As the cpu selection is not implemented for all targets, I had to
> protect the call to cpu_list with a #if defined(cpu_list) that will have
> to be suppressed once all target will implement this feature.
> 
> Please comment.

If there is no objection about it, I'll apply it today.

-- 
J. Mayer <[EMAIL PROTECTED]>
Never organized



Reply via email to