Revision c732abe2 vl.c

b/vl.c
7690 7690
            case QEMU_OPTION_cpu:
7691 7691
                /* hw initialization will check this */
7692 7692
                if (*optarg == '?') {
7693
#if defined(TARGET_PPC)
7694
                    ppc_cpu_list(stdout, &fprintf);
7695
#elif defined(TARGET_ARM)
7696
                    arm_cpu_list();
7697
#elif defined(TARGET_MIPS)
7698
                    mips_cpu_list(stdout, &fprintf);
7699
#elif defined(TARGET_SPARC)
7700
                    sparc_cpu_list(stdout, &fprintf);
7693
/* XXX: implement xxx_cpu_list for targets that still miss it */
7694
#if defined(cpu_list)
7695
                    cpu_list(stdout, &fprintf);
7701 7696
#endif
7702 7697
                    exit(0);
7703 7698
                } else {

Also available in: Unified diff