index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
memory: follow Error API guidelines
Marc-André Lureau
2
-2
/
+4
2023-10-11
gdbstub: Replace gdb_regs with an array
Akihiko Odaki
1
-1
/
+1
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
1
-1
/
+1
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-3
/
+6
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
1
-4
/
+2
2023-10-03
accel/tcg: Remove CPUState.icount_decr_ptr
Richard Henderson
1
-2
/
+0
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
1
-2
/
+15
2023-10-03
accel/tcg: Move CPUTLB definitions from cpu-defs.h
Richard Henderson
1
-0
/
+141
2023-10-03
accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-09-16
accel/tcg: Simplify tlb_plugin_lookup
Richard Henderson
1
-13
/
+0
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-08-31
accel: Remove HAX accelerator
Philippe Mathieu-Daudé
1
-1
/
+1
2023-07-03
plugins: force slow path when plugins instrument memory ops
Alex Bennée
1
-0
/
+17
2023-06-28
accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
1
-4
/
+0
2023-06-28
accel: Move HAX hThread to accelerator context
Philippe Mathieu-Daudé
1
-1
/
+0
2023-06-28
accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
1
-3
/
+2
2023-06-28
accel: Rename 'hax_vcpu' as 'accel' in CPUState
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-26
accel/tcg: Store some tlb flags in CPUTLBEntryFull
Richard Henderson
1
-0
/
+1
2023-06-26
kvm: reuse per-vcpu stats fd to avoid vcpu interruption
Marcelo Tosatti
1
-0
/
+1
2023-06-21
Revert "cputlb: Restrict SavedIOTLB to system emulation"
Peter Maydell
1
-4
/
+2
2023-06-20
cputlb: Restrict SavedIOTLB to system emulation
Philippe Mathieu-Daudé
1
-2
/
+4
2023-06-20
hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2
-53
/
+53
2023-06-13
util/log: Add vector registers to log
Ivan Klokov
1
-0
/
+2
2023-06-01
tcg: remove the final vestiges of dstate
Alex Bennée
1
-5
/
+0
2023-05-16
cpu: Introduce a wrapper for being able to use TARGET_NAME in common code
Thomas Huth
1
-0
/
+2
2023-05-16
hw/core: Use a callback for target specific query-cpus-fast information
Thomas Huth
1
-0
/
+4
2023-03-28
softmmu: Restore use of CPU watchpoint for all accelerators
Philippe Mathieu-Daudé
1
-1
/
+1
2023-03-28
softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
Philippe Mathieu-Daudé
2
-37
/
+43
2023-03-22
include/qemu: Split out plugin-event.h
Richard Henderson
1
-1
/
+1
2023-03-05
softmmu: Check watchpoints for read+write at once
Richard Henderson
1
-3
/
+4
2023-02-27
hw/cpu: Extend CPUState::cluster_index documentation
Philippe Mathieu-Daudé
1
-0
/
+2
2023-02-27
softmmu: Extract watchpoint API from physmem.c
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-21
cpus: Make {start,end}_exclusive() recursive
Ilya Leoshkevich
1
-2
/
+2
2023-01-11
accel: introduce accelerator blocker API
Emanuele Giuseppe Esposito
1
-0
/
+3
2022-10-28
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng
1
-0
/
+1
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
1
-0
/
+11
2022-10-06
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
1
-4
/
+4
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
1
-0
/
+3
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
1
-14
/
+1
2022-10-03
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
1
-1
/
+0
2022-10-03
cpu: cache CPUClass in CPUState for hot code paths
Alex Bennée
1
-0
/
+9
2022-07-20
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
1
-0
/
+6
2022-04-29
hw/core: Move the ARM sysbus-fdt to core
Alistair Francis
1
-0
/
+37
2022-04-22
hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()
Bin Meng
1
-0
/
+1
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2
-4
/
+4
2022-04-06
include: move page_size_init() to include/hw/core/cpu.h
Marc-André Lureau
1
-0
/
+2
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
1
-2
/
+2
[next]