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
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
xen: mapcache: Break out xen_invalidate_map_cache_single()
Edgar E. Iglesias
1
-10
/
+15
2024-05-06
xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
Edgar E. Iglesias
1
-10
/
+11
2024-05-06
xen: mapcache: Refactor xen_replace_cache_entry_unlocked
Edgar E. Iglesias
1
-4
/
+6
2024-05-06
xen: mapcache: Break out xen_ram_addr_from_mapcache_single
Edgar E. Iglesias
1
-6
/
+11
2024-05-06
xen: mapcache: Refactor xen_remap_bucket for multi-instance
Edgar E. Iglesias
1
-4
/
+5
2024-05-06
xen: mapcache: Refactor xen_map_cache for multi-instance
Edgar E. Iglesias
1
-17
/
+18
2024-05-06
xen: mapcache: Refactor lock functions for multi-instance
Edgar E. Iglesias
1
-17
/
+17
2024-05-06
xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
Juergen Gross
1
-7
/
+3
2024-05-06
system: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
Juergen Gross
1
-33
/
+23
2024-05-06
user: Use get_task_state() helper
Philippe Mathieu-Daudé
3
-5
/
+6
2024-05-06
user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
Philippe Mathieu-Daudé
3
-10
/
+20
2024-05-06
user: Forward declare TaskState type definition
Philippe Mathieu-Daudé
3
-4
/
+5
2024-05-06
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
5
-12
/
+13
2024-05-06
accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
Philippe Mathieu-Daudé
2
-17
/
+17
2024-05-06
accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG plugins
Philippe Mathieu-Daudé
1
-0
/
+4
2024-05-06
accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
Philippe Mathieu-Daudé
1
-4
/
+4
2024-05-06
accel/tcg: Move user definition of cpu_interrupt() to user-exec.c
Philippe Mathieu-Daudé
2
-9
/
+8
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
23
-29
/
+44
2024-05-06
accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
Philippe Mathieu-Daudé
1
-5
/
+2
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
59
-30
/
+100
2024-05-06
exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
Philippe Mathieu-Daudé
1
-6
/
+0
2024-05-06
exec/cpu: Remove obsolete PAGE_RESERVED definition
Philippe Mathieu-Daudé
1
-4
/
+0
2024-05-06
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
BALATON Zoltan
7
-10
/
+10
2024-05-06
exec/cpu: Indent TARGET_PAGE_foo definitions
Philippe Mathieu-Daudé
1
-12
/
+13
2024-05-04
target/alpha: Implement CF_PCREL
Richard Henderson
2
-5
/
+47
2024-05-04
target/alpha: Split out gen_pc_disp
Richard Henderson
1
-18
/
+23
2024-05-04
target/alpha: Split out gen_goto_tb
Richard Henderson
1
-37
/
+16
2024-05-04
target/alpha: Simplify gen_bcond_internal()
Philippe Mathieu-Daudé
1
-10
/
+9
2024-05-04
target/alpha: Return DISAS_NORETURN once
Richard Henderson
1
-5
/
+4
2024-05-04
target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN
Richard Henderson
1
-2
/
+4
2024-05-04
target/alpha: Use DISAS_NEXT definition instead of magic '0' value
Richard Henderson
1
-2
/
+4
2024-05-04
target/alpha: Hoist branch shift to initial decode
Richard Henderson
1
-3
/
+3
2024-05-04
target/alpha: Use cpu_env in preference to ALPHA_CPU
Richard Henderson
2
-13
/
+10
2024-05-03
ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
Peter Maydell
1
-13
/
+0
2024-05-03
target/sh4: Rename TCGv variables as manual for SUBV opcode
Philippe Mathieu-Daudé
1
-6
/
+10
2024-05-03
target/sh4: Rename TCGv variables as manual for ADDV opcode
Philippe Mathieu-Daudé
1
-6
/
+10
2024-05-03
target/sh4: Fix SUBV opcode
Philippe Mathieu-Daudé
3
-1
/
+34
2024-05-03
target/sh4: Fix ADDV opcode
Philippe Mathieu-Daudé
3
-1
/
+31
2024-05-03
MAINTAINERS: Update my email address
Anthony PERARD
1
-1
/
+1
2024-05-03
plugins: Update stale comment
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
plugins/api: Only include 'exec/ram_addr.h' with system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
coverity: Update user emulation regexp
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
user: Move 'thunk.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
5
-6
/
+9
2024-05-03
user: Move 'abitypes.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
6
-7
/
+7
2024-05-03
exec: Include missing license in 'exec/cpu-common.h'
Philippe Mathieu-Daudé
1
-2
/
+7
2024-05-03
tests/bench: Add bufferiszero-bench
Richard Henderson
2
-0
/
+48
2024-05-03
util/bufferiszero: Add simd acceleration for aarch64
Richard Henderson
1
-0
/
+67
2024-05-03
util/bufferiszero: Simplify test_buffer_is_zero_next_accel
Richard Henderson
1
-46
/
+35
2024-05-03
util/bufferiszero: Introduce biz_accel_fn typedef
Richard Henderson
1
-3
/
+4
2024-05-03
util/bufferiszero: Improve scalar variant
Richard Henderson
1
-34
/
+51
[next]