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
/
include
/
exec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
include/exec: Redefine tlb-flags with absolute values
Richard Henderson
2025-04-23
1
-36
/
+32
*
accel/tcg: Move get_page_addr_code* declarations
Richard Henderson
2025-04-23
1
-34
/
+0
*
include/exec: Move tb_{,set_}page_addr[01] to translation-block.h
Richard Henderson
2025-04-23
2
-49
/
+50
*
include/exec: Move TLB_MMIO, TLB_DISCARD_WRITE to slow flags
Richard Henderson
2025-04-23
1
-8
/
+9
*
accel/tcg: Fix argument types of tlb_reset_dirty
Richard Henderson
2025-04-23
1
-1
/
+1
*
exec/cpu-all: extract tlb flags defines to exec/tlb-flags.h
Pierrick Bouvier
2025-04-23
2
-63
/
+89
*
meson: Only allow CONFIG_USER_ONLY from certain source sets
Richard Henderson
2025-04-23
1
-0
/
+5
*
include/exec: Protect icount_enabled from poisoned symbols
Richard Henderson
2025-04-23
1
-1
/
+9
*
include/exec: Split out icount.h
Richard Henderson
2025-04-23
1
-0
/
+68
*
include/exec: Drop ifndef CONFIG_USER_ONLY from cpu-common.h
Richard Henderson
2025-04-23
1
-6
/
+0
*
include/exec: Split out watchpoint.h
Richard Henderson
2025-04-23
1
-0
/
+41
*
exec: Restrict memory-internal.h to system/
Philippe Mathieu-Daudé
2025-04-23
1
-66
/
+0
*
include/system: Move exec/ramblock.h to system/ramblock.h
Richard Henderson
2025-04-23
1
-95
/
+0
*
include/system: Move exec/ram_addr.h to system/ram_addr.h
Richard Henderson
2025-04-23
1
-563
/
+0
*
include/system: Move exec/ioport.h to system/ioport.h
Richard Henderson
2025-04-23
1
-77
/
+0
*
include/system: Move exec/address-spaces.h to system/address-spaces.h
Richard Henderson
2025-04-23
1
-39
/
+0
*
include/system: Move exec/memory.h to system/memory.h
Richard Henderson
2025-04-23
4
-3204
/
+6
*
include/exec: Split out mmap-lock.h
Richard Henderson
2025-04-23
2
-22
/
+33
*
accel/tcg: Implement translator_ld*_end
Richard Henderson
2025-04-23
1
-19
/
+30
*
accel/tcg: Use cpu_ld*_code_mmu in translator.c
Richard Henderson
2025-04-23
1
-0
/
+1
*
include/exec: Inline *_code memory operations
Richard Henderson
2025-04-23
1
-4
/
+27
*
include/exec: Inline *_data memory operations
Richard Henderson
2025-04-23
1
-19
/
+104
*
include/exec: Inline *_data_ra memory operations
Richard Henderson
2025-04-23
1
-26
/
+118
*
include/exec: Inline *_mmuidx_ra memory operations
Richard Henderson
2025-04-23
1
-35
/
+130
*
include/exec: Split out accel/tcg/cpu-mmu-index.h
Richard Henderson
2025-04-23
3
-26
/
+1
*
include/exec: Split out cpu-ldst-common.h
Richard Henderson
2025-04-23
2
-107
/
+123
*
include/exec: Use vaddr for *_mmu guest memory access routines
Richard Henderson
2025-04-23
1
-24
/
+24
*
include/exec/memory: move devend functions to memory-internal.h
Pierrick Bouvier
2025-04-23
2
-18
/
+19
*
include/exec/memory: extract devend_big_endian from devend_memop
Pierrick Bouvier
2025-04-23
1
-6
/
+12
*
exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
Pierrick Bouvier
2025-04-23
1
-2
/
+6
*
exec/ram_addr: remove dependency on cpu.h
Pierrick Bouvier
2025-04-23
1
-1
/
+2
*
exec/memory-internal: remove dependency on cpu.h
Pierrick Bouvier
2025-04-23
1
-2
/
+0
*
exec/exec-all: remove dependency on cpu.h
Pierrick Bouvier
2025-04-23
1
-1
/
+0
*
exec/memory.h: make devend_memop "target defines" agnostic
Pierrick Bouvier
2025-04-23
1
-12
/
+4
*
exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h
Pierrick Bouvier
2025-04-23
3
-35
/
+11
*
exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
Pierrick Bouvier
2025-04-23
2
-16
/
+0
*
exec/tswap: implement {ld,st}.*_p as functions instead of macros
Pierrick Bouvier
2025-04-23
2
-25
/
+70
*
exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_big...
Pierrick Bouvier
2025-04-23
1
-5
/
+6
*
docs: Fix some typos (found by codespell and typos)
Stefan Weil via
2025-04-13
1
-2
/
+2
*
exec/cpu-all: remove BSWAP_NEEDED
Pierrick Bouvier
2025-03-21
2
-13
/
+0
*
system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h'
Philippe Mathieu-Daudé
2025-03-11
1
-3
/
+0
*
migration: ram block cpr blockers
Steve Sistare
2025-03-10
2
-0
/
+4
*
Merge tag 'pull-tcg-20250308' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2025-03-09
8
-409
/
+381
|
\
|
*
accel/tcg: Split out getpc.h
Richard Henderson
2025-03-08
1
-9
/
+1
|
*
accel/tcg: Restrict GETPC_ADJ to 'tb-internal.h'
Philippe Mathieu-Daudé
2025-03-08
1
-9
/
+0
|
*
exec: Declare tlb_flush*() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
2025-03-08
2
-193
/
+191
|
*
exec: Declare tlb_hit*() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
2025-03-08
1
-23
/
+0
|
*
exec: Declare tlb_set_page() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
2025-03-08
2
-9
/
+11
|
*
exec: Declare tlb_set_page_with_attrs() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
2025-03-08
2
-25
/
+28
|
*
exec: Declare tlb_set_page_full() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
2025-03-08
2
-22
/
+23
[prev]
[next]