summaryrefslogtreecommitdiff
path: root/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth2023-05-161-0/+5
* cpu: Remove parameter of list_cpus()Thomas Huth2023-04-201-1/+1
* *: Add missing includes of qemu/plugin.hRichard Henderson2023-03-221-0/+1
* gdbstub: move update guest debug to accel opsMads Ynddal2023-03-071-3/+8
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+1
* replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé2023-02-271-1/+1
* cpu: Move breakpoint helpers to common codePhilippe Mathieu-Daudé2023-02-271-71/+0
* cpu: free cpu->tb_jmp_cache with RCUEmilio Cota2023-02-021-1/+10
* accel/tcg: Complete cpu initialization before registrationRichard Henderson2022-11-011-1/+9
* accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson2022-10-261-2/+2
* cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée2022-10-031-5/+4
* util/log: Remove qemu_log_closeRichard Henderson2022-04-201-1/+0
* util/log: Remove qemu_log_flushRichard Henderson2022-04-201-1/+0
* *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-6/+8
* util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* softmmu: List CPU types againPhilippe Mathieu-Daudé2022-03-161-0/+9
* cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headersPhilippe Mathieu-Daudé2022-03-061-0/+2
* exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé2022-03-061-3/+3
* cpu.c: Make start-powered-off settable after realizePeter Maydell2022-02-081-1/+21
* linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson2022-01-061-5/+15
* cpu: remove unnecessary #ifdef CONFIG_TCGPaolo Bonzini2021-12-181-5/+0
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-151-0/+21
* accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson2021-07-211-4/+0
* accel/tcg: Move breakpoint recognition outside translationRichard Henderson2021-07-211-20/+0
* hw/core: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson2021-07-211-0/+10
* cpu: Add breakpoint tracepointsRichard Henderson2021-07-091-4/+9
* cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-8/+7
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-261-0/+1
* cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-261-6/+6
* cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé2021-05-261-0/+2
* accel-cpu: make cpu_realizefn return a boolClaudio Fontana2021-05-101-2/+3
* accel: introduce new accessor functionsClaudio Fontana2021-05-101-5/+1
* cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefnClaudio Fontana2021-05-101-0/+6
* accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2021-02-051-37/+33
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+5
* remove TCG includes from common codePaolo Bonzini2021-01-021-1/+1
* cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost2020-12-151-15/+0
* exec: split out non-softmmu-specific partsPaolo Bonzini2020-10-121-0/+452