aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson1-1/+5
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson1-5/+10
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson1-2/+1
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson1-1/+1
2024-05-29lockable: Do not cast function pointersAkihiko Odaki1-4/+19
2024-05-16plugins: remove op from qemu_plugin_inline_cbPierrick Bouvier1-1/+0
2024-05-16plugins: distinct types for callbacksPierrick Bouvier1-20/+26
2024-05-16plugins: conditional callbacksPierrick Bouvier2-0/+84
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier2-2/+3
2024-05-16plugins: prepare introduction of new inline opsPierrick Bouvier1-1/+1
2024-05-15disas: Use translator_st to get disassembly dataRichard Henderson1-0/+1
2024-05-15plugins: Use DisasContextBase for qemu_plugin_tb_vaddrRichard Henderson1-1/+0
2024-05-15plugins: Use DisasContextBase for qemu_plugin_insn_haddrRichard Henderson1-4/+0
2024-05-15plugins: Read mem_only directly from TB cflagsRichard Henderson1-3/+0
2024-05-15plugins: Use translator_st for qemu_plugin_insn_dataRichard Henderson1-13/+1
2024-05-15plugins: Copy memory in qemu_plugin_insn_dataRichard Henderson1-8/+7
2024-05-14util/uri: Remove the old URI parsing codeThomas Huth1-99/+0
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson2-1/+2
2024-05-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson5-39/+14
2024-05-06user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé1-0/+1
2024-05-06accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetStatePhilippe Mathieu-Daudé1-1/+1
2024-05-03util/bufferiszero: Reorganize for early test for accelerationAlexander Monakov1-1/+31
2024-05-03kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini1-1/+0
2024-05-03pci: remove some types from typedefs.hPaolo Bonzini1-5/+0
2024-05-03tcg: remove CPU* types from typedefs.hPaolo Bonzini1-3/+0
2024-05-03display: remove GraphicHwOps from typedefs.hPaolo Bonzini1-1/+0
2024-05-03qapi/machine: remove types from typedefs.hPaolo Bonzini1-2/+0
2024-05-03monitor: remove MonitorDef from typedefs.hPaolo Bonzini1-1/+0
2024-05-03migration: remove PostcopyDiscardState from typedefs.hPaolo Bonzini1-1/+0
2024-05-03lockable: remove QemuLockable from typedefs.hPaolo Bonzini3-5/+4
2024-05-03intc: remove PICCommonState from typedefs.hPaolo Bonzini1-1/+0
2024-05-03qemu-option: remove QemuOpt from typedefs.hPaolo Bonzini2-1/+2
2024-05-03net: remove AnnounceTimer from typedefs.hPaolo Bonzini1-1/+0
2024-05-03numa: remove types from typedefs.hPaolo Bonzini1-2/+0
2024-05-03qdev-core: remove DeviceListener from typedefs.hPaolo Bonzini1-1/+0
2024-05-03fw_cfg: remove useless declarations from typedefs.hPaolo Bonzini1-3/+0
2024-05-03bitmap: Use g_try_new0/g_new0/g_renewPaolo Bonzini1-11/+8
2024-04-30plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.cRichard Henderson1-39/+0
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson1-0/+1
2024-04-30plugins: Introduce PLUGIN_CB_MEM_REGULARRichard Henderson1-0/+1
2024-04-30plugins: Simplify callback queuesRichard Henderson1-24/+11
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSNRichard Henderson1-1/+0
2024-04-30plugins: Create TCGHelperInfo for all out-of-line callbacksRichard Henderson1-0/+1
2024-04-30plugins: Move function pointer in qemu_plugin_dyn_cbRichard Henderson1-1/+3
2024-04-26plugins: Include missing 'qemu/bitmap.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé1-1/+1
2024-04-18util/qemu-config: Extract QMP commands to qemu-config-qmp.cPhilippe Mathieu-Daudé1-0/+3
2024-03-18mirror: Don't call job_pause_point() under graph lockKevin Wolf1-1/+1
2024-03-12Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-2/+0
2024-03-11migration: Remove SaveStateHandler and LoadStateHandler typedefsCédric Le Goater1-2/+0