aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-01target/arm: Handle denormals correctly for FMOPA (widening)Peter Maydell3-15/+51
2024-08-01accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logicSalil Mehta1-0/+1
2024-08-01hw/arm/mps2-tz.c: fix RX/TX interrupts orderMarco Palumbi1-3/+3
2024-08-01Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson8-31/+69
2024-07-31qemu-vmsr-helper: implement --verbose/-vPaolo Bonzini1-1/+9
2024-07-31qemu-vmsr-helper: fix socket loop breakagePaolo Bonzini1-7/+9
2024-07-31target/i386: Clean up error cases for vmsr_read_thread_stat()Anthony Harivel1-2/+3
2024-07-31target/i386: Fix typo that assign same value twiceAnthony Harivel1-2/+2
2024-07-31target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machineZhao Liu4-0/+29
2024-07-31target/i386/cpu: Add dependencies of CPUID 0x12 leavesZhao Liu1-0/+12
2024-07-31target/i386/cpu: Explicitly express SGX_LC and SGX feature words dependencyZhao Liu1-5/+4
2024-07-31target/i386/cpu: Remove unnecessary SGX feature words checksZhao Liu1-15/+1
2024-07-31target/i386: Change unavail from u32 to u64Xiong Zhang1-1/+1
2024-07-31tests/vm/openbsd: Install tomliRichard Henderson1-0/+1
2024-07-31Update version for v9.1.0-rc0 releasev9.1.0-rc0Richard Henderson1-1/+1
2024-07-31Merge tag 'docs-testing-20240731' of https://github.com/philmd/qemu into stagingRichard Henderson4-13/+21
2024-07-31Merge tag 'pull-maintainer-9.1-rc1-300724-1' of https://gitlab.com/stsquad/qe...Richard Henderson36-586/+697
2024-07-31osdep.h: Clean up no-longer-needed back-compat for macOS 10Peter Maydell1-2/+1
2024-07-31tests/avocado: test_arm_emcraft_sf2: handle RW requirements for assetCleber Rosa1-2/+4
2024-07-31tests/avocado: mips: add hint for fetchasset pluginCleber Rosa1-5/+7
2024-07-31tests/avocado: mips: fallback to HTTP given certificate expirationCleber Rosa1-3/+3
2024-07-31docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a strPeter Maydell1-1/+1
2024-07-31docs: add test for firmware.json QAPIThomas Weißschuh1-0/+5
2024-07-30Merge tag 'pull-target-arm-20240730' of https://git.linaro.org/people/pmaydel...Richard Henderson15-221/+262
2024-07-30plugin/loader: handle basic help queryAlex Bennée1-1/+7
2024-07-30contrib/plugins: add compat for g_memdup2Alex Bennée1-0/+25
2024-07-30contrib/plugins: be more vocal buildingAlex Bennée1-5/+20
2024-07-30contrib/plugins/cache.c: Remove redundant check of l2_accessPeter Maydell1-1/+1
2024-07-30docs: split TCG plugin usage from devel sectionAlex Bennée2-508/+564
2024-07-30tests/tcg: move test plugins into tcg subdirAlex Bennée11-9/+9
2024-07-30tests/avocado: remove tcg_plugins virt_mem_icount testAlex Bennée1-33/+0
2024-07-30docs/devel: document how to run individual TCG testsAlex Bennée1-0/+13
2024-07-30docs/devel: update the testing introductionAlex Bennée1-3/+18
2024-07-30tests/tcg: update READMEAlex Bennée1-9/+14
2024-07-30tests/tcg/loongarch64: Use --no-warn-rwx-segments to link system testsRichard Henderson1-1/+1
2024-07-30tests/tcg: Use --noexecstack with assembler filesRichard Henderson10-10/+10
2024-07-30gitlab: display /packages.txt in build jobsDaniel P. Berrangé2-0/+3
2024-07-30gitlab: record installed packages in /packages.txt in containersDaniel P. Berrangé6-6/+12
2024-07-30Merge tag 's390x-20240730' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson2-19/+29
2024-07-30Merge tag 'pull-misc-20240730' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson7-9/+38
2024-07-30linux-user: open_self_stat: Implement num_threadsFabio D'Urso1-0/+10
2024-07-30util/cpuinfo: Make use of elf_aux_info(3) on OpenBSDBrad Smith4-6/+18
2024-07-30linux-user/main: Check errno when getting AT_EXECFDVivian Wang1-1/+2
2024-07-30util/getauxval: Ensure setting errno if not foundVivian Wang1-1/+6
2024-07-30Merge tag 'pull-qapi-2024-07-29' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson3-8/+18
2024-07-29target/s390x: move @deprecated-props to CpuModelExpansion InfoCollin Walling2-19/+29
2024-07-29system/physmem: Where we assume we have a RAM MR, assert itPeter Maydell1-4/+14
2024-07-29target/sh4: Avoid shift into sign bit in update_itlb_use()Peter Maydell1-1/+1
2024-07-29target/i386: Remove dead assignment to ss in do_interrupt64()Peter Maydell1-3/+2
2024-07-29target/m68k: avoid shift into sign bit in dump_address_map()Peter Maydell1-4/+3