index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cpu-target.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu-target: build compilation unit once for user/system
Pierrick Bouvier
2025-09-02
1
-5
/
+0
*
Merge tag 'accel-20250715' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2025-07-16
1
-1
/
+1
|
\
|
*
accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
Philippe Mathieu-Daudé
2025-07-15
1
-1
/
+1
*
|
qemu: Convert target_words_bigendian() to TargetInfo API
Philippe Mathieu-Daudé
2025-07-15
1
-7
/
+0
|
/
*
qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
2025-04-25
1
-5
/
+0
*
cpus: Move target-agnostic methods out of cpu-target.c
Philippe Mathieu-Daudé
2025-04-25
1
-76
/
+1
*
cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
Philippe Mathieu-Daudé
2025-04-25
1
-3
/
+4
*
exec: Rename target_words_bigendian() -> target_big_endian()
Philippe Mathieu-Daudé
2025-04-25
1
-2
/
+2
*
cpus: Remove #ifdef check on cpu_list definition
Philippe Mathieu-Daudé
2025-04-25
1
-13
/
+6
*
cpus: Introduce CPUClass::list_cpus() callback
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+7
*
exec/cpu-all: transfer exec/cpu-common include to cpu.h headers
Pierrick Bouvier
2025-04-23
1
-0
/
+1
*
include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c
Pierrick Bouvier
2025-04-23
1
-0
/
+5
*
exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_big...
Pierrick Bouvier
2025-04-23
1
-0
/
+1
*
cpus: Build cpu_exec_[un]realizefn() methods once
Philippe Mathieu-Daudé
2025-03-09
1
-29
/
+0
*
cpus: Register VMState per user / system emulation
Philippe Mathieu-Daudé
2025-03-09
1
-119
/
+2
*
exec: Declare tlb_flush*() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
2025-03-08
1
-0
/
+1
*
cpus: Have cpu_exec_initfn() per user / system emulation
Philippe Mathieu-Daudé
2025-03-06
1
-9
/
+0
*
cpus: Have cpu_class_init_props() per user / system emulation
Philippe Mathieu-Daudé
2025-03-06
1
-58
/
+0
*
cpus: Restrict cpu_common_post_load() code to TCG
Philippe Mathieu-Daudé
2025-03-06
1
-16
/
+19
*
cpus: Fix style in cpu-target.c
Philippe Mathieu-Daudé
2025-03-06
1
-3
/
+6
*
accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c
Philippe Mathieu-Daudé
2025-03-06
1
-88
/
+2
*
accel/tcg: Avoid using lock_user() in cpu_memory_rw_debug()
Philippe Mathieu-Daudé
2025-03-06
1
-15
/
+2
*
accel/tcg: Take mmap lock in the whole cpu_memory_rw_debug() function
Philippe Mathieu-Daudé
2025-03-06
1
-2
/
+4
*
accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
Philippe Mathieu-Daudé
2025-03-06
1
-0
/
+1
*
accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h'
Philippe Mathieu-Daudé
2025-03-06
1
-1
/
+1
*
cpus: Keep default fields initialization in cpu_common_initfn()
Philippe Mathieu-Daudé
2025-03-06
1
-3
/
+0
*
cpus: Cache CPUClass early in instance_init() handler
Philippe Mathieu-Daudé
2025-03-06
1
-3
/
+0
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-3
/
+4
|
\
|
*
accel/tcg: Include missing 'exec/translation-block.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
|
*
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
|
*
system: Remove unnecessary 'exec/translate-all.h' include
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+0
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-2
/
+2
*
|
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
|
/
*
cpu-target: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
cpu-target: don't set cpu->thread_id to bogus value
Alex Bennée
2024-06-04
1
-1
/
+0
*
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
1
-0
/
+1
*
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+1
*
cpu: Remove page_size_init
Richard Henderson
2024-02-29
1
-16
/
+0
*
cpu-target: Include missing 'exec/memory.h' header
Philippe Mathieu-Daudé
2024-02-13
1
-0
/
+1
*
linux-user: Allow gdbstub to ignore page protection
Ilya Leoshkevich
2024-01-29
1
-15
/
+63
*
cpus: Restrict 'start-powered-off' property to system emulation
Philippe Mathieu-Daudé
2024-01-19
1
-1
/
+6
*
accel/tcg: Remove unused tb_invalidate_phys_addr()
Philippe Mathieu-Daudé
2024-01-19
1
-29
/
+0
*
cpu: Add generic cpu_list()
Gavin Shan
2024-01-05
1
-3
/
+26
*
cpu: Add helper cpu_model_from_type()
Gavin Shan
2024-01-05
1
-0
/
+15
*
cpu-target: Constify VMState
Richard Henderson
2023-12-30
1
-4
/
+4
*
cpu: Call plugin hooks only when ready
Akihiko Odaki
2023-11-08
1
-11
/
+0
*
exec/cpu: Have cpu_exec_realize() return a boolean
Philippe Mathieu-Daudé
2023-11-07
1
-2
/
+4
*
cpu: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
2023-10-07
1
-1
/
+1
*
exec: Rename cpu.c -> cpu-target.c
Philippe Mathieu-Daudé
2023-10-04
1
-0
/
+435