Age | Commit message (Expand) | Author |
2012-03-18 | softmmu templates: optionally pass CPUState to memory access functions | Blue Swirl |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-08 | memory: get rid of cpu_register_io_memory() | Avi Kivity |
2012-03-08 | memory: dispatch directly via MemoryRegion | Avi Kivity |
2012-03-08 | memory: store section indices in iotlb instead of io indices | Avi Kivity |
2012-01-04 | Direct dispatch through MemoryRegion | Avi Kivity |
2012-01-04 | Uninline get_page_addr_code() | Avi Kivity |
2012-01-04 | Avoid range comparisons on io index types | Avi Kivity |
2012-01-04 | memory: move mmio access to functions | Avi Kivity |
2011-10-31 | tcg: Add bytecode generator for tcg interpreter | Stefan Weil |
2011-10-30 | exec-all: Fix void pointer arithmetic | Stefan Weil |
2011-10-21 | qemu-timer: move icount to cpus.c | Paolo Bonzini |
2011-10-01 | Move GETPC from dyngen-exec.h to exec-all.h | Blue Swirl |
2011-10-01 | softmmu_header: pass CPUState to tlb_fill | Blue Swirl |
2011-07-20 | Fix unassigned memory access handling | Blue Swirl |
2011-07-12 | exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's uses | Peter Maydell |
2011-06-26 | Move cpu_has_work and cpu_pc_from_tb to cpu.h | Blue Swirl |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl |
2011-05-31 | target-alpha: Trap for unassigned and unaligned addresses. | Richard Henderson |
2011-05-23 | Merge branch 's390-next' of git://repo.or.cz/qemu/agraf | Aurelien Jarno |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl |
2011-05-20 | tcg: extend max tcg opcodes when using 64-on-32bit | Alexander Graf |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil |
2011-02-10 | Make tb_alloc static | Tristan Gingold |
2011-01-23 | Delete useless 'extern' qualifiers for functions | Blue Swirl |
2010-12-31 | TCG: Improve tb_phys_hash_func() | Aurelien Jarno |
2010-12-21 | tcg-arm: fix __clear_cache() warning | Aurelien Jarno |
2010-10-20 | Export qemu_ram_addr_from_host | Marcelo Tosatti |
2010-07-24 | remove dead code | Jun Koi |
2010-07-22 | Declare code_gen_ptr, code_gen_max_blocks 'static' | Stefan Weil |
2010-06-09 | tcg: get rid of copy_size in TCGOpDef | Aurelien Jarno |
2010-05-11 | make SIG_IPI to tcg vcpu thread reliable | Marcelo Tosatti |
2010-05-01 | Clean up definition of MAX_OPC_PARAM | Stuart Brady |
2010-04-08 | remove TARGET_* defines from translate-all.c | Paolo Bonzini |
2010-04-08 | Shrink tb_jmp_offset to two entries, the other two are never used. | Filip Navara |
2010-03-29 | Compile qemu-timer only once | Blue Swirl |
2010-03-17 | Large page TLB flush | Paul Brook |
2010-03-12 | Fix usermode virtual address type | Paul Brook |
2010-03-12 | Disable phsyical memory handling in userspace emulation. | Paul Brook |
2010-03-12 | Add tb_page_addr_t | Paul Brook |
2010-03-01 | Avoid tlb_set_page in userspace emulation | Paul Brook |
2009-12-01 | tcg: increase TCG_MAX_OP_SIZE to 192 | Aurelien Jarno |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-25 | ARM host: fix generated blocks linking | Laurent Desnogues |
2009-09-23 | exec-all.h: increase OPC_BUF_SIZE | Aurelien Jarno |
2009-09-23 | exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 | Aurelien Jarno |
2009-08-24 | Unbreak large mem support by removing kqemu | Anthony Liguori |
2009-07-27 | Enable USE_DIRECT_JUMP on Win32. | Filip Navara |