unicorn/qemu
Nguyen Anh Quynh 9e64cba6ec Rename some hook related enums:
- UC_ERR_READ_INVALID -> UC_ERR_READ_UNMAPPED
 - UC_ERR_WRITE_INVALID -> UC_ERR_WRITE_UNMAPPED
 - UC_ERR_FETCH_INVALID -> UC_ERR_FETCH_UNMAPPED
 - UC_MEM_READ_INVALID -> UC_MEM_READ_UNMAPPED
 - UC_MEM_WRITE_INVALID -> UC_MEM_WRITE_UNMAPPED
 - UC_MEM_FETCH_INVALID -> UC_MEM_FETCH_UNMAPPED
 - UC_HOOK_MEM_READ_INVALID -> UC_HOOK_MEM_READ_UNMAPPED
 - UC_HOOK_MEM_WRITE_INVALID -> UC_HOOK_MEM_WRITE_UNMAPPED
 - UC_HOOK_MEM_FETCH_INVALID -> UC_HOOK_MEM_FETCH_UNMAPPED
 - UC_HOOK_MEM_INVALID -> UC_HOOK_MEM_UNMAPPED

This also renames some newly added macros to use _INVALID postfix:

 - UC_HOOK_MEM_READ_ERR -> UC_HOOK_MEM_READ_INVALID
 - UC_HOOK_MEM_WRITE_ERR -> UC_HOOK_MEM_WRITE_INVALID
 - UC_HOOK_MEM_FETCH_ERR -> UC_HOOK_MEM_FETCH_INVALID
 - UC_HOOK_MEM_ERR -> UC_HOOK_MEM_INVALID

Fixed all the bindings Java, Go & Python.
2015-09-30 14:46:55 +08:00
..
default-configs
docs
fpu
hw sparc: more cleanup 2015-09-16 16:04:12 +07:00
include Fixes crash on Windows 64bit 2015-09-14 20:42:29 +02:00
qapi
qobject
qom
scripts fix file perms 2015-08-28 21:05:38 -07:00
target-arm arm: properly handle the case when first insn in block is until address 2015-09-30 14:42:08 +08:00
target-i386 do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
target-m68k do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
target-mips mips: advance PC for SYSCALL instruction. this fixes issue #157 2015-09-28 10:58:43 +08:00
target-sparc do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
tcg mips: advance PC for SYSCALL instruction. this fixes issue #157 2015-09-28 10:58:43 +08:00
util fix some errors introduced by the last commit on qemu-thread-win32.c 2015-09-02 01:34:23 -07:00
aarch64.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
accel.c
arm.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
CODING_STYLE
config-all-disas.mak
configure fix file perms 2015-08-28 21:05:38 -07:00
COPYING
COPYING.LIB
cpu-exec.c Rename some hook related enums: 2015-09-30 14:46:55 +08:00
cpus.c initial support to remove a static variable in qemu-thread-win32.c 2015-09-02 16:13:12 +08:00
cputlb.c Rename some hook related enums: 2015-09-30 14:46:55 +08:00
exec.c
gen_all_header.sh fix file perms 2015-08-28 21:05:38 -07:00
HACKING
header_gen.py do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
ioport.c change uch to uc_struct (ioport.c) 2015-08-26 09:02:16 -04:00
LICENSE
m68k.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
main-loop.c
Makefile
Makefile.objs
Makefile.target
memory.c Move mem_xxx samples to regress. Add check to only flush tlb when unmapping if there is a current cpu 2015-09-04 00:48:24 -07:00
memory_mapping.c
mips.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
mips64.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
mips64el.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
mipsel.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
powerpc.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
qapi-schema.json
qemu-log.c
qemu-timer.c
rules.mak
softmmu_template.h Rename some hook related enums: 2015-09-30 14:46:55 +08:00
sparc.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
sparc64.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00
tcg-runtime.c
translate-all.c tb_gen_code(): only check to link next page if tb->size > 0 (so we skip empty block) 2015-09-20 00:05:17 +07:00
translate-all.h
unicorn_common.h cleaning & indentation 2015-09-03 18:16:49 +08:00
VERSION
vl.c
vl.h
x86_64.h do not use syscall to quit emulation. this can fix issues #147 & #148 2015-09-26 16:49:00 +08:00