mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target/i386: Eliminate SVM helpers for user-only
Use STUB_HELPER to ensure that such calls are always eliminated. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210514151342.384376-34-richard.henderson@linaro.org>
This commit is contained in:
parent
e6aeb948bb
commit
8d6806c7dd
3 changed files with 10 additions and 40 deletions
|
@ -107,8 +107,6 @@ DEF_HELPER_2(inl, tl, env, i32)
|
|||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
DEF_HELPER_FLAGS_4(bpt_io, TCG_CALL_NO_WG, void, env, i32, i32, tl)
|
||||
#endif /* !CONFIG_USER_ONLY */
|
||||
|
||||
DEF_HELPER_3(svm_check_intercept_param, void, env, i32, i64)
|
||||
DEF_HELPER_4(svm_check_io, void, env, i32, i32, i32)
|
||||
DEF_HELPER_3(vmrun, void, env, int, int)
|
||||
|
@ -118,6 +116,7 @@ DEF_HELPER_2(vmsave, void, env, int)
|
|||
DEF_HELPER_1(stgi, void, env)
|
||||
DEF_HELPER_1(clgi, void, env)
|
||||
DEF_HELPER_2(invlpga, void, env, int)
|
||||
#endif /* !CONFIG_USER_ONLY */
|
||||
|
||||
/* x86 FPU */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue