From db620f46a8c8b168831812eabd7428a952964334 Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 4 Jun 2008 17:02:19 +0000 Subject: reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworked cr8 handling - added CPUState.hflags2 git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4662 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-i386/helper.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'target-i386/helper.h') diff --git a/target-i386/helper.h b/target-i386/helper.h index c6b6268957..1520299148 100644 --- a/target-i386/helper.h +++ b/target-i386/helper.h @@ -47,9 +47,6 @@ DEF_HELPER(target_ulong, helper_read_crN, (int reg)) DEF_HELPER(void, helper_write_crN, (int reg, target_ulong t0)) DEF_HELPER(void, helper_lmsw, (target_ulong t0)) DEF_HELPER(void, helper_clts, (void)) -#if !defined(CONFIG_USER_ONLY) -DEF_HELPER(target_ulong, helper_movtl_T0_cr8, (void)) -#endif DEF_HELPER(void, helper_movl_drN_T0, (int reg, target_ulong t0)) DEF_HELPER(void, helper_invlpg, (target_ulong addr)) @@ -102,7 +99,7 @@ DEF_HELPER(void, helper_svm_check_intercept_param, (uint32_t type, uint64_t para DEF_HELPER(void, helper_vmexit, (uint32_t exit_code, uint64_t exit_info_1)) DEF_HELPER(void, helper_svm_check_io, (uint32_t port, uint32_t param, uint32_t next_eip_addend)) -DEF_HELPER(void, helper_vmrun, (int aflag)) +DEF_HELPER(void, helper_vmrun, (int aflag, int next_eip_addend)) DEF_HELPER(void, helper_vmmcall, (void)) DEF_HELPER(void, helper_vmload, (int aflag)) DEF_HELPER(void, helper_vmsave, (int aflag)) -- cgit v1.2.1