index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2024-05-07
Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2024-05-06
accel/tcg: Introduce CF_BP_PAGE
Richard Henderson
2024-05-06
tcg: Add write_aofs to GVecGen3i
Richard Henderson
2024-05-06
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-06
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-05-06
system: Pass RAM MemoryRegion and is_write in xen_map_cache()
Edgar E. Iglesias
2024-05-06
user: Forward declare TaskState type definition
Philippe Mathieu-Daudé
2024-05-06
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
2024-05-06
accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
Philippe Mathieu-Daudé
2024-05-06
accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
Philippe Mathieu-Daudé
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Remove obsolete PAGE_RESERVED definition
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
BALATON Zoltan
2024-05-06
exec/cpu: Indent TARGET_PAGE_foo definitions
Philippe Mathieu-Daudé
2024-05-03
Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-03
user: Move 'thunk.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
user: Move 'abitypes.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
exec: Include missing license in 'exec/cpu-common.h'
Philippe Mathieu-Daudé
2024-05-03
util/bufferiszero: Reorganize for early test for acceleration
Alexander Monakov
2024-05-03
kvm: move target-dependent interrupt routing out of kvm-all.c
Paolo Bonzini
2024-05-03
pci: remove some types from typedefs.h
Paolo Bonzini
2024-05-03
tcg: remove CPU* types from typedefs.h
Paolo Bonzini
2024-05-03
display: remove GraphicHwOps from typedefs.h
Paolo Bonzini
2024-05-03
qapi/machine: remove types from typedefs.h
Paolo Bonzini
2024-05-03
monitor: remove MonitorDef from typedefs.h
Paolo Bonzini
2024-05-03
migration: remove PostcopyDiscardState from typedefs.h
Paolo Bonzini
2024-05-03
lockable: remove QemuLockable from typedefs.h
Paolo Bonzini
2024-05-03
intc: remove PICCommonState from typedefs.h
Paolo Bonzini
2024-05-03
qemu-option: remove QemuOpt from typedefs.h
Paolo Bonzini
2024-05-03
net: remove AnnounceTimer from typedefs.h
Paolo Bonzini
2024-05-03
numa: remove types from typedefs.h
Paolo Bonzini
2024-05-03
qdev-core: remove DeviceListener from typedefs.h
Paolo Bonzini
2024-05-03
fw_cfg: remove useless declarations from typedefs.h
Paolo Bonzini
2024-05-03
bitmap: Use g_try_new0/g_new0/g_renew
Paolo Bonzini
2024-04-30
plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
Richard Henderson
2024-04-30
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
2024-04-30
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
2024-04-30
plugins: Simplify callback queues
Richard Henderson
2024-04-30
tcg: Remove INDEX_op_plugin_cb_{start,end}
Richard Henderson
2024-04-30
tcg: Remove TCG_CALL_PLUGIN
Richard Henderson
2024-04-30
plugins: Remove plugin helpers
Richard Henderson
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
Richard Henderson
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Richard Henderson
2024-04-30
plugins: Create TCGHelperInfo for all out-of-line callbacks
Richard Henderson
2024-04-30
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
2024-04-30
tcg: Pass function pointer to tcg_gen_call*
Richard Henderson
2024-04-30
tcg: Make tcg/helper-info.h self-contained
Richard Henderson
[next]