aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-31Update version for v9.1.0-rc0 releasev9.1.0-rc0Richard Henderson
2024-07-31Merge tag 'docs-testing-20240731' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-31Merge tag 'pull-maintainer-9.1-rc1-300724-1' of https://gitlab.com/stsquad/qe...Richard Henderson
2024-07-31osdep.h: Clean up no-longer-needed back-compat for macOS 10Peter Maydell
2024-07-31tests/avocado: test_arm_emcraft_sf2: handle RW requirements for assetCleber Rosa
2024-07-31tests/avocado: mips: add hint for fetchasset pluginCleber Rosa
2024-07-31tests/avocado: mips: fallback to HTTP given certificate expirationCleber Rosa
2024-07-31docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a strPeter Maydell
2024-07-31docs: add test for firmware.json QAPIThomas Weißschuh
2024-07-30Merge tag 'pull-target-arm-20240730' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-07-30plugin/loader: handle basic help queryAlex Bennée
2024-07-30contrib/plugins: add compat for g_memdup2Alex Bennée
2024-07-30contrib/plugins: be more vocal buildingAlex Bennée
2024-07-30contrib/plugins/cache.c: Remove redundant check of l2_accessPeter Maydell
2024-07-30docs: split TCG plugin usage from devel sectionAlex Bennée
2024-07-30tests/tcg: move test plugins into tcg subdirAlex Bennée
2024-07-30tests/avocado: remove tcg_plugins virt_mem_icount testAlex Bennée
2024-07-30docs/devel: document how to run individual TCG testsAlex Bennée
2024-07-30docs/devel: update the testing introductionAlex Bennée
2024-07-30tests/tcg: update READMEAlex Bennée
2024-07-30tests/tcg/loongarch64: Use --no-warn-rwx-segments to link system testsRichard Henderson
2024-07-30tests/tcg: Use --noexecstack with assembler filesRichard Henderson
2024-07-30gitlab: display /packages.txt in build jobsDaniel P. Berrangé
2024-07-30gitlab: record installed packages in /packages.txt in containersDaniel P. Berrangé
2024-07-30Merge tag 's390x-20240730' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson
2024-07-30Merge tag 'pull-misc-20240730' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-07-30linux-user: open_self_stat: Implement num_threadsFabio D'Urso
2024-07-30util/cpuinfo: Make use of elf_aux_info(3) on OpenBSDBrad Smith
2024-07-30linux-user/main: Check errno when getting AT_EXECFDVivian Wang
2024-07-30util/getauxval: Ensure setting errno if not foundVivian Wang
2024-07-30Merge tag 'pull-qapi-2024-07-29' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-07-29target/s390x: move @deprecated-props to CpuModelExpansion InfoCollin Walling
2024-07-29system/physmem: Where we assume we have a RAM MR, assert itPeter Maydell
2024-07-29target/sh4: Avoid shift into sign bit in update_itlb_use()Peter Maydell
2024-07-29target/i386: Remove dead assignment to ss in do_interrupt64()Peter Maydell
2024-07-29target/m68k: avoid shift into sign bit in dump_address_map()Peter Maydell
2024-07-29target/xtensa: Make use of 'segment' in pptlb helper less confusingPeter Maydell
2024-07-29target/tricore: Use unsigned types for bitops in helper_eq_b()Peter Maydell
2024-07-29target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell
2024-07-29target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell
2024-07-29target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell
2024-07-29target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell
2024-07-29hw/misc/bcm2835_property: Reduce scope of variables in mbox push functionPeter Maydell
2024-07-29hw/misc/bcm2835_property: Restrict scope of start_num, number, otp_rowPeter Maydell
2024-07-29hw/misc/bcm2835_property: Avoid overflow in OTP access propertiesPeter Maydell
2024-07-29hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTEPeter Maydell
2024-07-29hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-07-29hvf: arm: Properly disable PMUAkihiko Odaki
2024-07-29hvf: arm: Raise an exception for sysreg by defaultAkihiko Odaki
2024-07-29target/arm/kvm: Do not silently remove PMUAkihiko Odaki