Age | Commit message (Expand) | Author |
2024-04-30 | plugins: Replace pr_ops with a proper debug dump flag | Richard Henderson |
2024-04-30 | plugins: Introduce PLUGIN_CB_MEM_REGULAR | Richard Henderson |
2024-04-30 | plugins: Simplify callback queues | Richard Henderson |
2024-04-30 | tcg: Remove INDEX_op_plugin_cb_{start,end} | Richard Henderson |
2024-04-30 | tcg: Remove TCG_CALL_PLUGIN | Richard Henderson |
2024-04-30 | plugins: Remove plugin helpers | Richard Henderson |
2024-04-30 | plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM | Richard Henderson |
2024-04-30 | plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN | Richard Henderson |
2024-04-30 | plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN | Richard Henderson |
2024-04-30 | plugins: Create TCGHelperInfo for all out-of-line callbacks | Richard Henderson |
2024-04-30 | plugins: Move function pointer in qemu_plugin_dyn_cb | Richard Henderson |
2024-04-30 | tcg: Pass function pointer to tcg_gen_call* | Richard Henderson |
2024-04-30 | tcg: Make tcg/helper-info.h self-contained | Richard Henderson |
2024-04-30 | Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydel... | Richard Henderson |
2024-04-30 | hw/display : Add device DM163 | Inès Varhol |
2024-04-30 | hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM property | Peter Maydell |
2024-04-29 | hw/loongarch: fdt adds pch_msi Controller | Song Gao |
2024-04-29 | hw/loongarch: fdt adds pch_pic Controller | Song Gao |
2024-04-29 | hw/loongarch: fdt adds Extend I/O Interrupt Controller | Song Gao |
2024-04-29 | hw/loongarch: Init efi_fdt table | Song Gao |
2024-04-29 | hw/loongarch: Init efi_initrd table | Song Gao |
2024-04-29 | hw/loongarch: Init efi_boot_memmap table | Song Gao |
2024-04-29 | hw/loongarch: Init efi_system_table | Song Gao |
2024-04-29 | hw/loongarch: Add init_cmdline | Song Gao |
2024-04-29 | hw/loongarch: Move boot functions to boot.c | Song Gao |
2024-04-26 | plugins: Include missing 'qemu/bitmap.h' header | Philippe Mathieu-Daudé |
2024-04-26 | hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Move CPUTLBEntry helpers to cputlb.c | Philippe Mathieu-Daudé |
2024-04-26 | exec: Restrict inclusion of 'user/guest-base.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Restrict 'cpu_ldst.h' to TCG accelerator | Philippe Mathieu-Daudé |
2024-04-26 | exec: Restrict TCG specific declarations of 'cputlb.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header | Philippe Mathieu-Daudé |
2024-04-26 | exec: Declare MMUAccessType type in 'mmu-access-type.h' header | Philippe Mathieu-Daudé |
2024-04-26 | exec: Declare abi_ptr type in its own 'abi_ptr.h' header | Philippe Mathieu-Daudé |
2024-04-26 | exec/user: Do not include 'cpu.h' in 'abitypes.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Declare target_words_bigendian() in 'exec/tswap.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec/cpu-all: Remove unused tswapls() definitions | Philippe Mathieu-Daudé |
2024-04-26 | exec/cpu-all: Remove unused 'qemu/thread.h' header | Philippe Mathieu-Daudé |
2024-04-26 | exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion | Philippe Mathieu-Daudé |
2024-04-26 | accel/hvf: Use accel-specific per-vcpu @dirty field | Philippe Mathieu-Daudé |
2024-04-26 | accel/tcg: Rename helper-head.h -> helper-head.h.inc | Philippe Mathieu-Daudé |
2024-04-26 | accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h' | Philippe Mathieu-Daudé |
2024-04-26 | semihosting/uaccess: Avoid including 'cpu.h' | Philippe Mathieu-Daudé |
2024-04-26 | gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h' | Philippe Mathieu-Daudé |
2024-04-26 | gdbstub: Simplify #ifdef'ry in helpers.h | Philippe Mathieu-Daudé |
2024-04-26 | exec: Include 'cpu.h' before validating CPUArchState placement | Philippe Mathieu-Daudé |
2024-04-26 | exec: Reduce tlb_set_dirty() declaration scope | Philippe Mathieu-Daudé |
2024-04-26 | exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET | Philippe Mathieu-Daudé |