]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-05-17 Richard HendersonMerge tag 'linux-user-for-8.1-pull-request' of https...
2023-05-17 Michael Tokarevlinux-user: fix getgroups/setgroups allocations
2023-05-17 Daniil Kovalevlinux-user: Fix mips fp64 executables loading
2023-05-17 Thomas Weißschuhlinux-user: Don't require PROT_READ for mincore
2023-05-17 Thomas Weißschuhlinux-user: Add new flag VERIFY_NONE
2023-05-17 Thomas Huthlinux-user/main: Use list_cpus() instead of cpu_list()
2023-05-17 Thomas Weißschuhlinux-user: Add open_tree() syscall
2023-05-17 Thomas Weißschuhlinux-user: Add move_mount() syscall
2023-05-17 Thomas Weißschuhlinux-user: report ENOTTY for unknown ioctls
2023-05-17 Afonso Bordadolinux-user: Emulate /proc/cpuinfo output for riscv
2023-05-17 Richard HendersonMerge tag 'pull-tcg-20230516-3' of https://gitlab.com...
2023-05-17 Richard Hendersontcg: Split out exec/user/guest-base.h
2023-05-17 Richard Hendersontcg: Add tlb_dyn_max_bits to TCGContext
2023-05-17 Richard Hendersontcg: Add page_bits and page_mask to TCGContext
2023-05-17 Richard Hendersontcg: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/aarch64: Remove USE_GUEST_BASE
2023-05-17 Richard Hendersontcg/arm: Remove TARGET_LONG_BITS
2023-05-17 Richard Hendersontcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/i386: Adjust type of tlb_mask
2023-05-17 Richard Hendersontcg/i386: Conditionalize tcg_out_extu_i32_i64
2023-05-17 Richard Hendersontcg/i386: Always enable TCG_TARGET_HAS_extr[lh]_i64_i32
2023-05-17 Richard Hendersontcg/tci: Elimnate TARGET_LONG_BITS, target_ulong
2023-05-17 Richard Hendersontcg: Split INDEX_op_qemu_{ld,st}* for guest address...
2023-05-17 Richard Hendersontcg: Remove TCGv from tcg_gen_atomic_*
2023-05-17 Richard Hendersontcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*
2023-05-16 Richard Hendersontcg: Add addr_type to TCGContext
2023-05-16 Richard Hendersonaccel/tcg: Widen plugin_gen_empty_mem_callback to i64
2023-05-16 Richard Hendersontcg: Reduce copies for plugin_gen_mem_callbacks
2023-05-16 Richard Hendersonaccel/tcg: Merge do_gen_mem_cb into caller
2023-05-16 Richard Hendersonaccel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_...
2023-05-16 Richard Hendersontcg: Widen tcg_gen_code pc_start argument to uint64_t
2023-05-16 Richard Hendersontcg: Widen helper_atomic_* addresses to uint64_t
2023-05-16 Richard Hendersontcg: Widen helper_{ld,st}_i128 addresses to uint64_t
2023-05-16 Richard Hendersonaccel/tcg: Widen tcg-ldst.h addresses to uint64_t
2023-05-16 Richard Hendersontcg: Widen gen_insn_data to uint64_t
2023-05-16 Richard Hendersontcg: Split out memory ops to tcg-op-ldst.c
2023-05-16 Richard Hendersontcg/sparc64: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/s390x: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/riscv: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/ppc: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/mips: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/loongarch64: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/arm: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/aarch64: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/i386: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg: Introduce atom_and_align_for_opc
2023-05-16 Richard Hendersontcg: Support TCG_TYPE_I128 in tcg_out_{ld,st}_helper_...
2023-05-16 Richard Hendersontcg: Merge tcg_out_helper_load_regs into caller
2023-05-16 Richard Hendersontcg: Introduce tcg_out_movext3
2023-05-16 Richard Hendersontcg: Add INDEX_op_qemu_{ld,st}_i128
2023-05-16 Richard Hendersontcg: Introduce tcg_target_has_memory_bswap
2023-05-16 Richard Hendersontcg/riscv: Support softmmu unaligned accesses
2023-05-16 Richard Hendersontcg/loongarch64: Support softmmu unaligned accesses
2023-05-16 Richard Hendersontcg/loongarch64: Check the host supports unaligned...
2023-05-16 Richard Hendersonaccel/tcg: Remove helper_unaligned_{ld,st}
2023-05-16 Richard Hendersontcg/sparc64: Use standard slow path for softmmu
2023-05-16 Richard Hendersontcg/sparc64: Split out tcg_out_movi_s32
2023-05-16 Richard Hendersontcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
2023-05-16 Richard Hendersontarget/sparc64: Remove tcg_out_movi_s13 case from tcg_o...
2023-05-16 Richard Hendersontcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
2023-05-16 Richard Hendersontcg/sparc64: Allocate %g2 as a third temporary
2023-05-16 Richard Hendersontcg/s390x: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/mips: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/arm: Use full load/store helpers in user-only mode
2023-05-16 Richard Hendersontcg/arm: Adjust constraints on qemu_ld/st
2023-05-16 Richard Hendersontcg/riscv: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/loongarch64: Use full load/store helpers in user...
2023-05-16 Richard Hendersontcg/ppc: Use full load/store helpers in user-only mode
2023-05-16 Richard Hendersontcg/aarch64: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/i386: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/aarch64: Detect have_lse, have_lse2 for darwin
2023-05-16 Richard Hendersontcg/aarch64: Detect have_lse, have_lse2 for linux
2023-05-16 Richard Hendersontcg/i386: Add have_atomic16
2023-05-16 Richard Hendersonmeson: Detect atomic128 support with optimization
2023-05-16 Richard Hendersontcg: Add 128-bit guest memory primitives
2023-05-16 Richard Hendersontcg/tci: Use helper_{ld,st}*_mmu for user-only
2023-05-16 Richard Hendersonaccel/tcg: Implement helper_{ld,st}*_mmu for user-only
2023-05-16 Richard Hendersontcg: Unify helper_{be,le}_{ld,st}*
2023-05-16 Richard Hendersonaccel/tcg: Honor atomicity of stores
2023-05-16 Richard Hendersonaccel/tcg: Honor atomicity of loads
2023-05-16 Richard Hendersoninclude/exec/memop: Add MO_ATOM_*
2023-05-16 Richard Hendersontcg/i386: Set P_REXW in tcg_out_addi_ptr
2023-05-16 Richard HendersonMerge tag 'pull-9p-20230516' of https://github.com...
2023-05-16 Christian Schoenebeckconfigure: make clear that VirtFS is 9p
2023-05-16 Jason Andryuk9pfs/xen: Fix segfault on shutdown
2023-05-16 Christian Schoenebecktests/9p: fix potential leak in v9fs_rreaddir()
2023-05-16 Peter FoleyDon't require libcap-ng for virtfs support
2023-05-16 Richard HendersonMerge tag 'pull-request-2023-05-15v2' of https://gitlab...
2023-05-16 Ilya Leoshkevichtests/tcg/s390x: Test EXECUTE of relative branches
2023-05-16 Ilya Leoshkevichtarget/s390x: Fix EXECUTE of relative branches
2023-05-16 Ilya Leoshkevichtests/tcg/s390x: Enable the multiarch system tests
2023-05-16 Ilya Leoshkevichtests/tcg/multiarch: Make the system memory test work...
2023-05-16 Ilya Leoshkevichs390x/tcg: Fix LDER instruction format
2023-05-16 Thomas Huthhw/net: Move xilinx_ethlite.c to the target-independent...
2023-05-16 Thomas Huthhw/core: Move machine-qmp-cmds.c into the target indepe...
2023-05-16 Thomas Huthcpu: Introduce a wrapper for being able to use TARGET_N...
2023-05-16 Thomas Huthhw/core: Use a callback for target specific query-cpus...
next