aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18make: clean after distclean deletes source filesSteve Sistare
2023-05-18scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini
2023-05-18coverity: the definitive COMPONENTS.md updatePaolo Bonzini
2023-05-18tcg: round-robin: do not use mb_read for rr_current_cpuPaolo Bonzini
2023-05-18kvm: Enable dirty ring for arm64Gavin Shan
2023-05-18kvm: Add helper kvm_dirty_ring_init()Gavin Shan
2023-05-18kvm: Synchronize the backup bitmap in the last stageGavin Shan
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan
2023-05-18meson: Pass -j option to sphinxFabiano Rosas
2023-05-18target/i386: Fix exception classes for MOVNTPS/MOVNTPD.Ricky Zhou
2023-05-18target/i386: Fix exception classes for SSE/AVX instructions.Ricky Zhou
2023-05-18target/i386: Fix and add some comments next to SSE/AVX instructions.Ricky Zhou
2023-05-18tests/tcg/i386: correct mask for VPERM2F128/VPERM2I128Paolo Bonzini
2023-05-18target/i386: fix avx2 instructions vzeroall and vpermdqXinyu Li
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini
2023-05-18target/i386: add support for FB_CLEAR featureEmanuele Giuseppe Esposito
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