unicorn/qemu/target-i386
Peter Maydell e07cd2542c
exec.c: Drop TARGET_HAS_ICE define and checks
The TARGET_HAS_ICE #define is intended to indicate whether a target-*
guest CPU implementation supports the breakpoint handling. However,
all our guest CPUs have that support (the only two which do not
define TARGET_HAS_ICE are unicore32 and openrisc, and in both those
cases the bp support is present and the lack of the #define is just
a bug). So remove the #define entirely: all new guest CPU support
should include breakpoint handling as part of the basic implementation.

Backports commit ec53b45bcd1f74f7a4c31331fa6d50b402cd6d26 from qemu
2018-02-18 18:17:14 -05:00
..
arch_memory_mapping.c
bpt_helper.c target-i386: Check CR4[DE] for processing DR4/DR5 2018-02-17 15:24:06 -05:00
cc_helper.c
cc_helper_template.h
cpu-qom.h
cpu.c exec.c: Allow target CPUs to define multiple AddressSpaces 2018-02-17 22:35:13 -05:00
cpu.h exec.c: Drop TARGET_HAS_ICE define and checks 2018-02-18 18:17:14 -05:00
excp_helper.c
fpu_helper.c
helper.c target-i386: do not duplicate page protection checks 2018-02-17 20:59:54 -05:00
helper.h target-i386: Check CR4[DE] for processing DR4/DR5 2018-02-17 15:24:06 -05:00
int_helper.c
Makefile.objs
mem_helper.c
misc_helper.c
ops_sse.h target-i386: fix pcmpxstrx equal-ordered (strstr) mode 2018-02-17 15:24:15 -05:00
ops_sse_header.h
seg_helper.c target-i386: Introduce cpu_x86_update_dr7 2018-02-17 15:24:05 -05:00
shift_helper_template.h
smm_helper.c
svm.h
svm_helper.c
TODO
topology.h
translate.c target-i386: tcg: Check right CPUID bits for clflushopt/pcommit 2018-02-17 17:25:36 -05:00
unicorn.c
unicorn.h