aboutsummaryrefslogtreecommitdiff
path: root/cpu-target.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04cpu-target: don't set cpu->thread_id to bogus valueAlex Bennée1-1/+0
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-04-26exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé1-0/+1
2024-02-29cpu: Remove page_size_initRichard Henderson1-16/+0
2024-02-13cpu-target: Include missing 'exec/memory.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-29linux-user: Allow gdbstub to ignore page protectionIlya Leoshkevich1-15/+63
2024-01-19cpus: Restrict 'start-powered-off' property to system emulationPhilippe Mathieu-Daudé1-1/+6
2024-01-19accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé1-29/+0
2024-01-05cpu: Add generic cpu_list()Gavin Shan1-3/+26
2024-01-05cpu: Add helper cpu_model_from_type()Gavin Shan1-0/+15
2023-12-30cpu-target: Constify VMStateRichard Henderson1-4/+4
2023-11-08cpu: Call plugin hooks only when readyAkihiko Odaki1-11/+0
2023-11-07exec/cpu: Have cpu_exec_realize() return a booleanPhilippe Mathieu-Daudé1-2/+4
2023-10-07cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-1/+1
2023-10-04exec: Rename cpu.c -> cpu-target.cPhilippe Mathieu-Daudé1-0/+435