mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-10 19:05:45 +00:00
target-i386: Remove x86_cpu_compat_set_features()
The function is not used by PC code anymore and can be removed. Backports commit e8963e5cecd4bb47ec3a7221ae591f278de6b5d0 from qemu
This commit is contained in:
parent
0c3e33ee11
commit
952d0f522f
|
@ -1336,9 +1336,6 @@ void do_smm_enter(X86CPU *cpu);
|
|||
|
||||
void cpu_report_tpr_access(CPUX86State *env, TPRAccess access);
|
||||
|
||||
void x86_cpu_compat_set_features(const char *cpu_model, FeatureWord w,
|
||||
uint32_t feat_add, uint32_t feat_remove);
|
||||
|
||||
void x86_cpu_compat_kvm_no_autoenable(FeatureWord w, uint32_t features);
|
||||
void x86_cpu_compat_kvm_no_autodisable(FeatureWord w, uint32_t features);
|
||||
|
||||
|
|
Loading…
Reference in a new issue