aboutsummaryrefslogtreecommitdiff
path: root/include/hw/core
AgeCommit message (Expand)Author
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2020-12-15cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost
2020-10-27cpus: Drop declaration of cpu_remove()Greg Kurz
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann
2020-07-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana
2020-06-16cpu: convert queued work to a QSIMPLEQEmilio G. Cota
2020-06-05hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé
2020-05-11exec: Add block comments for watchpoint routinesRichard Henderson
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz
2019-11-11Remove unassigned_access CPU hookPeter Maydell
2019-10-28plugin: add core codeEmilio G. Cota
2019-10-28cpu: introduce cpu_in_exclusive_context()Emilio G. Cota
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson
2019-09-03exec: Factor out cpu_watchpoint_address_matchesRichard Henderson
2019-09-03exec: Factor out core logic of check_watchpoint()David Hildenbrand
2019-09-03exec: Move user-only watchpoint stubs inlineRichard Henderson
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2018-03-02hw/core/split-irq: Device that splits IRQ linesPeter Maydell
2016-10-04generic-loader: Add a generic loaderAlistair Francis