- a621f38 Direct dispatch through MemoryRegion by Avi Kivity · 13 years ago
- d39e822 Uninline get_page_addr_code() by Avi Kivity · 13 years ago
- 1d393fa Avoid range comparisons on io index types by Avi Kivity · 13 years ago
- acbbec5 memory: move mmio access to functions by Avi Kivity · 13 years ago
- 7316329 tcg: Add bytecode generator for tcg interpreter by Stefan Weil · 13 years ago
- c2f36c6 exec-all: Fix void pointer arithmetic by Stefan Weil · 13 years ago
- 946fb27 qemu-timer: move icount to cpus.c by Paolo Bonzini · 14 years ago
- 3917149 Move GETPC from dyngen-exec.h to exec-all.h by Blue Swirl · 13 years ago
- bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
- b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
- 5b620fb exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's uses by Peter Maydell · 14 years ago
- f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
- 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
- 5b45040 target-alpha: Trap for unassigned and unaligned addresses. by Richard Henderson · 14 years ago
- 05c8a1e Merge branch 's390-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
- dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago
- 7a86d29 tcg: extend max tcg opcodes when using 64-on-32bit by Alexander Graf · 14 years ago
- 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
- e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
- d1a1eb7 Make tb_alloc static by Tristan Gingold · 14 years ago
- 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
- f96a383 TCG: Improve tb_phys_hash_func() by Aurelien Jarno · 14 years ago
- 4a1e19a tcg-arm: fix __clear_cache() warning by Aurelien Jarno · 14 years ago
- e890261 Export qemu_ram_addr_from_host by Marcelo Tosatti · 14 years ago
- 0490603 remove dead code by Jun Koi · 15 years ago
- 24ab68a Declare code_gen_ptr, code_gen_max_blocks 'static' by Stefan Weil · 15 years ago
- 239fda3 tcg: get rid of copy_size in TCGOpDef by Aurelien Jarno · 15 years ago
- 1a28cac make SIG_IPI to tcg vcpu thread reliable by Marcelo Tosatti · 15 years ago
- 4d0e4ac Clean up definition of MAX_OPC_PARAM by Stuart Brady · 15 years ago
- 1a7ff92 remove TARGET_* defines from translate-all.c by Paolo Bonzini · 15 years ago
- efc0a51 Shrink tb_jmp_offset to two entries, the other two are never used. by Filip Navara · 15 years ago
- 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
- d4c430a Large page TLB flush by Paul Brook · 15 years ago
- b480d9b Fix usermode virtual address type by Paul Brook · 15 years ago
- b3755a9 Disable phsyical memory handling in userspace emulation. by Paul Brook · 15 years ago
- 41c1b1c Add tb_page_addr_t by Paul Brook · 15 years ago
- c527ee8 Avoid tlb_set_page in userspace emulation by Paul Brook · 15 years ago
- 0cbfcd2 tcg: increase TCG_MAX_OP_SIZE to 192 by Aurelien Jarno · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- 87b78ad ARM host: fix generated blocks linking by Laurent Desnogues · 15 years ago
- 6db7350 exec-all.h: increase OPC_BUF_SIZE by Aurelien Jarno · 15 years ago
- b689c62 exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 by Aurelien Jarno · 15 years ago
- 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 16 years ago
- a8cd70f Enable USE_DIRECT_JUMP on Win32. by Filip Navara · 16 years ago
- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
- 640f42e kqemu: merge CONFIG_KQEMU and USE_KQEMU by blueswir1 · 16 years ago
- 94a6b54 Implement dynamic guest ram allocation. by pbrook · 16 years ago
- 5579c7f Remove code phys_ram_base uses. by pbrook · 16 years ago
- 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
- 4f39636 Remove GenOpFunc typedefs by blueswir1 · 16 years ago
- a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
- 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
- e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- 49516bc Some cleanups after dyngen removal by aurel32 · 16 years ago
- 3233f0d Use libgcc __clear_cache to clean icache, when available. by balrog · 16 years ago
- 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
- dde2367 Add debug exception hook (Jan Kiszka) by aliguori · 16 years ago
- de9a95f Revert commits 5685 to 5688 committed by mistake by aurel32 · 16 years ago
- dc18031 Disable debug code for production. by aurel32 · 16 years ago
- 875cdcf protect exec-all.h frm multiple inclusion (Glauber Costa) by aliguori · 16 years ago
- e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
- ac509d8 Move offsetof to osdep.h, remove local defintions. by balrog · 16 years ago
- 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 17 years ago
- 5278154 On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64 by malc · 17 years ago
- 810260a Preliminary PPC64/Linux host support by malc · 17 years ago
- 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
- 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
- bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
- 2e70f6e Add instruction counter. by pbrook · 17 years ago
- d597536 Multithreaded locking fixes. by pbrook · 17 years ago
- 0a878c4 PPC TCG Fixes by malc · 17 years ago
- 1235fc0 Spelling fixes, by Stefan Weil. by ths · 17 years ago
- 932a690 support of long calls for PPC (malc) by bellard · 17 years ago
- da26024 kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host by bellard · 17 years ago
- 26a5f13 variable dynamic translation buffer size by bellard · 17 years ago
- 7a5ca86 qemu-nbd tool (Anthony Liguori) by bellard · 17 years ago
- 811d4cf ARM host support for TCG targets. by balrog · 17 years ago
- a57f631 removed unused code by bellard · 17 years ago
- 4d7a088 Fix compiler warnings in common files by blueswir1 · 17 years ago
- e83a867 Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka). by edgar_igl · 17 years ago
- b5e19d4 Make the paged properties of the tb-jmp-cache hash function work for TARGET_PAGE_BITS != 12. by edgar_igl · 17 years ago
- cb7cca1 Revert commit r4342 and r4343, wasn't intended to be committed by aurel32 · 17 years ago
- a366649 Disable debug code for production. by aurel32 · 17 years ago
- d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
- 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
- 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- a208e54 TCG op size estimation fix. by pbrook · 17 years ago
- 15a5115 Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady) by aurel32 · 17 years ago
- 0115be3 Fix opparam_buf size estimate. by pbrook · 17 years ago
- 57fec1f use the TCG code generator by bellard · 17 years ago
- d07bde8 Fix code generation buffer overflow reported by TeLeMan by blueswir1 · 17 years ago
- df2542c Avoid duplicated definitions: move common definitions from exec-all.h by j_mayer · 17 years ago
- 76d83bd Fixes for s/390 host support, by Bastian Blank. by ths · 17 years ago
- 7a51ad8 For consistency, move muls64 / mulu64 prototypes to host-utils.h by j_mayer · 17 years ago
- 647de6c Handle IBE on MIPS properly. by ths · 17 years ago
- 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
- f1ccf90 CRIS support in toplevel, by Edgar E. Iglesias. by ths · 17 years ago