unicorn/qemu/target
Mihail Abakumov e1c2fac129
i386: fix read/write cr with icount option
Running Windows with icount causes a crash in instruction of write cr.
This patch fixes it.

Reading and writing cr cause an icount read because there are called
cpu_get_apic_tpr and cpu_set_apic_tpr functions. So, there is need
gen_io_start()/gen_io_end() calls.

Backports commit 5b003a40bb1ab14d0398e91f03393d3c6b9577cd from qemu
2018-03-03 14:56:18 -05:00
..
arm target/aarch64: optimize indirect branches 2018-03-03 14:22:12 -05:00
i386 i386: fix read/write cr with icount option 2018-03-03 14:56:18 -05:00
m68k target/m68k: implement rtd 2018-03-03 14:27:01 -05:00
mips target/mips: optimize indirect branches 2018-03-03 14:23:58 -05:00
sparc cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap 2018-03-02 10:12:40 -05:00