summary refs log tree commit diff stats
path: root/hw/core/cpu-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé2023-10-071-2/+2
* accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson2023-10-031-1/+1
* accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson2023-10-031-2/+2
* hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macroPhilippe Mathieu-Daudé2023-06-091-2/+1
* trace: remove code that depends on setting vcpuAlex Bennée2023-06-011-2/+0
* trace-events: remove the remaining vcpu trace eventsAlex Bennée2023-06-011-2/+2
* accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito2023-01-111-0/+2
* accel/tcg: Set cflags_next_tb in cpu_common_initfnRichard Henderson2023-01-051-0/+1
* hw/core/cpu-common: Convert TYPE_CPU class to 3-phase resetPeter Maydell2022-12-161-3/+4
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-2/+1
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-151-16/+1
* hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)2021-06-031-9/+0
* cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé2021-05-261-16/+0
* cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé2021-05-261-13/+0
* cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé2021-05-261-63/+0
* cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2021-05-261-6/+0
* cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé2021-05-261-0/+420