qemu.git
2023-05-18 Paolo Bonzinibuild: move remaining compiler flag tests to meson
2023-05-18 Paolo Bonzinibuild: move warning flag selection to meson
2023-05-18 Paolo Bonzinibuild: move stack protector flag selection to meson
2023-05-18 Paolo Bonzinibuild: move coroutine backend selection to meson
2023-05-18 Paolo Bonzinibuild: move SafeStack tests to meson
2023-05-18 Paolo Bonzinibuild: move sanitizer tests to meson
2023-05-18 Paolo Bonzinimeson: prepare move of QEMU_CFLAGS to meson
2023-05-18 Paolo Bonziniconfigure, meson: move --enable-modules to Meson
2023-05-18 Paolo Bonziniconfigure: remove pkg-config functions
2023-05-18 Paolo Bonzinibuild: move glib detection and workarounds to meson
2023-05-18 Paolo Bonzinimeson: drop unnecessary declare_dependency()
2023-05-18 Paolo Bonzinimeson: add more version numbers to the summary
2023-05-18 Paolo Bonzinimeson: remove static_kwargs
2023-05-18 Paolo Bonzinimeson: use prefer_static option
2023-05-18 Paolo Bonzinimeson: require 0.63.0
2023-05-18 Paolo Bonzinimeson: regenerate meson-buildoptions.sh
2023-05-18 Paolo Bonzinipython: bump some of the dependencies
2023-05-18 Paolo Bonzinimkvenv: mark command as required
2023-05-18 John Snowconfigure: Add courtesy hint to Python version failure...
2023-05-18 Paolo BonziniPython: Drop support for Python 3.6
2023-05-18 John Snowconfigure: add --enable-pypi and --disable-pypi
2023-05-18 John Snowconfigure: bootstrap sphinx with mkvenv
2023-05-18 John Snowconfigure: move --enable-docs and --disable-docs back...
2023-05-18 John Snowtests: Use configure-provided pyvenv for tests
2023-05-18 John Snowqemu.git: drop meson git submodule
2023-05-18 John Snowconfigure: use 'mkvenv ensure meson' to bootstrap meson
2023-05-18 John Snowpython/wheels: add vendored meson package
2023-05-18 John Snowconfigure: create a python venv unconditionally
2023-05-18 John Snowpython: add vendor.py utility
2023-05-18 John Snowtests/vm: add py310-expat to NetBSD
2023-05-18 John Snowtests/vm: Configure netbsd to use Python 3.10
2023-05-18 John Snowtests/docker: add python3-venv dependency
2023-05-18 John Snowmkvenv: work around broken pip installations on Debian 10
2023-05-18 John Snowmkvenv: avoid ensurepip if pip is installed
2023-05-18 John Snowmkvenv: use pip's vendored distlib as a fallback
2023-05-18 John Snowmkvenv: add console script entry point generation
2023-05-18 John Snowmkvenv: add --diagnose option to explain "ensure" failures
2023-05-18 John Snowmkvenv: add ensure subcommand
2023-05-18 John Snowmkvenv: add nested venv workaround
2023-05-18 John Snowmkvenv: add better error message for broken or missing...
2023-05-18 John Snowpython: add mkvenv.py
2023-05-18 John Snowpython: update pylint configuration
2023-05-18 Paolo Bonzinipython: shut up "pip install" during "make check-minreqs"
2023-05-18 Steve Sistaremake: clean after distclean deletes source files
2023-05-18 Paolo Bonziniscsi-generic: fix buffer overflow on block limits inquiry
2023-05-18 Paolo Bonzinicoverity: the definitive COMPONENTS.md update
2023-05-18 Paolo Bonzinitcg: round-robin: do not use mb_read for rr_current_cpu
2023-05-18 Gavin Shankvm: Enable dirty ring for arm64
2023-05-18 Gavin Shankvm: Add helper kvm_dirty_ring_init()
2023-05-18 Gavin Shankvm: Synchronize the backup bitmap in the last stage
2023-05-18 Gavin Shanmigration: Add last stage indicator to global dirty log
2023-05-18 Fabiano Rosasmeson: Pass -j option to sphinx
2023-05-18 Ricky Zhoutarget/i386: Fix exception classes for MOVNTPS/MOVNTPD.
2023-05-18 Ricky Zhoutarget/i386: Fix exception classes for SSE/AVX instruct...
2023-05-18 Ricky Zhoutarget/i386: Fix and add some comments next to SSE...
2023-05-18 Paolo Bonzinitests/tcg/i386: correct mask for VPERM2F128/VPERM2I128
2023-05-18 Xinyu Litarget/i386: fix avx2 instructions vzeroall and vpermdq
2023-05-18 Paolo Bonzinitarget/i386: fix operand size for VCOMI/VUCOMI instructions
2023-05-18 Emanuele Giuseppe... target/i386: add support for FB_CLEAR feature
2023-05-18 Emanuele Giuseppe... target/i386: add support for FLUSH_L1D feature
2023-05-17 Markus Armbrusterqapi/parser: Drop two bad type hints for now
2023-05-17 Richard HendersonMerge tag 'linux-user-for-8.1-pull-request' of https...
2023-05-17 Michael Tokarevlinux-user: fix getgroups/setgroups allocations
2023-05-17 Daniil Kovalevlinux-user: Fix mips fp64 executables loading
2023-05-17 Thomas Weißschuhlinux-user: Don't require PROT_READ for mincore
2023-05-17 Thomas Weißschuhlinux-user: Add new flag VERIFY_NONE
2023-05-17 Thomas Huthlinux-user/main: Use list_cpus() instead of cpu_list()
2023-05-17 Thomas Weißschuhlinux-user: Add open_tree() syscall
2023-05-17 Thomas Weißschuhlinux-user: Add move_mount() syscall
2023-05-17 Thomas Weißschuhlinux-user: report ENOTTY for unknown ioctls
2023-05-17 Afonso Bordadolinux-user: Emulate /proc/cpuinfo output for riscv
2023-05-17 Richard HendersonMerge tag 'pull-tcg-20230516-3' of https://gitlab.com...
2023-05-17 Richard Hendersontcg: Split out exec/user/guest-base.h
2023-05-17 Richard Hendersontcg: Add tlb_dyn_max_bits to TCGContext
2023-05-17 Richard Hendersontcg: Add page_bits and page_mask to TCGContext
2023-05-17 Richard Hendersontcg: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/aarch64: Remove USE_GUEST_BASE
2023-05-17 Richard Hendersontcg/arm: Remove TARGET_LONG_BITS
2023-05-17 Richard Hendersontcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/i386: Adjust type of tlb_mask
2023-05-17 Richard Hendersontcg/i386: Conditionalize tcg_out_extu_i32_i64
2023-05-17 Richard Hendersontcg/i386: Always enable TCG_TARGET_HAS_extr[lh]_i64_i32
2023-05-17 Richard Hendersontcg/tci: Elimnate TARGET_LONG_BITS, target_ulong
2023-05-17 Richard Hendersontcg: Split INDEX_op_qemu_{ld,st}* for guest address...
2023-05-17 Richard Hendersontcg: Remove TCGv from tcg_gen_atomic_*
2023-05-17 Richard Hendersontcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*
2023-05-16 Richard Hendersontcg: Add addr_type to TCGContext
2023-05-16 Richard Hendersonaccel/tcg: Widen plugin_gen_empty_mem_callback to i64
2023-05-16 Richard Hendersontcg: Reduce copies for plugin_gen_mem_callbacks
2023-05-16 Richard Hendersonaccel/tcg: Merge do_gen_mem_cb into caller
2023-05-16 Richard Hendersonaccel/tcg: Merge gen_mem_wrapped with plugin_gen_empty_...
2023-05-16 Richard Hendersontcg: Widen tcg_gen_code pc_start argument to uint64_t
2023-05-16 Richard Hendersontcg: Widen helper_atomic_* addresses to uint64_t
2023-05-16 Richard Hendersontcg: Widen helper_{ld,st}_i128 addresses to uint64_t
2023-05-16 Richard Hendersonaccel/tcg: Widen tcg-ldst.h addresses to uint64_t
2023-05-16 Richard Hendersontcg: Widen gen_insn_data to uint64_t
2023-05-16 Richard Hendersontcg: Split out memory ops to tcg-op-ldst.c
next