..
|
|
|
cpu.h
|
|
added cpu_model parameter to cpu_init()
|
exec.h
|
|
Replace is_user variable with mmu_idx in softmmu core,
|
helper.c
|
|
For consistency, move muls64 / mulu64 prototypes to host-utils.h
|
helper2.c
|
|
added cpu_model parameter to cpu_init()
|
op.c
|
|
SVM Support, by Alexander Graf.
|
opreg_template.h
|
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
ops_mem.h
|
|
x86_64 ldl fix
|
ops_sse.h
|
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
ops_template.h
|
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
ops_template_mem.h
|
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
svm.h
|
|
Add missing svm.h header, and add a Changelog entry.
|
translate.c
|
|
removed obsolete x86 code copy support
|