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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
qemu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-16
plugins: remove op from qemu_plugin_inline_cb
Pierrick Bouvier
1
-1
/
+0
2024-05-16
plugins: distinct types for callbacks
Pierrick Bouvier
1
-20
/
+26
2024-05-16
plugins: conditional callbacks
Pierrick Bouvier
2
-0
/
+84
2024-05-16
plugins: add new inline op STORE_U64
Pierrick Bouvier
2
-2
/
+3
2024-05-16
plugins: prepare introduction of new inline ops
Pierrick Bouvier
1
-1
/
+1
2024-05-15
disas: Use translator_st to get disassembly data
Richard Henderson
1
-0
/
+1
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
Richard Henderson
1
-1
/
+0
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_insn_haddr
Richard Henderson
1
-4
/
+0
2024-05-15
plugins: Read mem_only directly from TB cflags
Richard Henderson
1
-3
/
+0
2024-05-15
plugins: Use translator_st for qemu_plugin_insn_data
Richard Henderson
1
-13
/
+1
2024-05-15
plugins: Copy memory in qemu_plugin_insn_data
Richard Henderson
1
-8
/
+7
2024-05-14
util/uri: Remove the old URI parsing code
Thomas Huth
1
-99
/
+0
2024-05-06
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
2
-1
/
+2
2024-05-06
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
5
-39
/
+14
2024-05-06
user: Forward declare TaskState type definition
Philippe Mathieu-Daudé
1
-0
/
+1
2024-05-06
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-03
util/bufferiszero: Reorganize for early test for acceleration
Alexander Monakov
1
-1
/
+31
2024-05-03
kvm: move target-dependent interrupt routing out of kvm-all.c
Paolo Bonzini
1
-1
/
+0
2024-05-03
pci: remove some types from typedefs.h
Paolo Bonzini
1
-5
/
+0
2024-05-03
tcg: remove CPU* types from typedefs.h
Paolo Bonzini
1
-3
/
+0
2024-05-03
display: remove GraphicHwOps from typedefs.h
Paolo Bonzini
1
-1
/
+0
2024-05-03
qapi/machine: remove types from typedefs.h
Paolo Bonzini
1
-2
/
+0
2024-05-03
monitor: remove MonitorDef from typedefs.h
Paolo Bonzini
1
-1
/
+0
2024-05-03
migration: remove PostcopyDiscardState from typedefs.h
Paolo Bonzini
1
-1
/
+0
2024-05-03
lockable: remove QemuLockable from typedefs.h
Paolo Bonzini
3
-5
/
+4
2024-05-03
intc: remove PICCommonState from typedefs.h
Paolo Bonzini
1
-1
/
+0
2024-05-03
qemu-option: remove QemuOpt from typedefs.h
Paolo Bonzini
2
-1
/
+2
2024-05-03
net: remove AnnounceTimer from typedefs.h
Paolo Bonzini
1
-1
/
+0
2024-05-03
numa: remove types from typedefs.h
Paolo Bonzini
1
-2
/
+0
2024-05-03
qdev-core: remove DeviceListener from typedefs.h
Paolo Bonzini
1
-1
/
+0
2024-05-03
fw_cfg: remove useless declarations from typedefs.h
Paolo Bonzini
1
-3
/
+0
2024-05-03
bitmap: Use g_try_new0/g_new0/g_renew
Paolo Bonzini
1
-11
/
+8
2024-04-30
plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
Richard Henderson
1
-39
/
+0
2024-04-30
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
1
-0
/
+1
2024-04-30
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
1
-0
/
+1
2024-04-30
plugins: Simplify callback queues
Richard Henderson
1
-24
/
+11
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
1
-1
/
+0
2024-04-30
plugins: Create TCGHelperInfo for all out-of-line callbacks
Richard Henderson
1
-0
/
+1
2024-04-30
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
1
-1
/
+3
2024-04-26
plugins: Include missing 'qemu/bitmap.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-18
util/qemu-config: Extract QMP commands to qemu-config-qmp.c
Philippe Mathieu-Daudé
1
-0
/
+3
2024-03-18
mirror: Don't call job_pause_point() under graph lock
Kevin Wolf
1
-1
/
+1
2024-03-12
Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
1
-2
/
+0
2024-03-11
migration: Remove SaveStateHandler and LoadStateHandler typedefs
Cédric Le Goater
1
-2
/
+0
2024-03-11
docs: update copyright date to the year 2024
Ani Sinha
1
-1
/
+1
2024-03-06
plugins: remove non per_vcpu inline operation from API
Pierrick Bouvier
1
-53
/
+5
2024-03-06
plugins: add inline operation per vcpu
Pierrick Bouvier
2
-1
/
+51
2024-03-06
plugins: define qemu_plugin_u64
Pierrick Bouvier
1
-0
/
+52
2024-03-06
plugins: scoreboard API
Pierrick Bouvier
2
-0
/
+37
[next]