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
/
hw
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
Philippe Mathieu-Daudé
2024-04-26
1
-1
/
+5
*
exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-15
/
+1
*
exec: Declare MMUAccessType type in 'mmu-access-type.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-7
/
+1
*
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
2024-04-26
1
-11
/
+0
*
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
1
-2
/
+1
*
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
2024-04-26
1
-2
/
+2
*
hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h
Philippe Mathieu-Daudé
2024-04-25
1
-3
/
+0
*
accel/tcg: Add tlb_fill_flags to CPUTLBEntryFull
Richard Henderson
2024-03-05
1
-0
/
+3
*
cpu: Remove page_size_init
Richard Henderson
2024-02-29
1
-2
/
+0
*
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
2024-02-28
1
-4
/
+7
*
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
2024-02-28
1
-4
/
+0
*
gdbstub: Infer number of core registers from XML
Akihiko Odaki
2024-02-28
1
-1
/
+2
*
hw/core: Add ResetContainer which holds objects implementing Resettable
Peter Maydell
2024-02-27
1
-0
/
+48
*
include/hw/core: Add mmu_index to CPUClass
Richard Henderson
2024-02-03
1
-0
/
+3
*
accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
Philippe Mathieu-Daudé
2024-01-29
1
-0
/
+2
*
accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
Philippe Mathieu-Daudé
2024-01-29
1
-0
/
+5
*
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-29
1
-4
/
+1
*
include/hw/core: Remove i386 conditional on fake_user_interrupt
Anton Johansson
2024-01-29
1
-3
/
+2
*
include/hw/core: Move do_interrupt in TCGCPUOps
Anton Johansson
2024-01-29
1
-5
/
+2
*
hw/core: Include vaddr.h from cpu.h
Anton Johansson
2024-01-29
1
-1
/
+1
*
hw/core/cpu: Update description of CPUState::node
Philippe Mathieu-Daudé
2024-01-05
1
-1
/
+1
*
hw/core/cpu: Remove final vestiges of dynamic state tracing
Philippe Mathieu-Daudé
2024-01-05
1
-3
/
+0
*
cpu: Add helper cpu_model_from_type()
Gavin Shan
2024-01-05
1
-0
/
+13
*
hw/cpu: Update the comments of nr_cores and nr_dies
Zhao Liu
2023-11-07
1
-1
/
+1
*
hw/cpu: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-11-07
1
-4
/
+4
*
exec/cpu: Have cpu_exec_realize() return a boolean
Philippe Mathieu-Daudé
2023-11-07
1
-1
/
+1
*
hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
Philippe Mathieu-Daudé
2023-11-07
1
-3
/
+4
*
accel: Introduce cpu_exec_reset_hold()
Philippe Mathieu-Daudé
2023-11-07
1
-0
/
+1
*
memory: follow Error API guidelines
Marc-André Lureau
2023-10-19
2
-2
/
+4
*
gdbstub: Replace gdb_regs with an array
Akihiko Odaki
2023-10-11
1
-1
/
+1
*
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
2023-10-11
1
-1
/
+1
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-3
/
+6
*
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-10-03
1
-4
/
+2
*
accel/tcg: Remove CPUState.icount_decr_ptr
Richard Henderson
2023-10-03
1
-2
/
+0
*
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-10-03
1
-2
/
+15
*
accel/tcg: Move CPUTLB definitions from cpu-defs.h
Richard Henderson
2023-10-03
1
-0
/
+141
*
accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
Philippe Mathieu-Daudé
2023-10-03
1
-1
/
+1
*
accel/tcg: Simplify tlb_plugin_lookup
Richard Henderson
2023-09-16
1
-13
/
+0
*
accel/tcg: spelling fixes
Michael Tokarev
2023-08-31
1
-1
/
+1
*
accel: Remove HAX accelerator
Philippe Mathieu-Daudé
2023-08-31
1
-1
/
+1
*
plugins: force slow path when plugins instrument memory ops
Alex Bennée
2023-07-03
1
-0
/
+17
*
accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
2023-06-28
1
-4
/
+0
*
accel: Move HAX hThread to accelerator context
Philippe Mathieu-Daudé
2023-06-28
1
-1
/
+0
*
accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
2023-06-28
1
-3
/
+2
*
accel: Rename 'hax_vcpu' as 'accel' in CPUState
Philippe Mathieu-Daudé
2023-06-28
1
-1
/
+1
*
accel/tcg: Store some tlb flags in CPUTLBEntryFull
Richard Henderson
2023-06-26
1
-0
/
+1
*
kvm: reuse per-vcpu stats fd to avoid vcpu interruption
Marcelo Tosatti
2023-06-26
1
-0
/
+1
*
Revert "cputlb: Restrict SavedIOTLB to system emulation"
Peter Maydell
2023-06-21
1
-4
/
+2
*
cputlb: Restrict SavedIOTLB to system emulation
Philippe Mathieu-Daudé
2023-06-20
1
-2
/
+4
*
hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2023-06-20
2
-53
/
+53
[next]