| Commit message (Expand) | Author | Age | Files | Lines |
* | accel/tcg: Precompute curr_cflags into cpu->tcg_cflags | Richard Henderson | 2021-03-06 | 1 | -0/+2 |
* | exec: Move TranslationBlock typedef to qemu/typedefs.h | Richard Henderson | 2021-02-18 | 1 | -3/+1 |
* | accel: introduce AccelCPUClass extending CPUClass | Claudio Fontana | 2021-02-05 | 1 | -0/+4 |
* | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana | 2021-02-05 | 1 | -99/+4 |
* | cpu: move debug_check_watchpoint to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -3/+6 |
* | cpu: move adjust_watchpoint_address to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -1/+5 |
* | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -6/+7 |
* | cpu: move cc->transaction_failed to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -15/+13 |
* | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -2/+2 |
* | cpu: Move debug_excp_handler to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -2/+2 |
* | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -9/+12 |
* | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -6/+6 |
* | cpu: Move synchronize_from_tb() to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -9/+13 |
* | accel/tcg: split TCG-only code from cpu_exec_realizefn | Claudio Fontana | 2021-02-05 | 1 | -0/+2 |
* | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost | 2021-02-05 | 1 | -1/+15 |
* | tcg: Make tb arg to synchronize_from_tb const | Richard Henderson | 2021-01-07 | 1 | -1/+2 |
* | cpu: Move cpu_common_props to hw/core/cpu.c | Eduardo Habkost | 2020-12-15 | 1 | -1/+0 |
* | cpus: Drop declaration of cpu_remove() | Greg Kurz | 2020-10-27 | 1 | -8/+0 |
* | cpu: Introduce CPU model deprecation API | Robert Hoo | 2020-10-14 | 1 | -0/+3 |
* | cpus: add handle_interrupt to the CpusAccel interface | Claudio Fontana | 2020-10-05 | 1 | -14/+0 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -1/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | target/arm: Move start-powered-off property to generic CPUState | Thiago Jung Bauermann | 2020-09-08 | 1 | -0/+4 |
* | cputlb: ensure we save the IOTLB data in case of reset | Alex Bennée | 2020-07-15 | 1 | -0/+16 |
* | cpu-throttle: new module, extracted from cpus.c | Claudio Fontana | 2020-07-11 | 1 | -37/+0 |
* | cpu: convert queued work to a QSIMPLEQ | Emilio G. Cota | 2020-06-16 | 1 | -3/+3 |
* | hw/core: Restrict CpuClass::get_crash_info() to system-mode | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -1/+6 |
* | exec: Add block comments for watchpoint routines | Richard Henderson | 2020-05-11 | 1 | -0/+23 |
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 2020-03-19 | 1 | -6/+0 |
|\ |
|
| * | cpu: Use DeviceClass reset instead of a special CPUClass reset | Peter Maydell | 2020-03-18 | 1 | -6/+0 |
* | | gdbstub: extend GByteArray to read register helpers | Alex Bennée | 2020-03-17 | 1 | -1/+1 |
|/ |
|
* | cpu: Introduce cpu_class_set_parent_reset() | Greg Kurz | 2020-01-24 | 1 | -0/+4 |
* | Remove unassigned_access CPU hook | Peter Maydell | 2019-11-11 | 1 | -24/+0 |
* | plugin: add core code | Emilio G. Cota | 2019-10-28 | 1 | -0/+6 |
* | cpu: introduce cpu_in_exclusive_context() | Emilio G. Cota | 2019-10-28 | 1 | -0/+13 |
* | cputlb: Remove cpu->mem_io_vaddr | Richard Henderson | 2019-09-25 | 1 | -2/+0 |
* | exec: Factor out cpu_watchpoint_address_matches | Richard Henderson | 2019-09-03 | 1 | -0/+7 |
* | exec: Factor out core logic of check_watchpoint() | David Hildenbrand | 2019-09-03 | 1 | -0/+7 |
* | exec: Move user-only watchpoint stubs inline | Richard Henderson | 2019-09-03 | 1 | -0/+23 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell | 2019-08-22 | 1 | -1/+1 |
* | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2019-08-21 | 1 | -0/+1129 |