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
/
rust
/
qemu-api-macros
/
src
/
utils.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
target/xtensa: Finalize config in xtensa_register_core()
Philippe Mathieu-Daudé
2
-3
/
+4
2025-03-06
target/sparc: Constify SPARCCPUClass::cpu_def
Philippe Mathieu-Daudé
1
-1
/
+1
2025-03-06
target/i386: Constify X86CPUModel uses
Philippe Mathieu-Daudé
2
-5
/
+5
2025-03-06
disas: Remove target_words_bigendian() call in initialize_debug_target()
Philippe Mathieu-Daudé
1
-6
/
+2
2025-03-06
target/xtensa: Set disassemble_info::endian value in disas_set_info()
Philippe Mathieu-Daudé
1
-0
/
+2
2025-03-06
target/sh4: Set disassemble_info::endian value in disas_set_info()
Philippe Mathieu-Daudé
1
-0
/
+2
2025-03-06
target/riscv: Set disassemble_info::endian value in disas_set_info()
Philippe Mathieu-Daudé
1
-0
/
+9
2025-03-06
target/ppc: Set disassemble_info::endian value in disas_set_info()
Philippe Mathieu-Daudé
1
-0
/
+2
2025-03-06
target/mips: Set disassemble_info::endian value in disas_set_info()
Philippe Mathieu-Daudé
1
-5
/
+5
2025-03-06
target/microblaze: Set disassemble_info::endian value in disas_set_info
Philippe Mathieu-Daudé
1
-0
/
+2
2025-03-06
target/arm: Set disassemble_info::endian value in disas_set_info()
Philippe Mathieu-Daudé
1
-7
/
+3
2025-03-06
target: Set disassemble_info::endian value for big-endian targets
Philippe Mathieu-Daudé
5
-0
/
+5
2025-03-06
target: Set disassemble_info::endian value for little-endian targets
Philippe Mathieu-Daudé
6
-0
/
+6
2025-03-06
target/mips: Fix possible MSA int overflow
Denis Rastyogin
1
-3
/
+3
2025-03-06
target/tricore: Ensure not being build on user emulation
Philippe Mathieu-Daudé
1
-0
/
+4
2025-03-06
target/rx: Ensure not being build on user emulation
Philippe Mathieu-Daudé
3
-12
/
+4
2025-03-06
target/hexagon: Ensure not being build on system emulation
Philippe Mathieu-Daudé
1
-0
/
+4
2025-03-06
target/openrisc: Call cpu_openrisc_clock_init() in cpu_realize()
Philippe Mathieu-Daudé
3
-4
/
+4
2025-03-06
target/i386/hvf: Variable type fixup in decoder
Phil Dennis-Jordan
1
-2
/
+2
2025-03-06
target/microblaze: Consider endianness while translating code
Philippe Mathieu-Daudé
2
-2
/
+10
2025-03-06
target/microblaze: Introduce mo_endian() helper
Philippe Mathieu-Daudé
1
-4
/
+10
2025-03-06
target/microblaze: Set MO_TE once in do_load() / do_store()
Philippe Mathieu-Daudé
1
-16
/
+20
2025-03-06
target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
Philippe Mathieu-Daudé
1
-18
/
+18
2025-03-06
hw/core/generic-loader: Do not open-code cpu_set_pc()
Philippe Mathieu-Daudé
1
-4
/
+1
2025-03-06
cpus: Restrict cpu_get_memory_mapping() to system emulation
Philippe Mathieu-Daudé
1
-2
/
+2
2025-03-06
cpus: Have cpu_exec_initfn() per user / system emulation
Philippe Mathieu-Daudé
3
-9
/
+12
2025-03-06
cpus: Have cpu_class_init_props() per user / system emulation
Philippe Mathieu-Daudé
5
-59
/
+72
2025-03-06
cpus: Restrict cpu_common_post_load() code to TCG
Philippe Mathieu-Daudé
1
-16
/
+19
2025-03-06
cpus: Fix style in cpu-target.c
Philippe Mathieu-Daudé
1
-3
/
+6
2025-03-06
accel/kvm: Remove unused 'system/cpus.h' header in kvm-cpus.h
Philippe Mathieu-Daudé
1
-2
/
+0
2025-03-06
accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c
Philippe Mathieu-Daudé
2
-88
/
+82
2025-03-06
accel/tcg: Avoid using lock_user() in cpu_memory_rw_debug()
Philippe Mathieu-Daudé
1
-15
/
+2
2025-03-06
accel/tcg: Take mmap lock in the whole cpu_memory_rw_debug() function
Philippe Mathieu-Daudé
1
-2
/
+4
2025-03-06
accel/tcg: Include missing bswap headers in user-exec.c
Philippe Mathieu-Daudé
1
-0
/
+2
2025-03-06
accel/accel-cpu-target.h: Include missing 'cpu.h' header
Philippe Mathieu-Daudé
1
-0
/
+3
2025-03-06
accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
Philippe Mathieu-Daudé
19
-8
/
+12
2025-03-06
accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h'
Philippe Mathieu-Daudé
10
-11
/
+11
2025-03-06
accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
Philippe Mathieu-Daudé
37
-36
/
+36
2025-03-06
accel/tcg: Restrict 'icount_align_option' global to TCG
Philippe Mathieu-Daudé
4
-3
/
+4
2025-03-06
accel/tcg: Restrict tlb_init() / destroy() to TCG
Philippe Mathieu-Daudé
3
-16
/
+22
2025-03-06
accel/tcg: Build tcg_flags helpers as common code
Philippe Mathieu-Daudé
2
-32
/
+33
2025-03-06
accel/tcg: Remove pointless initialization of cflags_next_tb
Philippe Mathieu-Daudé
1
-1
/
+0
2025-03-06
accel/accel: Make TYPE_ACCEL abstract
Philippe Mathieu-Daudé
1
-0
/
+1
2025-03-06
cpus: Keep default fields initialization in cpu_common_initfn()
Philippe Mathieu-Daudé
2
-3
/
+2
2025-03-06
cpus: Cache CPUClass early in instance_init() handler
Philippe Mathieu-Daudé
2
-3
/
+3
2025-03-06
gdbstub: Check for TCG before calling tb_flush()
Philippe Mathieu-Daudé
2
-5
/
+4
2025-03-06
gdbstub: Clarify no more than @gdb_num_core_regs can be accessed
Philippe Mathieu-Daudé
3
-10
/
+2
2025-03-06
qemu/compiler: Absorb 'clang-tsa.h'
Philippe Mathieu-Daudé
11
-125
/
+96
2025-03-05
chardev: use remoteAddr if the chardev is client
Haoqian He
1
-3
/
+7
2025-03-05
ui/console-vc: implement DCH (delete) and ICH (insert) commands
Roman Penyaev
1
-0
/
+88
[next]