summary refs log tree commit diff stats
path: root/include/hw/core/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* cpu: Move debug_excp_handler to tcg_opsEduardo Habkost2021-02-051-2/+2
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-9/+12
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-6/+6
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-9/+13
* accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2021-02-051-0/+2
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+15
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost2020-12-151-1/+0
* cpus: Drop declaration of cpu_remove()Greg Kurz2020-10-271-8/+0
* cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-0/+3
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-051-14/+0
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann2020-09-081-0/+4
* cputlb: ensure we save the IOTLB data in case of resetAlex Bennée2020-07-151-0/+16
* cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-101-37/+0
* cpu: convert queued work to a QSIMPLEQEmilio G. Cota2020-06-161-3/+3
* hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-1/+6
* exec: Add block comments for watchpoint routinesRichard Henderson2020-05-111-0/+23
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-191-6/+0
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-171-6/+0
* | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-1/+1
|/
* cpu: Introduce cpu_class_set_parent_reset()Greg Kurz2020-01-241-0/+4
* Remove unassigned_access CPU hookPeter Maydell2019-11-111-24/+0
* plugin: add core codeEmilio G. Cota2019-10-281-0/+6
* cpu: introduce cpu_in_exclusive_context()Emilio G. Cota2019-10-281-0/+13
* cputlb: Remove cpu->mem_io_vaddrRichard Henderson2019-09-251-2/+0
* exec: Factor out cpu_watchpoint_address_matchesRichard Henderson2019-09-031-0/+7
* exec: Factor out core logic of check_watchpoint()David Hildenbrand2019-09-031-0/+7
* exec: Move user-only watchpoint stubs inlineRichard Henderson2019-09-031-0/+23
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-221-1/+1
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-0/+1129