mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
added SMM support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2169 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ba86345802
commit
3b21e03e04
9 changed files with 307 additions and 6 deletions
|
@ -176,6 +176,7 @@ void raise_interrupt(int intno, int is_int, int error_code,
|
|||
int next_eip_addend);
|
||||
void raise_exception_err(int exception_index, int error_code);
|
||||
void raise_exception(int exception_index);
|
||||
void do_smm_enter(void);
|
||||
void __hidden cpu_loop_exit(void);
|
||||
|
||||
void OPPROTO op_movl_eflags_T0(void);
|
||||
|
@ -203,6 +204,7 @@ void helper_lsl(void);
|
|||
void helper_lar(void);
|
||||
void helper_verr(void);
|
||||
void helper_verw(void);
|
||||
void helper_rsm(void);
|
||||
|
||||
void check_iob_T0(void);
|
||||
void check_iow_T0(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue