unicorn/qemu/target-i386
Paolo Bonzini 98452daad6
target-i386: fix PSE36 mode
(pde & 0x1fe000) is a 32-bit integer; when shifting it
into bits 39-32 the result is zero. Fix it by making the
mask (and thus the result of the AND) a 64-bit integer.

Reported by Coverity.

Backports commit 388ee48a88e684e719660a2cae9c21897b94fa37 from qemu
2018-02-20 11:03:49 -05:00
..
arch_memory_mapping.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
bpt_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
cc_helper_template.h
cc_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
cpu-qom.h
cpu.c qom: Swap 'name' next to visitor in ObjectPropertyAccessor 2018-02-19 23:14:37 -05:00
cpu.h target-i386: Add PKU and and OSPKE support 2018-02-19 00:07:31 -05:00
excp_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
fpu_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
helper.c target-i386: fix PSE36 mode 2018-02-20 11:03:49 -05:00
helper.h target-i386: Rewrite gen_enter inline 2018-02-20 10:13:43 -05:00
int_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
Makefile.objs
mem_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
misc_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
ops_sse_header.h target-i386: Rename struct XMMReg to ZMMReg 2018-02-18 23:46:30 -05:00
ops_sse.h target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* 2018-02-18 23:53:16 -05:00
seg_helper.c target-i386: Rewrite gen_enter inline 2018-02-20 10:13:43 -05:00
shift_helper_template.h
smm_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
svm_helper.c x86: Clean up includes 2018-02-19 01:00:09 -05:00
svm.h
TODO
topology.h
translate.c target-i386: Deconstruct the cpu_T array 2018-02-20 11:02:34 -05:00
unicorn.c target-i386: Deconstruct the cpu_T array 2018-02-20 11:02:34 -05:00
unicorn.h