92 Commits (c8a706fe6242a553960ccc3071a4e75ceba6f3d2)

Author SHA1 Message Date
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. 18 years ago
bellard a57f63167c removed unused code 18 years ago
blueswir1 4d7a0880ca Fix compiler warnings in common files 18 years ago
edgar_igl e83a86737f Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka). 18 years ago
edgar_igl b5e19d4ce7 Make the paged properties of the tb-jmp-cache hash function work for TARGET_PAGE_BITS != 12. 18 years ago
aurel32 cb7cca1a1c Revert commit r4342 and r4343, wasn't intended to be committed 18 years ago
aurel32 a366649c80 Disable debug code for production. 18 years ago
aurel32 d2856f1ad4 Factorize code in translate.c 18 years ago
aurel32 00f82b8a31 Use correct types to enable > 2G support, based on a patch from 18 years ago
aurel32 03875444d9 Revert "Use correct types to enable > 2G support" (r4238), it is 18 years ago
aurel32 967032c3d5 Use correct types to enable > 2G support, based on a patch from 18 years ago
pbrook a208e54a2f TCG op size estimation fix. 18 years ago
aurel32 15a5115690 Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady) 18 years ago
pbrook 0115be31ce Fix opparam_buf size estimate. 18 years ago
bellard 57fec1fee9 use the TCG code generator 18 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
j_mayer 8a84de23b8 Fix compilation on Darwin platform, avoiding the use of gcc function attributes 19 years ago
j_mayer 29f640e2cf always_inline gcc directive can be useful. 19 years ago
j_mayer c068688b03 Extend TB flags to 64 bits (Alexander Graf). 19 years ago
balrog 2e03286b9a Make likely/unlikely accessible also in hw/. 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 9bbc5cc829 Fiddly dyngen bits for s390 host support, by Ulrich Hecht. 19 years ago
balrog 6d8aa3bfed Remove unaligned accesses in ia64_apply_fixes(). 19 years ago
pbrook 0633879f1a m68k/ColdFire system emulation. 19 years ago
blueswir1 6c36d3fa86 Enable faults for unassigned memory accesses and unimplemented ASIs 19 years ago
ths 69d357286d More generic 64 bit multiplication support, by Aurelien Jarno. 19 years ago
ths 976a0d0d0d Fix wrong branch condition in MIPS testandset. 19 years ago
ths 204a1b8d5e Another #elif'ication. 19 years ago
ths c4b89d18ba Some bits of Linux/MIPS host support, still segfaulty. 19 years ago
j_mayer eddf68a6ac Integrate Alpha target in Qemu core. 19 years ago
ths 36d2395873 MIPS FPU dynamic activation, part 1, by Herve Poussineau. 19 years ago
pbrook b362e5e067 Speed up tlb_flush_page (Daniel Jacobowitz). 20 years ago
bellard 2a4188a38f low level support for memory mapped flash devices (initial patch by Jocelyn Mayer) 20 years ago
bellard fdf9b3e831 sh4 target (Samuel Tardieu) 20 years ago
pbrook 53a5960aad Avoid accessing guest memory directly in usermode emulation. 20 years ago
bellard f32fc64851 optional support for kernel code virtualization 20 years ago
bellard 30d6cb8479 correct MIPS state restoring (Daniel Jacobowitz) 21 years ago
bellard 84b7b8e778 PAGE_EXEC support in TLBs 21 years ago