aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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/pmaydel...Richard 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
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2-2/+2
2024-04-26accel/tcg: Rename helper-head.h -> helper-head.h.incPhilippe Mathieu-Daudé4-3/+3
2024-04-26accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'Philippe Mathieu-Daudé1-26/+2
2024-04-26semihosting/uaccess: Avoid including 'cpu.h'Philippe Mathieu-Daudé1-1/+3
2024-04-26gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'Philippe Mathieu-Daudé1-1/+2
2024-04-26gdbstub: Simplify #ifdef'ry in helpers.hPhilippe Mathieu-Daudé1-5/+4
2024-04-26exec: Include 'cpu.h' before validating CPUArchState placementPhilippe Mathieu-Daudé1-0/+1
2024-04-26exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé1-1/+0
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé13-26/+26
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson4-4/+5
2024-04-25hw/core/machine: Introduce the module as a CPU topology levelZhao Liu1-0/+4