aboutsummaryrefslogtreecommitdiff
path: root/hw/core/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé1-437/+0
2021-05-26cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé1-1/+0
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana1-9/+0
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana1-6/+0
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana1-1/+5
2020-12-16cpu: Remove unnecessary noop methodsEduardo Habkost1-13/+0
2020-12-15cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost1-0/+15
2020-10-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+1
2020-10-06hw/core/cpu: Add missing 'exec/cpu-common.h' includePhilippe Mathieu-Daudé1-0/+1
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana1-13/+0
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana1-0/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-3/+3
2020-09-08target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann1-1/+1
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-1/+1
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-06-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...Peter Maydell1-0/+1
2020-06-16cpu: convert queued work to a QSIMPLEQEmilio G. Cota1-0/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-05hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé1-0/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-15/+4
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-15/+4
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz1-0/+8
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota1-0/+2
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson1-1/+0
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-0/+458