116 Commits (35cf7c7e183775b3a850730804c8d64f56b9c02e)

Author SHA1 Message Date
blueswir1 4f396364a6 Remove GenOpFunc typedefs 18 years ago
malc a5e50b263a Replace noreturn with QEMU_NORETURN 18 years ago
blueswir1 7d99a001df Add noreturn function attribute 18 years ago
malc e58ffeb322 Remove all traces of __powerpc__ 18 years ago
aurel32 fad6cb1a56 Update FSF address in GPL/LGPL boilerplate 18 years ago
aurel32 49516bc0d6 Some cleanups after dyngen removal 18 years ago
balrog 3233f0d463 Use libgcc __clear_cache to clean icache, when available. 18 years ago
aurel32 2cbd949d7a Common cpu_loop_exit prototype 18 years ago
aliguori dde2367e20 Add debug exception hook (Jan Kiszka) 18 years ago
aurel32 de9a95f022 Revert commits 5685 to 5688 committed by mistake 18 years ago
aurel32 dc18031fa8 Disable debug code for production. 18 years ago
aliguori 875cdcf651 protect exec-all.h frm multiple inclusion (Glauber Costa) 18 years ago
blueswir1 e18231a3ff Show size for unassigned accesses (Robert Reif) 18 years ago
balrog ac509d8887 Move offsetof to osdep.h, remove local defintions. 18 years ago
blueswir1 79383c9c08 Fix some warnings that would be generated by gcc -Wredundant-decls 18 years ago
malc 52781543ad On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64 18 years ago
malc 810260a8f3 Preliminary PPC64/Linux host support 18 years ago
ths 2cfc5f17d3 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. 18 years ago
ths 551bd27f22 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. 18 years ago
ths bf20dc076b Spelling fixes, spotted by Stuart Brady. 18 years ago
pbrook 2e70f6efa8 Add instruction counter. 18 years ago
pbrook d597536303 Multithreaded locking fixes. 18 years ago
malc 0a878c4760 PPC TCG Fixes 18 years ago
ths 1235fc066a Spelling fixes, by Stefan Weil. 18 years ago
bellard 932a690969 support of long calls for PPC (malc) 18 years ago
bellard da260249a4 kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host 18 years ago
bellard 26a5f13b8e variable dynamic translation buffer size 18 years ago
bellard 7a5ca8648b qemu-nbd tool (Anthony Liguori) 18 years ago
balrog 811d4cf4b0 ARM host support for TCG targets. 19 years ago
bellard a57f63167c removed unused code 19 years ago
blueswir1 4d7a0880ca Fix compiler warnings in common files 19 years ago
edgar_igl e83a86737f Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka). 19 years ago
edgar_igl b5e19d4ce7 Make the paged properties of the tb-jmp-cache hash function work for TARGET_PAGE_BITS != 12. 19 years ago
aurel32 cb7cca1a1c Revert commit r4342 and r4343, wasn't intended to be committed 19 years ago
aurel32 a366649c80 Disable debug code for production. 19 years ago
aurel32 d2856f1ad4 Factorize code in translate.c 19 years ago
aurel32 00f82b8a31 Use correct types to enable > 2G support, based on a patch from 19 years ago
aurel32 03875444d9 Revert "Use correct types to enable > 2G support" (r4238), it is 19 years ago
aurel32 967032c3d5 Use correct types to enable > 2G support, based on a patch from 19 years ago
pbrook a208e54a2f TCG op size estimation fix. 19 years ago
aurel32 15a5115690 Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady) 19 years ago
pbrook 0115be31ce Fix opparam_buf size estimate. 19 years ago
bellard 57fec1fee9 use the TCG code generator 19 years ago
blueswir1 d07bde88a5 Fix code generation buffer overflow reported by TeLeMan 19 years ago
j_mayer df2542c737 Avoid duplicated definitions: move common definitions from exec-all.h 19 years ago
ths 76d83bde4a Fixes for s/390 host support, by Bastian Blank. 19 years ago
j_mayer 7a51ad822f For consistency, move muls64 / mulu64 prototypes to host-utils.h 19 years ago
ths 647de6ca24 Handle IBE on MIPS properly. 19 years ago
j_mayer 6ebbf39000 Replace is_user variable with mmu_idx in softmmu core, 19 years ago
ths f1ccf90477 CRIS support in toplevel, by Edgar E. Iglesias. 19 years ago