unicorn/qemu
Catena cyber 71a4ab4a6f
Removes some bugs found by oss-fuzz (#1266)
Leak on breakpoints
Undefined shift in ARM
2020-05-26 20:52:40 +08:00
..
default-configs delete unused file i386-softmmu.mak 2020-04-27 01:31:39 +08:00
docs cleanup qemu docs 2017-01-18 15:23:40 +08:00
fpu fix some oss-fuzz (#1259) 2020-05-22 21:58:39 +08:00
hw Expose different 32-bit ARM CPU models to users via UC_MODE flags (#1165) 2019-10-26 05:01:00 +08:00
include fix some oss-fuzz (#1218) 2020-03-02 09:44:53 +08:00
qapi we do not need Python to build anymore 2020-04-30 13:58:33 +08:00
qobject This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00
qom Two fixes to get unicorn build better with MSVC. (#1136) 2019-09-05 00:53:37 +08:00
scripts fix qemu/scripts/qapi-build.sh 2020-04-30 14:00:48 +08:00
target-arm Removes some bugs found by oss-fuzz (#1266) 2020-05-26 20:52:40 +08:00
target-i386 fix some oss-fuzz (#1258) 2020-05-16 10:38:16 +08:00
target-m68k fix m68k func name (#1245) 2020-04-28 09:51:45 +08:00
target-mips fix some oss-fuzz (#1224) 2020-03-24 16:23:04 +08:00
target-sparc fix some oss-fuzz (#1206) 2020-02-25 11:36:06 +08:00
tcg fix #1246 (#1254) 2020-05-18 19:57:44 +08:00
util fix some oss-fuzz (#1224) 2020-03-24 16:23:04 +08:00
CODING_STYLE
COPYING
COPYING.LIB
HACKING
LICENSE
Makefile we do not need Python to build anymore 2020-04-30 13:58:33 +08:00
Makefile.objs cleanup qemu Makefile* 2020-04-27 23:01:26 +08:00
Makefile.target more qemu/Makefile* cleanup 2020-04-28 02:38:51 +08:00
VERSION
aarch64.h arm64eb: add support for ARM64 big endian. 2017-04-24 23:30:01 +08:00
aarch64eb.h arm64eb: add support for ARM64 big endian. 2017-04-24 23:30:01 +08:00
accel.c Automated leading tab to spaces conversion. 2017-01-21 12:28:22 +11:00
arm.h armeb: rename arm's and mips's *REGS_STORAGE_SIZE to avoid big-endian and little-endian's duplicated definition. 2017-03-15 22:25:35 +08:00
armeb.h armeb: rename arm's and mips's *REGS_STORAGE_SIZE to avoid big-endian and little-endian's duplicated definition. 2017-03-15 22:25:35 +08:00
configure we do not need Python to build anymore 2020-04-30 13:58:33 +08:00
cpu-exec.c Fix UAF when deleting hook while in hook callback #1127 (#1130) 2020-05-07 14:24:48 +08:00
cpus.c cleanup qemu/cpus.c 2019-07-31 15:43:06 +08:00
cputlb.c fix some oss-fuzz (#1200) 2020-02-10 22:33:00 +08:00
exec.c fix the last fix that crashes samples 2017-02-24 20:34:52 +08:00
gen_all_header.sh arm64eb: add support for ARM64 big endian. 2017-04-24 23:30:01 +08:00
glib_compat.c Remove warnings (#1140) 2019-09-08 16:44:16 +08:00
header_gen.py arm64eb: add support for ARM64 big endian. 2017-04-24 23:30:01 +08:00
ioport.c Fix UAF when deleting hook while in hook callback #1127 (#1130) 2020-05-07 14:24:48 +08:00
m68k.h add arm_release to qemu/header_gen.py, and regenerate qemu/armeb.h 2017-03-14 23:41:31 +08:00
memory.c merge msvc with master 2017-02-24 10:39:36 +08:00
memory_mapping.c revert to use of g_free to make future qemu integrations easier (#695) 2016-12-21 22:28:36 +08:00
mips.h armeb: rename arm's and mips's *REGS_STORAGE_SIZE to avoid big-endian and little-endian's duplicated definition. 2017-03-15 22:25:35 +08:00
mips64.h armeb: rename arm's and mips's *REGS_STORAGE_SIZE to avoid big-endian and little-endian's duplicated definition. 2017-03-15 22:25:35 +08:00
mips64el.h armeb: rename arm's and mips's *REGS_STORAGE_SIZE to avoid big-endian and little-endian's duplicated definition. 2017-03-15 22:25:35 +08:00
mipsel.h armeb: rename arm's and mips's *REGS_STORAGE_SIZE to avoid big-endian and little-endian's duplicated definition. 2017-03-15 22:25:35 +08:00
qapi-types.c we do not need Python to build anymore 2020-04-30 13:58:33 +08:00
qapi-types.h we do not need Python to build anymore 2020-04-30 13:58:33 +08:00
qapi-visit.c we do not need Python to build anymore 2020-04-30 13:58:33 +08:00
qapi-visit.h we do not need Python to build anymore 2020-04-30 13:58:33 +08:00
qemu-log.c
qemu-timer.c timer is redundant 2017-01-20 16:46:58 +08:00
rules.mak
softmmu_template.h fix recursive UC_HOOK_MEM callbacks for cross pages access (#1113) 2020-05-25 16:22:28 +08:00
sparc.h add arm_release to qemu/header_gen.py, and regenerate qemu/armeb.h 2017-03-14 23:41:31 +08:00
sparc64.h add arm_release to qemu/header_gen.py, and regenerate qemu/armeb.h 2017-03-14 23:41:31 +08:00
tcg-runtime.c platform.h move #3 2017-01-21 00:13:21 +11:00
translate-all.c fix some oss-fuzz (#1206) 2020-02-25 11:36:06 +08:00
translate-all.h
unicorn_common.h Removes some bugs found by oss-fuzz (#1266) 2020-05-26 20:52:40 +08:00
vl.c This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00
vl.h
x86_64.h add arm_release to qemu/header_gen.py, and regenerate qemu/armeb.h 2017-03-14 23:41:31 +08:00