| Commit message (Expand) | Author | Age | Files | Lines |
* | target-*: Advance pc after recognizing a breakpoint | Richard Henderson | 2015-10-28 | 1 | -0/+5 |
* | qdev: Protect device-list-properties against broken devices | Markus Armbruster | 2015-10-09 | 1 | -0/+7 |
* | tcg: Remove gen_intermediate_code_pc | Richard Henderson | 2015-10-07 | 1 | -38/+4 |
* | tcg: Pass data argument to restore_state_to_opc | Richard Henderson | 2015-10-07 | 1 | -2/+2 |
* | tcg: Add TCG_MAX_INSNS | Richard Henderson | 2015-10-07 | 1 | -0/+3 |
* | target-*: Drop cpu_gen_code define | Richard Henderson | 2015-10-07 | 1 | -1/+0 |
* | target-*: Introduce and use cpu_breakpoint_test | Richard Henderson | 2015-10-07 | 1 | -17/+7 |
* | target-*: Increment num_insns immediately after tcg_gen_insn_start | Richard Henderson | 2015-10-07 | 1 | -2/+2 |
* | target-*: Unconditionally emit tcg_gen_insn_start | Richard Henderson | 2015-10-07 | 1 | -4/+1 |
* | tcg: Rename debug_insn_start to insn_start | Richard Henderson | 2015-10-07 | 1 | -1/+1 |
* | or32: Remove ELF_MACHINE from cpu.h | Peter Crosthwaite | 2015-09-25 | 1 | -1/+0 |
* | tlb: Add "ifetch" argument to cpu_mmu_index() | Benjamin Herrenschmidt | 2015-09-11 | 2 | -2/+2 |
* | tcg: Remove tcg_gen_trunc_i64_i32 | Richard Henderson | 2015-08-24 | 1 | -11/+11 |
* | cpu-exec: Purge all uses of ENV_GET_CPU() | Peter Crosthwaite | 2015-07-09 | 1 | -1/+1 |
* | cpu: Change cpu_exec_init() arg to cpu, not env | Peter Crosthwaite | 2015-07-09 | 1 | -1/+1 |
* | cpu: Add Error argument to cpu_exec_init() | Bharata B Rao | 2015-07-09 | 1 | -1/+1 |
* | disas: Remove uses of CPU env | Peter Crosthwaite | 2015-06-22 | 1 | -1/+1 |
* | openrisc: cpu: Remove unused cpu_get_pc | Peter Crosthwaite | 2015-04-30 | 1 | -5/+0 |
* | tcg: Change translator-side labels to a pointer | Richard Henderson | 2015-03-13 | 1 | -18/+16 |
* | cpu: Make cpu_init() return QOM CPUState object | Eduardo Habkost | 2015-03-10 | 1 | -8/+1 |
* | tcg: Introduce tcg_op_buf_count and tcg_op_buf_full | Richard Henderson | 2015-02-13 | 1 | -8/+5 |
* | tcg: Move emit of INDEX_op_end into gen_tb_end | Richard Henderson | 2015-02-13 | 1 | -1/+1 |
* | target-openrisc: bugfix for dec_sys to decode instructions correctly | David Morrison | 2015-01-15 | 1 | -1/+1 |
* | gen-icount: check cflags instead of use_icount global | Paolo Bonzini | 2015-01-03 | 1 | -1/+1 |
* | target-openrisc: Use cpu_exec_interrupt qom hook | Richard Henderson | 2014-09-25 | 3 | -0/+22 |
* | trace: [tcg] Include TCG-tracing header on all targets | Lluís Vilanova | 2014-08-12 | 1 | -0/+3 |
* | openrisc: fix comment | Michael S. Tsirkin | 2014-06-29 | 1 | -2/+2 |
* | softmmu: introduce cpu_ldst.h | Paolo Bonzini | 2014-06-05 | 2 | -1/+2 |
* | softmmu: commonize helper definitions | Paolo Bonzini | 2014-06-05 | 1 | -13/+0 |
* | tcg: Invert the inclusion of helper.h | Richard Henderson | 2014-05-28 | 7 | -12/+7 |
* | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 2014-05-14 | 1 | -2/+0 |
* | cputlb: Change tlb_set_page() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | cputlb: Change tlb_flush() argument to CPUState | Andreas Färber | 2014-03-13 | 4 | -4/+4 |
* | cputlb: Change tlb_flush_page() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -2/+2 |
* | exec: Change cpu_abort() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | translate-all: Change cpu_restore_state() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -4/+1 |
* | cpu-exec: Change cpu_loop_exit() argument to CPUState | Andreas Färber | 2014-03-13 | 2 | -2/+2 |
* | exec: Change tlb_fill() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -3/+5 |
* | cpu: Move breakpoints field from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 3 | -3/+9 |
* | cpu: Move exception_index field from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 4 | -9/+12 |
* | cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook | Andreas Färber | 2014-03-13 | 4 | -12/+13 |
* | cpu: Factor out cpu_generic_init() | Andreas Färber | 2014-03-13 | 1 | -12/+1 |
* | cpu: Turn cpu_has_work() into a CPUClass hook | Andreas Färber | 2014-03-13 | 2 | -5/+7 |
* | target-openrisc: Use new qemu_ld/st opcodes | Richard Henderson | 2014-02-12 | 1 | -67/+32 |
* | openrisc: Fix spelling in comment (transaltion -> translation) | Stefan Weil | 2013-12-23 | 1 | -1/+1 |
* | misc: Replace 'struct QEMUTimer' by 'QEMUTimer' | Stefan Weil | 2013-12-02 | 1 | -1/+1 |
* | target-openrisc: Correct memory bounds checking for the tlb buffers | Sebastian Macke | 2013-11-20 | 1 | -8/+8 |
* | openrisc-timer: Reduce overhead, Separate clock update functions | Sebastian Macke | 2013-11-20 | 2 | -20/+19 |
* | target-openrisc: Correct wrong epcr register in interrupt handler | Sebastian Macke | 2013-11-20 | 1 | -18/+7 |
* | target-openrisc: Remove executable flag for every page | Sebastian Macke | 2013-11-20 | 1 | -2/+2 |