aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18meson: require 0.63.0Paolo Bonzini
2023-05-18meson: regenerate meson-buildoptions.shPaolo Bonzini
2023-05-18python: bump some of the dependenciesPaolo Bonzini
2023-05-18mkvenv: mark command as requiredPaolo Bonzini
2023-05-18configure: Add courtesy hint to Python version failure messageJohn Snow
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini
2023-05-18configure: add --enable-pypi and --disable-pypiJohn Snow
2023-05-18configure: bootstrap sphinx with mkvenvJohn Snow
2023-05-18configure: move --enable-docs and --disable-docs back to configureJohn Snow
2023-05-18tests: Use configure-provided pyvenv for testsJohn Snow
2023-05-18qemu.git: drop meson git submoduleJohn Snow
2023-05-18configure: use 'mkvenv ensure meson' to bootstrap mesonJohn Snow
2023-05-18python/wheels: add vendored meson packageJohn Snow
2023-05-18configure: create a python venv unconditionallyJohn Snow
2023-05-18python: add vendor.py utilityJohn Snow
2023-05-18tests/vm: add py310-expat to NetBSDJohn Snow
2023-05-18tests/vm: Configure netbsd to use Python 3.10John Snow
2023-05-18tests/docker: add python3-venv dependencyJohn Snow
2023-05-18mkvenv: work around broken pip installations on Debian 10John Snow
2023-05-18mkvenv: avoid ensurepip if pip is installedJohn Snow
2023-05-18mkvenv: use pip's vendored distlib as a fallbackJohn Snow
2023-05-18mkvenv: add console script entry point generationJohn Snow
2023-05-18mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow
2023-05-18mkvenv: add ensure subcommandJohn Snow
2023-05-18mkvenv: add nested venv workaroundJohn Snow
2023-05-18mkvenv: add better error message for broken or missing ensurepipJohn Snow
2023-05-18python: add mkvenv.pyJohn Snow
2023-05-18python: update pylint configurationJohn Snow
2023-05-18python: shut up "pip install" during "make check-minreqs"Paolo Bonzini
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