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
/
cpu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
physmem: Destroy all CPU AddressSpaces on unrealize
Peter Maydell
2025-10-03
1
-1
/
+0
*
include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
Richard Henderson
2025-09-23
1
-1
/
+10
*
include/hw/core/cpu: Introduce cpu_tlb_fast
Richard Henderson
2025-09-23
1
-0
/
+7
*
include/hw/core/cpu: Introduce MMUIdxMap
Richard Henderson
2025-09-23
1
-3
/
+3
*
bsd-user, linux-user: introduce qemu_process_cpu_events
Paolo Bonzini
2025-09-17
1
-0
/
+9
*
treewide: rename qemu_wait_io_event/qemu_wait_io_event_common
Paolo Bonzini
2025-09-17
1
-1
/
+1
*
accel: use atomic accesses for exit_request
Paolo Bonzini
2025-09-17
1
-0
/
+9
*
cpus: document that qemu_cpu_kick() can be used for BQL-less operation
Paolo Bonzini
2025-09-17
1
-1
/
+2
*
cpu-common: use atomic access for interrupt_request
Paolo Bonzini
2025-09-17
1
-1
/
+0
*
add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
Igor Mammedov
2025-08-29
1
-0
/
+22
*
user-exec: ensure interrupt_request is not used
Paolo Bonzini
2025-08-29
1
-0
/
+1
*
cpus: Document CPUState::vcpu_dirty field
Philippe Mathieu-Daudé
2025-07-04
1
-1
/
+2
*
plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
Rowan Hart
2025-07-02
1
-0
/
+1
*
hw/core/cpu: Move CacheType to general cpu.h
Zhao Liu
2025-06-10
1
-0
/
+6
*
target/migration: Inline VMSTATE_CPU()
Philippe Mathieu-Daudé
2025-05-08
1
-12
/
+0
*
qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
2025-04-25
1
-2
/
+0
*
gdbstub: Allow gdb_core_xml_file to be set at runtime
Peter Maydell
2025-04-25
1
-0
/
+5
*
hw/core/cpu: gdb_arch_name string should not be freed
Peter Maydell
2025-04-25
1
-1
/
+2
*
cpus: Introduce CPUClass::list_cpus() callback
Philippe Mathieu-Daudé
2025-04-25
1
-0
/
+2
*
tcg: Move qemu_tcg_mttcg_enabled() to 'system/tcg.h'
Philippe Mathieu-Daudé
2025-04-23
1
-9
/
+0
*
exec/cpu-all: remove this header
Pierrick Bouvier
2025-04-23
1
-1
/
+1
*
hw/core/cpu: Remove CPUClass::mmu_index()
Philippe Mathieu-Daudé
2025-04-23
1
-2
/
+0
*
hw/core/cpu: Update CPUClass::mmu_index docstring
Philippe Mathieu-Daudé
2025-04-23
1
-2
/
+1
*
include/hw/core: Drop ifndef CONFIG_USER_ONLY from cpu.h
Richard Henderson
2025-04-23
1
-10
/
+0
*
include/exec: Split out watchpoint.h
Richard Henderson
2025-04-23
1
-30
/
+0
*
hw/core/cpu: Use size_t for memory_rw_debug len argument
Richard Henderson
2025-03-31
1
-1
/
+1
*
cpus: Remove CPUClass::has_work() handler
Philippe Mathieu-Daudé
2025-03-09
1
-2
/
+1
*
cpus: Un-inline cpu_has_work()
Philippe Mathieu-Daudé
2025-03-09
1
-5
/
+1
*
cpus: Restrict cpu_has_work() to system emulation
Philippe Mathieu-Daudé
2025-03-09
1
-14
/
+14
*
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
Philippe Mathieu-Daudé
2025-03-09
1
-7
/
+3
*
cpus: Register VMState per user / system emulation
Philippe Mathieu-Daudé
2025-03-09
1
-0
/
+2
*
cpus: Restrict cpu_get_memory_mapping() to system emulation
Philippe Mathieu-Daudé
2025-03-06
1
-2
/
+2
*
gdbstub: Clarify no more than @gdb_num_core_regs can be accessed
Philippe Mathieu-Daudé
2025-03-06
1
-0
/
+2
*
cpu: Remove nr_cores from struct CPUState
Xiaoyao Li
2025-01-10
1
-2
/
+0
*
Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug"
Igor Mammedov
2024-11-26
1
-1
/
+0
*
Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states"
Igor Mammedov
2024-11-26
1
-1
/
+0
*
hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
Salil Mehta
2024-11-04
1
-0
/
+1
*
hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug
Salil Mehta
2024-11-04
1
-0
/
+1
*
include: Move QemuLockCnt APIs to their own header
Peter Maydell
2024-10-15
1
-0
/
+1
*
accel/tcg: Add TCGCPUOps.tlb_fill_align
Richard Henderson
2024-10-13
1
-2
/
+2
*
plugins: save value during memory accesses
Pierrick Bouvier
2024-09-19
1
-0
/
+4
*
physmem: Add helper function to destroy CPU AddressSpace
Salil Mehta
2024-07-22
1
-0
/
+1
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-07-17
1
-0
/
+6
|
\
|
*
cpu: Free queued CPU work
Akihiko Odaki
2024-07-16
1
-0
/
+6
*
|
system/cpus: Add cpu_pause() function
Nicholas Piggin
2024-07-16
1
-0
/
+8
|
/
*
cpu: move Qemu[Thread|Cond] setup into common code
Alex Bennée
2024-06-04
1
-0
/
+4
*
hw/core: expand on the alignment of CPUState
Alex Bennée
2024-06-04
1
-4
/
+10
*
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-06
1
-27
/
+11
|
\
|
*
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
2024-05-06
1
-6
/
+7
|
*
accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
Philippe Mathieu-Daudé
2024-05-06
1
-17
/
+0
[next]