aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-target.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu-target: don't set cpu->thread_id to bogus valueAlex Bennée2024-06-041-1/+0
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-061-0/+1
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-261-0/+1
* cpu: Remove page_size_initRichard Henderson2024-02-291-16/+0
* cpu-target: Include missing 'exec/memory.h' headerPhilippe Mathieu-Daudé2024-02-131-0/+1
* linux-user: Allow gdbstub to ignore page protectionIlya Leoshkevich2024-01-291-15/+63
* cpus: Restrict 'start-powered-off' property to system emulationPhilippe Mathieu-Daudé2024-01-191-1/+6
* accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé2024-01-191-29/+0
* cpu: Add generic cpu_list()Gavin Shan2024-01-051-3/+26
* cpu: Add helper cpu_model_from_type()Gavin Shan2024-01-051-0/+15
* cpu-target: Constify VMStateRichard Henderson2023-12-301-4/+4
* cpu: Call plugin hooks only when readyAkihiko Odaki2023-11-081-11/+0
* exec/cpu: Have cpu_exec_realize() return a booleanPhilippe Mathieu-Daudé2023-11-071-2/+4
* cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé2023-10-071-1/+1
* exec: Rename cpu.c -> cpu-target.cPhilippe Mathieu-Daudé2023-10-041-0/+435