aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-18mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow1-1/+169
2023-05-18mkvenv: add ensure subcommandJohn Snow3-3/+145
2023-05-18mkvenv: add nested venv workaroundJohn Snow1-5/+86
2023-05-18mkvenv: add better error message for broken or missing ensurepipJohn Snow1-0/+37
2023-05-18python: add mkvenv.pyJohn Snow6-0/+260
2023-05-18python: update pylint configurationJohn Snow1-0/+1
2023-05-18python: shut up "pip install" during "make check-minreqs"Paolo Bonzini1-3/+6
2023-05-18make: clean after distclean deletes source filesSteve Sistare1-4/+2
2023-05-18scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini1-5/+9
2023-05-18coverity: the definitive COMPONENTS.md updatePaolo Bonzini1-15/+30
2023-05-18tcg: round-robin: do not use mb_read for rr_current_cpuPaolo Bonzini1-4/+7
2023-05-18kvm: Enable dirty ring for arm64Gavin Shan1-2/+21
2023-05-18kvm: Add helper kvm_dirty_ring_init()Gavin Shan1-29/+47
2023-05-18kvm: Synchronize the backup bitmap in the last stageGavin Shan2-0/+12
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan5-20/+25
2023-05-18meson: Pass -j option to sphinxFabiano Rosas4-0/+26
2023-05-18target/i386: Fix exception classes for MOVNTPS/MOVNTPD.Ricky Zhou1-2/+3
2023-05-18target/i386: Fix exception classes for SSE/AVX instructions.Ricky Zhou1-23/+23
2023-05-18target/i386: Fix and add some comments next to SSE/AVX instructions.Ricky Zhou1-12/+12
2023-05-18tests/tcg/i386: correct mask for VPERM2F128/VPERM2I128Paolo Bonzini1-1/+1
2023-05-18target/i386: fix avx2 instructions vzeroall and vpermdqXinyu Li2-1/+9
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini1-2/+13
2023-05-18target/i386: add support for FB_CLEAR featureEmanuele Giuseppe Esposito2-1/+2
2023-05-18target/i386: add support for FLUSH_L1D featureEmanuele Giuseppe Esposito2-1/+3
2023-05-17qapi/parser: Drop two bad type hints for nowMarkus Armbruster1-2/+2
2023-05-17Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson4-42/+176
2023-05-17linux-user: fix getgroups/setgroups allocationsMichael Tokarev1-31/+68
2023-05-17linux-user: Fix mips fp64 executables loadingDaniil Kovalev1-1/+4
2023-05-17linux-user: Don't require PROT_READ for mincoreThomas Weißschuh1-1/+1
2023-05-17linux-user: Add new flag VERIFY_NONEThomas Weißschuh1-0/+1
2023-05-17linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth1-4/+1
2023-05-17linux-user: Add open_tree() syscallThomas Weißschuh1-0/+33
2023-05-17linux-user: Add move_mount() syscallThomas Weißschuh1-0/+33
2023-05-17linux-user: report ENOTTY for unknown ioctlsThomas Weißschuh1-3/+3
2023-05-17linux-user: Emulate /proc/cpuinfo output for riscvAfonso Bordado1-2/+32
2023-05-16Merge tag 'pull-tcg-20230516-3' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson50-3327/+5320
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson3-4/+16
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson4-2/+4
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson11-29/+38
2023-05-16tcg: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-13/+14
2023-05-16tcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-19/+23
2023-05-16tcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-4/+5
2023-05-16tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-6/+5
2023-05-16tcg/aarch64: Remove USE_GUEST_BASERichard Henderson1-10/+9
2023-05-16tcg/arm: Remove TARGET_LONG_BITSRichard Henderson1-7/+7
2023-05-16tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson1-5/+3
2023-05-16tcg/i386: Adjust type of tlb_maskRichard Henderson1-2/+2
2023-05-16tcg/i386: Conditionalize tcg_out_extu_i32_i64Richard Henderson1-1/+3
2023-05-16tcg/i386: Always enable TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson1-3/+3
2023-05-16tcg/tci: Elimnate TARGET_LONG_BITS, target_ulongRichard Henderson2-30/+46