190 Commits (ea879fc719b0756f1768f765ee3a5660ce05ca7b)

Author SHA1 Message Date
blueswir1 79383c9c08 Fix some warnings that would be generated by gcc -Wredundant-decls 18 years ago
blueswir1 a5f1b965da Fix warnings that would be generated by gcc -Wstrict-prototypes 18 years ago
ths 2cfc5f17d3 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. 18 years ago
pbrook 9656f324d2 Move interrupt_request and user_mode_only to common cpu state. 18 years ago
pbrook b2437bf267 Add missing static qualifiers. 18 years ago
pbrook 2e70f6efa8 Add instruction counter. 18 years ago
pbrook f8ed7070ea Fix typo. 18 years ago
pbrook 6e68e076e7 Move clone() register setup to target specific code. Handle fork-like clone. 18 years ago
bellard 9133e39b84 Push common interrupt variables to cpu-defs.h (Glauber Costa) 18 years ago
bellard ce5232c5c2 moved halted field to CPU_COMMON 18 years ago
pbrook 9b7b85d260 Fix off-by-one unwinding error. 18 years ago
aurel32 d2856f1ad4 Factorize code in translate.c 19 years ago
aurel32 ca10f86763 Remove osdep.c/qemu-img code duplication 19 years ago
bellard 57fec1fee9 use the TCG code generator 19 years ago
blueswir1 2d8ee4e719 Fix Sparc host compile problem reported by Shaddy Baddah 19 years ago
bellard 87518e0ca3 reduce verbosity 19 years ago
bellard 44f8625d23 fixed invalid type 19 years ago
bellard aaed909a49 added cpu_model parameter to cpu_init() 19 years ago
j_mayer 7a51ad822f For consistency, move muls64 / mulu64 prototypes to host-utils.h 19 years ago
ths 273af66025 Adjust s390 addresses (the MSB is defined as "to be ignored"). 19 years ago
j_mayer 603fcccece Make Alpha and PowerPC targets use shared helpers 19 years ago
j_mayer f071b4d3ca Alpha coding style and inlining fixes. 19 years ago
j_mayer e14fe0a921 Use host-utils for Alpha 64x64 bits multiplications. 19 years ago
j_mayer 615e2dba4f New status file for Alpha emulation target. 19 years ago
j_mayer bb6f6792bf Allow Alpha target to use supervisor and executive mode micro-ops. 19 years ago
j_mayer b1806c9e67 Generate micro-ops for Alpha executive and supervisor modes. 19 years ago
j_mayer 6ebbf39000 Replace is_user variable with mmu_idx in softmmu core, 19 years ago
ths 198a74de4c Move get_sp_from_cpustate from cpu.h to target_signal.h. 19 years ago
ths a04e134ad1 linux-user sigaltstack() syscall, by Thayne Harbaugh. 19 years ago
j_mayer cbecba264b Move likely and unlikely macros in a common place (Aurelien Jarno). 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
ths ce62e5ba09 Fix tb->size mishandling, by Daniel Jacobowitz. 19 years ago
ths 9467d44c4d Move target-specific defines to the target directories. 19 years ago
ths bfed01fc79 Clean up of some target specifics in exec.c/cpu-exec.c. 19 years ago
ths 08ab123c2d Avoid compiler warning. 19 years ago
j_mayer e96efcfcb1 Fix miscellaneous display warnings for PowerPC & alpha targets 20 years ago
j_mayer 9b3c35e0e6 cpu_get_phys_page_debug should return target_phys_addr_t 20 years ago
j_mayer bf9525e9d8 Fix alpha target compilation on 32 bits hosts. 20 years ago
j_mayer 4c9649a967 Alpha architecture emulation core. 20 years ago