aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow1-1/+1
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler1-0/+19
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler2-4/+24
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2-0/+3
2024-05-06accel/tcg: Introduce CF_BP_PAGERichard Henderson1-0/+1
2024-05-06tcg: Add write_aofs to GVecGen3iRichard Henderson1-0/+2
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson9-87/+84
2024-05-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson17-78/+72
2024-05-06system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias1-4/+7
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é2-7/+8
2024-05-06accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCGPhilippe Mathieu-Daudé1-17/+0
2024-05-06accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentationPhilippe Mathieu-Daudé1-4/+4
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2-3/+7
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé4-30/+44
2024-05-06exec/cpu: Remove duplicated PAGE_PASSTHROUGH definitionPhilippe Mathieu-Daudé1-6/+0
2024-05-06exec/cpu: Remove obsolete PAGE_RESERVED definitionPhilippe Mathieu-Daudé1-4/+0
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan1-1/+1
2024-05-06exec/cpu: Indent TARGET_PAGE_foo definitionsPhilippe Mathieu-Daudé1-12/+13
2024-05-03Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson5-9/+18
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé1-2/+6
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé4-5/+5
2024-05-03exec: Include missing license in 'exec/cpu-common.h'Philippe Mathieu-Daudé1-2/+7
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 Bonzini3-5/+5
2024-05-03pci: remove some types from typedefs.hPaolo Bonzini4-28/+26
2024-05-03tcg: remove CPU* types from typedefs.hPaolo Bonzini2-5/+8
2024-05-03display: remove GraphicHwOps from typedefs.hPaolo Bonzini1-1/+0
2024-05-03qapi/machine: remove types from typedefs.hPaolo Bonzini2-2/+1
2024-05-03monitor: remove MonitorDef from typedefs.hPaolo Bonzini2-5/+7
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 Bonzini2-1/+2
2024-05-03qemu-option: remove QemuOpt from typedefs.hPaolo Bonzini2-1/+2
2024-05-03net: remove AnnounceTimer from typedefs.hPaolo Bonzini2-3/+2
2024-05-03numa: remove types from typedefs.hPaolo Bonzini2-6/+4
2024-05-03qdev-core: remove DeviceListener from typedefs.hPaolo Bonzini2-1/+1
2024-05-03fw_cfg: remove useless declarations from typedefs.hPaolo Bonzini2-3/+2
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 Henderson2-0/+2
2024-04-30plugins: Introduce PLUGIN_CB_MEM_REGULARRichard Henderson1-0/+1
2024-04-30plugins: Simplify callback queuesRichard Henderson1-24/+11
2024-04-30tcg: Remove INDEX_op_plugin_cb_{start,end}Richard Henderson2-4/+0
2024-04-30tcg: Remove TCG_CALL_PLUGINRichard Henderson1-2/+0
2024-04-30plugins: Remove plugin helpersRichard Henderson2-8/+0
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson3-4/+2
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSNRichard Henderson1-1/+0
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSNRichard Henderson2-0/+2
2024-04-30plugins: Create TCGHelperInfo for all out-of-line callbacksRichard Henderson1-0/+1