Age | Commit message (Expand) | Author | Files | Lines |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth | 1 | -730/+0 |
2016-06-09 | cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() | Peter Maydell | 1 | -1/+1 |
2016-01-29 | xtensa: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-17 | xtensa: avoid "naked" qemu_log | Paolo Bonzini | 1 | -2/+2 |
2015-10-21 | target-xtensa: use CPU_LOG_MMU for MMU event logging | Max Filippov | 1 | -4/+4 |
2015-07-06 | target-xtensa: fix gdb register map construction | Max Filippov | 1 | -0/+14 |
2014-09-25 | target-xtensa: Use cpu_exec_interrupt qom hook | Richard Henderson | 1 | -0/+10 |
2014-09-12 | cpu-exec: Make debug_excp_handler a QOM CPU method | Peter Maydell | 1 | -2/+3 |
2014-03-13 | cpu-exec: Change cpu_resume_from_signal() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2014-03-13 | cpu: Move watchpoint fields from CPU_COMMON to CPUState | Andreas Färber | 1 | -3/+5 |
2014-03-13 | cpu: Move exception_index field from CPU_COMMON to CPUState | Andreas Färber | 1 | -9/+11 |
2014-03-13 | target-xtensa: Clean up ENV_GET_CPU() usage | Andreas Färber | 1 | -1/+1 |
2014-02-11 | exec: Make ldl_*_phys input an AddressSpace | Edgar E. Iglesias | 1 | -1/+2 |
2013-07-26 | cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs | Andreas Färber | 1 | -0/+8 |
2013-07-26 | target-xtensa: Introduce XtensaCPU subclasses | Andreas Färber | 1 | -11/+21 |
2013-07-23 | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook | Andreas Färber | 1 | -3/+4 |
2013-03-12 | cpu: Replace do_interrupt() by CPUClass::do_interrupt method | Andreas Färber | 1 | -1/+4 |
2013-02-16 | target-xtensa: Move TCG initialization to XtensaCPU initfn | Andreas Färber | 1 | -13/+1 |
2013-02-16 | target-xtensa: Introduce QOM realizefn for XtensaCPU | Andreas Färber | 1 | -1/+3 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-15 | target-xtensa: fix ITLB/DTLB page protection flags | Max Filippov | 1 | -1/+2 |
2012-12-08 | target-xtensa: implement CACHEATTR SR | Max Filippov | 1 | -1/+20 |
2012-12-08 | target-xtensa: implement ATOMCTL SR | Max Filippov | 1 | -14/+42 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -1/+1 |
2012-06-25 | target-xtensa: drop usage of prev_debug_excp_handler | Igor Mammedov | 1 | -7/+1 |
2012-06-09 | target-xtensa: control page table lookup explicitly | Max Filippov | 1 | -5/+5 |
2012-06-09 | target-xtensa: update autorefill TLB entries conditionally | Max Filippov | 1 | -24/+32 |
2012-06-09 | target-xtensa: update EXCVADDR in case of page table lookup | Max Filippov | 1 | -0/+1 |
2012-06-04 | Kill off cpu_state_reset() | Andreas Färber | 1 | -5/+0 |
2012-06-04 | target-xtensa: Let cpu_xtensa_init() return XtensaCPU | Andreas Färber | 1 | -2/+2 |
2012-04-14 | target-xtensa: Start QOM'ifying CPU init | Andreas Färber | 1 | -1/+0 |
2012-04-14 | target-xtensa: QOM'ify CPU reset | Andreas Färber | 1 | -13/+2 |
2012-04-14 | target-xtensa: QOM'ify CPU | Andreas Färber | 1 | -1/+3 |
2012-03-14 | target-xtensa: Don't overuse CPUState | Andreas Färber | 1 | -20/+20 |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 1 | -1/+1 |
2012-03-03 | Merge branch 'upstream' of git://qemu.weilnetz.de/qemu | Blue Swirl | 1 | -1/+0 |
2012-02-28 | target-xtensa: Clean includes | Stefan Weil | 1 | -1/+0 |
2012-02-20 | target-xtensa: add DBREAK data breakpoints | Max Filippov | 1 | -0/+41 |
2012-02-18 | target-xtensa: implement instruction breakpoints | Max Filippov | 1 | -0/+2 |
2012-02-18 | target-xtensa: implement info tlb monitor command | Max Filippov | 1 | -0/+67 |
2011-11-26 | target-xtensa: fix MMUv3 initialization | Max Filippov | 1 | -1/+1 |
2011-10-16 | target-xtensa: extract core configuration from overlay | Max Filippov | 1 | -13/+14 |
2011-10-16 | target-xtensa: remove hand-written xtensa cores implementations | Max Filippov | 1 | -224/+2 |
2011-09-10 | target-xtensa: add dc232b core and board | Max Filippov | 1 | -0/+168 |
2011-09-10 | target-xtensa: implement memory protection options | Max Filippov | 1 | -1/+339 |
2011-09-10 | target-xtensa: add gdb support | Max Filippov | 1 | -0/+11 |
2011-09-10 | target-xtensa: implement relocatable vectors | Max Filippov | 1 | -2/+16 |
2011-09-10 | target-xtensa: implement interrupt option | Max Filippov | 1 | -1/+97 |
2011-09-10 | target-xtensa: implement unaligned exception option | Max Filippov | 1 | -1/+3 |