Age | Commit message (Expand) | Author | Files | Lines |
2012-12-08 | TCG: Use gen_opc_pc from context instead of global variable. | Evgeny Voevodin | 1 | -2/+2 |
2012-12-07 | target-m68k: Remove t1 from CPUM68KState | Richard Henderson | 1 | -3/+0 |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin | 1 | -3/+3 |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin | 1 | -4/+4 |
2012-11-10 | disas: avoid using cpu_single_env | Blue Swirl | 1 | -1/+1 |
2012-11-03 | target-m68k/m68k-semi.c: Log when put_user for returning values fails | Peter Maydell | 1 | -16/+31 |
2012-11-03 | target-m68k/m68k-semi: Handle get_user failure | Peter Maydell | 1 | -51/+93 |
2012-11-03 | m68k: Return semihosting errno values correctly | Meador Inge | 1 | -1/+1 |
2012-10-31 | cpus: Pass CPUState to [qemu_]cpu_has_work() | Andreas Färber | 1 | -1/+3 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -1/+1 |
2012-09-27 | target-m68k: Call tcg_gen_debug_insn_start | Richard Henderson | 1 | -0/+4 |
2012-09-15 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl | 1 | -3/+0 |
2012-09-15 | target-m68k: avoid using cpu_single_env | Blue Swirl | 1 | -130/+140 |
2012-09-15 | target-m68k: switch to AREG0 free mode | Blue Swirl | 4 | -81/+67 |
2012-06-07 | build: move other target-*/ objects to nested Makefile.objs | Paolo Bonzini | 1 | -1/+2 |
2012-06-07 | build: move libobj-y variable to nested Makefile.objs | Paolo Bonzini | 1 | -0/+3 |
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini | 2 | -0/+409 |
2012-06-04 | Kill off cpu_state_reset() | Andreas Färber | 1 | -5/+0 |
2012-04-30 | target-m68k: Add QOM CPU subclasses | Andreas Färber | 2 | -90/+137 |
2012-04-30 | target-m68k: Start QOM'ifying CPU init | Andreas Färber | 2 | -1/+10 |
2012-04-30 | target-m68k: QOM'ify CPU reset | Andreas Färber | 2 | -17/+17 |
2012-04-30 | target-m68k: QOM'ify CPU | Andreas Färber | 4 | -8/+136 |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl | 1 | -5/+3 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -1/+1 |
2012-03-14 | target-m68k: Don't overuse CPUState | Andreas Färber | 4 | -65/+65 |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 1 | -2/+2 |
2012-02-28 | target-m68k: Clean includes | Stefan Weil | 3 | -11/+1 |
2011-10-01 | softmmu_header: pass CPUState to tlb_fill | Blue Swirl | 1 | -4/+3 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -2/+2 |
2011-08-07 | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl | 3 | -4/+4 |
2011-07-30 | exec.h cleanup | Blue Swirl | 2 | -29/+4 |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl | 3 | -3/+0 |
2011-06-26 | Move cpu_has_work and cpu_pc_from_tb to cpu.h | Blue Swirl | 2 | -11/+12 |
2011-06-26 | exec.h: fix coding style and change cpu_has_work to return bool | Blue Swirl | 1 | -2/+2 |
2011-06-26 | m68k: use caller supplied CPUState for interrupt related stuff | Blue Swirl | 2 | -4/+28 |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl | 1 | -3/+3 |
2011-06-08 | m68k: Replace gen_im32() by tcg_const_i32() | Laurent Vivier | 1 | -23/+20 |
2011-05-08 | Fix typos in comments and code (occured -> occurred and related) | Stefan Weil | 1 | -1/+1 |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil | 1 | -1/+1 |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil | 1 | -2/+1 |
2011-04-10 | Fix conversions from pointer to tcg_target_long | Stefan Weil | 1 | -1/+1 |
2011-03-13 | inline cpu_halted into sole caller | Paolo Bonzini | 1 | -10/+0 |
2011-01-02 | softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() | Peter Maydell | 1 | -3/+3 |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil | 3 | -4/+4 |
2010-07-03 | remove exec-all.h inclusion from cpu.h | Paolo Bonzini | 1 | -1/+0 |
2010-07-03 | move cpu_pc_from_tb to target-*/exec.h | Paolo Bonzini | 2 | -5/+6 |
2010-04-25 | m68k: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -3/+0 |
2010-04-23 | m68k: fix if statement with empty body, spotted by clang | Blue Swirl | 1 | -2/+3 |
2010-03-17 | Large page TLB flush | Paul Brook | 1 | -2/+3 |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook | 1 | -8/+8 |