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
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
2024-04-26
hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
Philippe Mathieu-Daudé
1
-1
/
+5
2024-04-26
exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
Philippe Mathieu-Daudé
1
-15
/
+1
2024-04-26
exec: Declare MMUAccessType type in 'mmu-access-type.h' header
Philippe Mathieu-Daudé
1
-7
/
+1
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
1
-11
/
+0
2024-04-26
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
1
-2
/
+1
2024-04-26
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
1
-2
/
+2
2024-04-25
hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h
Philippe Mathieu-Daudé
1
-3
/
+0
2024-03-05
accel/tcg: Add tlb_fill_flags to CPUTLBEntryFull
Richard Henderson
1
-0
/
+3
2024-02-29
cpu: Remove page_size_init
Richard Henderson
1
-2
/
+0
2024-02-28
plugins: create CPUPluginState and migrate plugin_mask
Alex Bennée
1
-4
/
+7
2024-02-28
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
1
-4
/
+0
2024-02-28
gdbstub: Infer number of core registers from XML
Akihiko Odaki
1
-1
/
+2
2024-02-27
hw/core: Add ResetContainer which holds objects implementing Resettable
Peter Maydell
1
-0
/
+48
2024-02-03
include/hw/core: Add mmu_index to CPUClass
Richard Henderson
1
-0
/
+3
2024-01-29
accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
Philippe Mathieu-Daudé
1
-0
/
+2
2024-01-29
accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
Philippe Mathieu-Daudé
1
-0
/
+5
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
1
-4
/
+1
2024-01-29
include/hw/core: Remove i386 conditional on fake_user_interrupt
Anton Johansson
1
-3
/
+2
2024-01-29
include/hw/core: Move do_interrupt in TCGCPUOps
Anton Johansson
1
-5
/
+2
2024-01-29
hw/core: Include vaddr.h from cpu.h
Anton Johansson
1
-1
/
+1
2024-01-05
hw/core/cpu: Update description of CPUState::node
Philippe Mathieu-Daudé
1
-1
/
+1
2024-01-05
hw/core/cpu: Remove final vestiges of dynamic state tracing
Philippe Mathieu-Daudé
1
-3
/
+0
2024-01-05
cpu: Add helper cpu_model_from_type()
Gavin Shan
1
-0
/
+13
2023-11-07
hw/cpu: Update the comments of nr_cores and nr_dies
Zhao Liu
1
-1
/
+1
2023-11-07
hw/cpu: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-4
/
+4
2023-11-07
exec/cpu: Have cpu_exec_realize() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+1
2023-11-07
hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
Philippe Mathieu-Daudé
1
-3
/
+4
2023-11-07
accel: Introduce cpu_exec_reset_hold()
Philippe Mathieu-Daudé
1
-0
/
+1
2023-10-19
memory: follow Error API guidelines
Marc-André Lureau
2
-2
/
+4
[next]