mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
added cpu_model parameter to cpu_init()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3562 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7d77bf2006
commit
aaed909a49
46 changed files with 320 additions and 324 deletions
|
@ -585,10 +585,9 @@ typedef struct CPUX86State {
|
|||
struct APICState *apic_state;
|
||||
} CPUX86State;
|
||||
|
||||
CPUX86State *cpu_x86_init(void);
|
||||
CPUX86State *cpu_x86_init(const char *cpu_model);
|
||||
int cpu_x86_exec(CPUX86State *s);
|
||||
void cpu_x86_close(CPUX86State *s);
|
||||
int x86_find_cpu_by_name (const unsigned char *name);
|
||||
void x86_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt,
|
||||
...));
|
||||
int cpu_get_pic_interrupt(CPUX86State *s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue