aboutsummaryrefslogtreecommitdiff
path: root/hw/core/cpu.c
AgeCommit message (Expand)Author
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2020-12-16cpu: Remove unnecessary noop methodsEduardo Habkost
2020-12-15cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost
2020-10-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-10-06hw/core/cpu: Add missing 'exec/cpu-common.h' includePhilippe Mathieu-Daudé
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-08target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-06-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...Peter Maydell
2020-06-16cpu: convert queued work to a QSIMPLEQEmilio G. Cota
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-05hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé
2020-05-15qdev: Unrealize must not failMarkus Armbruster
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-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster