summaryrefslogtreecommitdiffstats
path: root/include/hw/core
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-0/+2
* accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2021-02-181-0/+10
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-182-5/+2Star
* accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2021-02-052-0/+42
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-052-99/+101
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-3/+6
* cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana2021-02-051-1/+5
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-6/+7
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-15/+13Star
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-2/+2
* 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/+0Star
* cpus: Drop declaration of cpu_remove()Greg Kurz2020-10-271-8/+0Star
* cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-0/+3
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-051-14/+0Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-5/+6
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-4/+8
* 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-111-37/+0Star
* 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/+0Star
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-6/+0Star
* | 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/+0Star
* 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/+0Star
* 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-0/+1129
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-0/+1129
|/
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0Star
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+1
* hw/core/split-irq: Device that splits IRQ linesPeter Maydell2018-03-021-0/+57
* generic-loader: Add a generic loaderAlistair Francis2016-10-041-0/+46