aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-06accel/tcg: Introduce CF_BP_PAGERichard Henderson
2024-05-06tcg: Add write_aofs to GVecGen3iRichard Henderson
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-06system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias
2024-05-06user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetStatePhilippe Mathieu-Daudé
2024-05-06accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCGPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentationPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Remove duplicated PAGE_PASSTHROUGH definitionPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Remove obsolete PAGE_RESERVED definitionPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan
2024-05-06exec/cpu: Indent TARGET_PAGE_foo definitionsPhilippe Mathieu-Daudé
2024-05-03Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-05-03exec: Include missing license in 'exec/cpu-common.h'Philippe Mathieu-Daudé
2024-05-03util/bufferiszero: Reorganize for early test for accelerationAlexander Monakov
2024-05-03kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini
2024-05-03pci: remove some types from typedefs.hPaolo Bonzini
2024-05-03tcg: remove CPU* types from typedefs.hPaolo Bonzini
2024-05-03display: remove GraphicHwOps from typedefs.hPaolo Bonzini
2024-05-03qapi/machine: remove types from typedefs.hPaolo Bonzini
2024-05-03monitor: remove MonitorDef from typedefs.hPaolo Bonzini
2024-05-03migration: remove PostcopyDiscardState from typedefs.hPaolo Bonzini
2024-05-03lockable: remove QemuLockable from typedefs.hPaolo Bonzini
2024-05-03intc: remove PICCommonState from typedefs.hPaolo Bonzini
2024-05-03qemu-option: remove QemuOpt from typedefs.hPaolo Bonzini
2024-05-03net: remove AnnounceTimer from typedefs.hPaolo Bonzini
2024-05-03numa: remove types from typedefs.hPaolo Bonzini
2024-05-03qdev-core: remove DeviceListener from typedefs.hPaolo Bonzini
2024-05-03fw_cfg: remove useless declarations from typedefs.hPaolo Bonzini
2024-05-03bitmap: Use g_try_new0/g_new0/g_renewPaolo Bonzini
2024-04-30plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.cRichard Henderson
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson
2024-04-30plugins: Introduce PLUGIN_CB_MEM_REGULARRichard Henderson
2024-04-30plugins: Simplify callback queuesRichard Henderson
2024-04-30tcg: Remove INDEX_op_plugin_cb_{start,end}Richard Henderson
2024-04-30tcg: Remove TCG_CALL_PLUGINRichard Henderson
2024-04-30plugins: Remove plugin helpersRichard Henderson
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSNRichard Henderson
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSNRichard Henderson
2024-04-30plugins: Create TCGHelperInfo for all out-of-line callbacksRichard Henderson
2024-04-30plugins: Move function pointer in qemu_plugin_dyn_cbRichard Henderson
2024-04-30tcg: Pass function pointer to tcg_gen_call*Richard Henderson
2024-04-30tcg: Make tcg/helper-info.h self-containedRichard Henderson