Revision aaed909a target-i386/cpu.h

b/target-i386/cpu.h
585 585
    struct APICState *apic_state;
586 586
} CPUX86State;
587 587

  
588
CPUX86State *cpu_x86_init(void);
588
CPUX86State *cpu_x86_init(const char *cpu_model);
589 589
int cpu_x86_exec(CPUX86State *s);
590 590
void cpu_x86_close(CPUX86State *s);
591
int x86_find_cpu_by_name (const unsigned char *name);
592 591
void x86_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt,
593 592
                                                 ...));
594 593
int cpu_get_pic_interrupt(CPUX86State *s);

Also available in: Unified diff