index
:
rocket-tools/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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
2025-07-04
cpus: Document CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
1
-1
/
+2
2025-07-02
plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
Rowan Hart
1
-0
/
+1
2025-06-10
hw/core/cpu: Move CacheType to general cpu.h
Zhao Liu
1
-0
/
+6
2025-06-10
hw/core/resetcontainer: Consolidate OBJECT_DECLARE_SIMPLE_TYPE
Zhao Liu
1
-1
/
+1
2025-05-08
target/migration: Inline VMSTATE_CPU()
Philippe Mathieu-Daudé
1
-12
/
+0
2025-04-25
qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
1
-2
/
+0
2025-04-25
gdbstub: Allow gdb_core_xml_file to be set at runtime
Peter Maydell
1
-0
/
+5
2025-04-25
hw/core/cpu: gdb_arch_name string should not be freed
Peter Maydell
1
-1
/
+2
2025-04-25
cpus: Introduce CPUClass::list_cpus() callback
Philippe Mathieu-Daudé
1
-0
/
+2
2025-04-23
tcg: Move qemu_tcg_mttcg_enabled() to 'system/tcg.h'
Philippe Mathieu-Daudé
1
-9
/
+0
2025-04-23
exec/cpu-all: remove this header
Pierrick Bouvier
1
-1
/
+1
2025-04-23
hw/core/cpu: Remove CPUClass::mmu_index()
Philippe Mathieu-Daudé
1
-2
/
+0
2025-04-23
hw/core/cpu: Update CPUClass::mmu_index docstring
Philippe Mathieu-Daudé
1
-2
/
+1
2025-04-23
include/hw/core: Drop ifndef CONFIG_USER_ONLY from cpu.h
Richard Henderson
1
-10
/
+0
2025-04-23
include/exec: Split out watchpoint.h
Richard Henderson
1
-30
/
+0
2025-03-31
hw/core/cpu: Use size_t for memory_rw_debug len argument
Richard Henderson
1
-1
/
+1
2025-03-09
cpus: Remove CPUClass::has_work() handler
Philippe Mathieu-Daudé
2
-3
/
+2
2025-03-09
cpus: Introduce SysemuCPUOps::has_work() handler
Philippe Mathieu-Daudé
1
-0
/
+4
2025-03-09
cpus: Un-inline cpu_has_work()
Philippe Mathieu-Daudé
1
-5
/
+1
2025-03-09
cpus: Restrict cpu_has_work() to system emulation
Philippe Mathieu-Daudé
1
-14
/
+14
2025-03-09
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
Philippe Mathieu-Daudé
1
-7
/
+3
2025-03-09
cpus: Register VMState per user / system emulation
Philippe Mathieu-Daudé
1
-0
/
+2
2025-03-06
cpus: Restrict cpu_get_memory_mapping() to system emulation
Philippe Mathieu-Daudé
1
-2
/
+2
2025-03-06
accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h'
Philippe Mathieu-Daudé
1
-38
/
+0
2025-03-06
accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
Philippe Mathieu-Daudé
1
-278
/
+0
2025-03-06
gdbstub: Clarify no more than @gdb_num_core_regs can be accessed
Philippe Mathieu-Daudé
1
-0
/
+2
2025-01-10
cpu: Remove nr_cores from struct CPUState
Xiaoyao Li
1
-2
/
+0
2024-12-24
accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_core
Richard Henderson
1
-0
/
+13
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
1
-3
/
+3
2024-11-26
Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug"
Igor Mammedov
1
-1
/
+0
2024-11-26
Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states"
Igor Mammedov
1
-1
/
+0
2024-11-04
hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
Salil Mehta
1
-0
/
+1
2024-11-04
hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug
Salil Mehta
1
-0
/
+1
2024-10-15
include: Move QemuLockCnt APIs to their own header
Peter Maydell
1
-0
/
+1
2024-10-13
accel/tcg: Add TCGCPUOps.tlb_fill_align
Richard Henderson
2
-2
/
+28
2024-09-19
plugins: save value during memory accesses
Pierrick Bouvier
1
-0
/
+4
2024-07-22
physmem: Add helper function to destroy CPU AddressSpace
Salil Mehta
1
-0
/
+1
2024-07-17
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+6
2024-07-16
system/cpus: Add cpu_pause() function
Nicholas Piggin
1
-0
/
+8
2024-07-16
cpu: Free queued CPU work
Akihiko Odaki
1
-0
/
+6
2024-07-11
accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory
Peter Maydell
1
-3
/
+6
2024-06-04
cpu: move Qemu[Thread|Cond] setup into common code
Alex Bennée
1
-0
/
+4
2024-06-04
hw/core: expand on the alignment of CPUState
Alex Bennée
1
-4
/
+10
2024-05-30
accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt
Peter Maydell
1
-2
/
+13
2024-05-06
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-27
/
+11
2024-05-06
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
1
-6
/
+7
2024-05-06
accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
Philippe Mathieu-Daudé
1
-17
/
+0
2024-05-06
accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
Philippe Mathieu-Daudé
1
-4
/
+4
2024-05-03
tcg: remove CPU* types from typedefs.h
Paolo Bonzini
1
-2
/
+8
2024-05-03
qapi/machine: remove types from typedefs.h
Paolo Bonzini
1
-0
/
+1
[next]