.. |
default-configs
|
import
|
2015-08-21 15:04:50 +08:00 |
docs
|
import
|
2015-08-21 15:04:50 +08:00 |
fpu
|
import
|
2015-08-21 15:04:50 +08:00 |
hw
|
import
|
2015-08-21 15:04:50 +08:00 |
include
|
Remove MemoryBlock struct by consolidating in MemoryRegion. add new API uc_mem_protect. Add regress/mem_protect.c. Drop UC_PROT_EXEC for time being
|
2015-08-27 23:19:32 -07:00 |
qapi
|
import
|
2015-08-21 15:04:50 +08:00 |
qobject
|
import
|
2015-08-21 15:04:50 +08:00 |
qom
|
import
|
2015-08-21 15:04:50 +08:00 |
scripts
|
import
|
2015-08-21 15:04:50 +08:00 |
target-arm
|
do not generate basic-block callback when translation is broken in the middle due to full cache (all the remaining archs)
|
2015-08-27 21:09:00 +08:00 |
target-i386
|
x86: better support for 16bit mode
|
2015-08-26 00:39:46 +08:00 |
target-m68k
|
do not generate basic-block callback when translation is broken in the middle due to full cache (all the remaining archs)
|
2015-08-27 21:09:00 +08:00 |
target-mips
|
do not generate basic-block callback when translation is broken in the middle due to full cache (all the remaining archs)
|
2015-08-27 21:09:00 +08:00 |
target-sparc
|
do not generate basic-block callback when translation is broken in the middle due to full cache (all the remaining archs)
|
2015-08-27 21:09:00 +08:00 |
tcg
|
import
|
2015-08-21 15:04:50 +08:00 |
util
|
import
|
2015-08-21 15:04:50 +08:00 |
aarch64.h
|
import
|
2015-08-21 15:04:50 +08:00 |
accel.c
|
import
|
2015-08-21 15:04:50 +08:00 |
arm.h
|
import
|
2015-08-21 15:04:50 +08:00 |
CODING_STYLE
|
import
|
2015-08-21 15:04:50 +08:00 |
config-all-disas.mak
|
import
|
2015-08-21 15:04:50 +08:00 |
configure
|
import
|
2015-08-21 15:04:50 +08:00 |
COPYING
|
import
|
2015-08-21 15:04:50 +08:00 |
COPYING.LIB
|
import
|
2015-08-21 15:04:50 +08:00 |
cpu-exec.c
|
import
|
2015-08-21 15:04:50 +08:00 |
cpus.c
|
import
|
2015-08-21 15:04:50 +08:00 |
cputlb.c
|
import
|
2015-08-21 15:04:50 +08:00 |
exec.c
|
import
|
2015-08-21 15:04:50 +08:00 |
gen_all_header.sh
|
import
|
2015-08-21 15:04:50 +08:00 |
HACKING
|
import
|
2015-08-21 15:04:50 +08:00 |
header_gen.py
|
import
|
2015-08-21 15:04:50 +08:00 |
ioport.c
|
import
|
2015-08-21 15:04:50 +08:00 |
LICENSE
|
import
|
2015-08-21 15:04:50 +08:00 |
m68k.h
|
import
|
2015-08-21 15:04:50 +08:00 |
main-loop.c
|
import
|
2015-08-21 15:04:50 +08:00 |
Makefile
|
import
|
2015-08-21 15:04:50 +08:00 |
Makefile.objs
|
import
|
2015-08-21 15:04:50 +08:00 |
Makefile.target
|
import
|
2015-08-21 15:04:50 +08:00 |
memory.c
|
Remove MemoryBlock struct by consolidating in MemoryRegion. add new API uc_mem_protect. Add regress/mem_protect.c. Drop UC_PROT_EXEC for time being
|
2015-08-27 23:19:32 -07:00 |
memory_mapping.c
|
import
|
2015-08-21 15:04:50 +08:00 |
mips.h
|
import
|
2015-08-21 15:04:50 +08:00 |
mips64.h
|
import
|
2015-08-21 15:04:50 +08:00 |
mips64el.h
|
import
|
2015-08-21 15:04:50 +08:00 |
mipsel.h
|
import
|
2015-08-21 15:04:50 +08:00 |
powerpc.h
|
import
|
2015-08-21 15:04:50 +08:00 |
qapi-schema.json
|
import
|
2015-08-21 15:04:50 +08:00 |
qemu-log.c
|
import
|
2015-08-21 15:04:50 +08:00 |
qemu-timer.c
|
import
|
2015-08-21 15:04:50 +08:00 |
rules.mak
|
import
|
2015-08-21 15:04:50 +08:00 |
softmmu_template.h
|
Detect all occurences of write to read only page. Add callback capability on write to read only. Add new error type UC_ERR_MEM_WRITE_RO and new access type UC_MEM_WRITE_RO for use in callback
|
2015-08-27 18:03:17 -07:00 |
sparc.h
|
import
|
2015-08-21 15:04:50 +08:00 |
sparc64.h
|
import
|
2015-08-21 15:04:50 +08:00 |
tcg-runtime.c
|
import
|
2015-08-21 15:04:50 +08:00 |
translate-all.c
|
when block size is unknown because the translation cache is full, assign it value 0
|
2015-08-25 16:10:05 +08:00 |
translate-all.h
|
import
|
2015-08-21 15:04:50 +08:00 |
unicorn_common.h
|
Add ability to mark memory are read only. Add new API uc_mem_map_ex to allow permissions to be passed. Change MemoryBlock to track created MemoryRegions. Add regress/ro_mem_test.c
|
2015-08-26 13:29:54 -07:00 |
VERSION
|
import
|
2015-08-21 15:04:50 +08:00 |
vl.c
|
import
|
2015-08-21 15:04:50 +08:00 |
vl.h
|
import
|
2015-08-21 15:04:50 +08:00 |
x86_64.h
|
import
|
2015-08-21 15:04:50 +08:00 |