aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18target/i386: add support for FLUSH_L1D featureEmanuele Giuseppe Esposito
2023-05-17qapi/parser: Drop two bad type hints for nowMarkus Armbruster
2023-05-17Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson
2023-05-17linux-user: fix getgroups/setgroups allocationsMichael Tokarev
2023-05-17linux-user: Fix mips fp64 executables loadingDaniil Kovalev
2023-05-17linux-user: Don't require PROT_READ for mincoreThomas Weißschuh
2023-05-17linux-user: Add new flag VERIFY_NONEThomas Weißschuh
2023-05-17linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth
2023-05-17linux-user: Add open_tree() syscallThomas Weißschuh
2023-05-17linux-user: Add move_mount() syscallThomas Weißschuh
2023-05-17linux-user: report ENOTTY for unknown ioctlsThomas Weißschuh
2023-05-17linux-user: Emulate /proc/cpuinfo output for riscvAfonso Bordado
2023-05-16Merge tag 'pull-tcg-20230516-3' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson
2023-05-16tcg: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/aarch64: Remove USE_GUEST_BASERichard Henderson
2023-05-16tcg/arm: Remove TARGET_LONG_BITSRichard Henderson
2023-05-16tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/i386: Adjust type of tlb_maskRichard Henderson
2023-05-16tcg/i386: Conditionalize tcg_out_extu_i32_i64Richard Henderson
2023-05-16tcg/i386: Always enable TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson
2023-05-16tcg/tci: Elimnate TARGET_LONG_BITS, target_ulongRichard Henderson
2023-05-16tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson
2023-05-16tcg: Remove TCGv from tcg_gen_atomic_*Richard Henderson
2023-05-16tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*Richard Henderson
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson
2023-05-16tcg: Reduce copies for plugin_gen_mem_callbacksRichard Henderson
2023-05-16accel/tcg: Merge do_gen_mem_cb into callerRichard Henderson
2023-05-16accel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_mem_callbackRichard Henderson
2023-05-16tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson
2023-05-16tcg: Widen helper_atomic_* addresses to uint64_tRichard Henderson
2023-05-16tcg: Widen helper_{ld,st}_i128 addresses to uint64_tRichard Henderson
2023-05-16accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson
2023-05-16tcg: Split out memory ops to tcg-op-ldst.cRichard Henderson
2023-05-16tcg/sparc64: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg/s390x: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg/riscv: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg/ppc: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg/mips: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg/loongarch64: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg/arm: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg/aarch64: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg/i386: Use atom_and_align_for_opcRichard Henderson