aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-30plugins: Move function pointer in qemu_plugin_dyn_cbRichard Henderson1-1/+3
2024-04-30tcg: Pass function pointer to tcg_gen_call*Richard Henderson2-17/+28
2024-04-30tcg: Make tcg/helper-info.h self-containedRichard Henderson2-2/+3
2024-04-30Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydell/qemu-arm into stagingRichard Henderson2-2/+60
2024-04-30hw/display : Add device DM163Inès Varhol1-0/+59
2024-04-30hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM propertyPeter Maydell1-2/+1
2024-04-29hw/loongarch: fdt adds pch_msi ControllerSong Gao1-0/+1
2024-04-29hw/loongarch: fdt adds pch_pic ControllerSong Gao1-0/+1
2024-04-29hw/loongarch: fdt adds Extend I/O Interrupt ControllerSong Gao1-0/+1
2024-04-29hw/loongarch: Init efi_fdt tableSong Gao2-0/+6
2024-04-29hw/loongarch: Init efi_initrd tableSong Gao1-0/+9
2024-04-29hw/loongarch: Init efi_boot_memmap tableSong Gao2-0/+37
2024-04-29hw/loongarch: Init efi_system_tableSong Gao1-0/+48
2024-04-29hw/loongarch: Add init_cmdlineSong Gao1-0/+2
2024-04-29hw/loongarch: Move boot functions to boot.cSong Gao2-0/+23
2024-04-26plugins: Include missing 'qemu/bitmap.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-04-26hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'Philippe Mathieu-Daudé1-1/+5
2024-04-26exec: Move CPUTLBEntry helpers to cputlb.cPhilippe Mathieu-Daudé1-55/+0
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé3-3/+8
2024-04-26exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'Philippe Mathieu-Daudé2-3/+3
2024-04-26exec: Restrict 'cpu_ldst.h' to TCG acceleratorPhilippe Mathieu-Daudé1-1/+5
2024-04-26exec: Restrict TCG specific declarations of 'cputlb.h'Philippe Mathieu-Daudé1-0/+5
2024-04-26exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé2-15/+31
2024-04-26exec: Declare MMUAccessType type in 'mmu-access-type.h' headerPhilippe Mathieu-Daudé4-7/+21
2024-04-26exec: Declare abi_ptr type in its own 'abi_ptr.h' headerPhilippe Mathieu-Daudé4-15/+41
2024-04-26exec/user: Do not include 'cpu.h' in 'abitypes.h'Philippe Mathieu-Daudé1-1/+6
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé3-8/+23
2024-04-26exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2-12/+11
2024-04-26exec/cpu-all: Remove unused tswapls() definitionsPhilippe Mathieu-Daudé1-2/+0
2024-04-26exec/cpu-all: Remove unused 'qemu/thread.h' headerPhilippe Mathieu-Daudé1-1/+0
2024-04-26exec/cpu-all: Reduce 'qemu/rcu.h' header inclusionPhilippe Mathieu-Daudé2-1/+1