aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-16tcg: Introduce tcg_target_has_memory_bswapRichard Henderson
2023-05-16tcg/riscv: Support softmmu unaligned accessesRichard Henderson
2023-05-16tcg/loongarch64: Support softmmu unaligned accessesRichard Henderson
2023-05-16tcg/loongarch64: Check the host supports unaligned accessesRichard Henderson
2023-05-16accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson
2023-05-16tcg/sparc64: Use standard slow path for softmmuRichard Henderson
2023-05-16tcg/sparc64: Split out tcg_out_movi_s32Richard Henderson
2023-05-16tcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32Richard Henderson
2023-05-16target/sparc64: Remove tcg_out_movi_s13 case from tcg_out_movi_imm32Richard Henderson
2023-05-16tcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13Richard Henderson
2023-05-16tcg/sparc64: Allocate %g2 as a third temporaryRichard Henderson
2023-05-16tcg/s390x: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg/mips: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg/arm: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg/arm: Adjust constraints on qemu_ld/stRichard Henderson
2023-05-16tcg/riscv: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg/loongarch64: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg/ppc: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg/aarch64: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg/i386: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg/aarch64: Detect have_lse, have_lse2 for darwinRichard Henderson
2023-05-16tcg/aarch64: Detect have_lse, have_lse2 for linuxRichard Henderson
2023-05-16tcg/i386: Add have_atomic16Richard Henderson
2023-05-16meson: Detect atomic128 support with optimizationRichard Henderson
2023-05-16tcg: Add 128-bit guest memory primitivesRichard Henderson
2023-05-16tcg/tci: Use helper_{ld,st}*_mmu for user-onlyRichard Henderson
2023-05-16accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson
2023-05-16accel/tcg: Honor atomicity of storesRichard Henderson
2023-05-16accel/tcg: Honor atomicity of loadsRichard Henderson
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson
2023-05-16tcg/i386: Set P_REXW in tcg_out_addi_ptrRichard Henderson
2023-05-16Merge tag 'pull-9p-20230516' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson
2023-05-16configure: make clear that VirtFS is 9pChristian Schoenebeck
2023-05-169pfs/xen: Fix segfault on shutdownJason Andryuk
2023-05-16tests/9p: fix potential leak in v9fs_rreaddir()Christian Schoenebeck
2023-05-16Don't require libcap-ng for virtfs supportPeter Foley
2023-05-16Merge tag 'pull-request-2023-05-15v2' of https://gitlab.com/thuth/qemu into s...Richard Henderson
2023-05-16tests/tcg/s390x: Test EXECUTE of relative branchesIlya Leoshkevich
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich
2023-05-16tests/tcg/s390x: Enable the multiarch system testsIlya Leoshkevich
2023-05-16tests/tcg/multiarch: Make the system memory test work on big-endianIlya Leoshkevich
2023-05-16s390x/tcg: Fix LDER instruction formatIlya Leoshkevich
2023-05-16hw/net: Move xilinx_ethlite.c to the target-independent source setThomas Huth
2023-05-16hw/core: Move machine-qmp-cmds.c into the target independent source setThomas Huth
2023-05-16cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth
2023-05-16docs/about/emulation: fix typoLizhi Yang
2023-05-16docs/devel: remind developers to run CI container pipeline when updating imagesAni Sinha
2023-05-16s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda