aboutsummaryrefslogtreecommitdiff
path: root/hw/core/cpu-common.c
AgeCommit message (Expand)AuthorFilesLines
5 daysaccel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/Philippe Mathieu-Daudé1-8/+1
5 daysplugins: Free CPUPluginState before destroying vCPU statePhilippe Mathieu-Daudé1-0/+5
10 dayscpu: fix memleak of 'halt_cond' and 'thread'Matheus Tavares Bernardino1-0/+3
2024-06-04core/cpu-common: initialise plugin state before thread creationAlex Bennée1-8/+12
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée1-0/+5
2024-05-06accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG pluginsPhilippe Mathieu-Daudé1-0/+4
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2024-03-11hw/core: Cleanup unused included headers in cpu-common.cZhao Liu1-4/+0
2024-02-28plugins: create CPUPluginState and migrate plugin_maskAlex Bennée1-0/+5
2024-02-28cpu: call plugin init hook asynchronouslyPierrick Bouvier1-2/+7
2024-02-28gdbstub: Simplify XML lookupAkihiko Odaki1-2/+3
2024-01-19hw/core/cpu: Rename cpu_class_init() to include 'common'Philippe Mathieu-Daudé1-2/+2
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-3/+3
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+5
2023-11-08cpu: Call plugin hooks only when readyAkihiko Odaki1-0/+10
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-4/+12
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé1-5/+0
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé1-0/+1
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé1-0/+1
2023-10-07cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-2/+2
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-1/+1
2023-10-03accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson1-2/+2
2023-06-09hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macroPhilippe Mathieu-Daudé1-2/+1
2023-06-01trace: remove code that depends on setting vcpuAlex Bennée1-2/+0
2023-06-01trace-events: remove the remaining vcpu trace eventsAlex Bennée1-2/+2
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito1-0/+2
2023-01-05accel/tcg: Set cflags_next_tb in cpu_common_initfnRichard Henderson1-0/+1
2022-12-16hw/core/cpu-common: Convert TYPE_CPU class to 3-phase resetPeter Maydell1-3/+4
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-2/+1
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson1-16/+1
2021-06-03hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)1-9/+0
2021-05-26cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé1-16/+0
2021-05-26cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé1-13/+0
2021-05-26cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé1-63/+0
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé1-6/+0
2021-05-26cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé1-0/+420