aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-20hw/dma/xilinx_axidma: Use semicolon at end of statement, not commaPeter Maydell1-1/+1
2024-08-20target/mips: Load PTE as DATAPhilippe Mathieu-Daudé1-2/+2
2024-08-20target/mips: Use correct MMU index in get_pte()Philippe Mathieu-Daudé1-7/+12
2024-08-20target/mips: Pass page table entry size as MemOp to get_pte()Philippe Mathieu-Daudé1-31/+27
2024-08-20qemu-options.hx: correct formatting -smbios type=4Heinrich Schuchardt1-1/+1
2024-08-20hw/mips/loongson3_virt: Fix condition of IPI IOCSR connectionJiaxun Yang1-1/+1
2024-08-20hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineStateJiaxun Yang1-0/+3
2024-08-16Merge tag 'pull-request-2024-08-16' of https://gitlab.com/thuth/qemu into sta...Richard Henderson32-17/+27
2024-08-16ci: refresh package lists with lcitoolDaniel P. Berrangé21-3/+21
2024-08-16ci: add gtk-vnc to the depsDaniel P. Berrangé1-0/+1
2024-08-16tests/avocado: apply proper skipUnless decoratorCleber Rosa8-13/+0
2024-08-16meson.build: Check for the availability of __attribute__((gcc_struct)) on MSYS2Thomas Huth1-0/+5
2024-08-15target/s390x: fix build warning (gcc-12 -fsanitize=thread)Pierrick Bouvier1-1/+0
2024-08-15Update version for v9.1.0-rc2 releasev9.1.0-rc2Richard Henderson1-1/+1
2024-08-15Merge tag 'pull-lu-20240815' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-3/+15
2024-08-15linux-user: Preserve NULL hit in target_mmap subroutinesRichard Henderson1-3/+15
2024-08-15Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-4/+4
2024-08-14target/i386: Fix arguments for vmsr_read_thread_stat()Anthony Harivel1-4/+4
2024-08-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson5-10/+18
2024-08-14Merge tag 'pull-target-arm-20240813' of https://git.linaro.org/people/pmaydel...Richard Henderson9-47/+116
2024-08-13po: update Italian translationPaolo Bonzini1-1/+1
2024-08-13module: Prevent crash by resetting local_err in module_load_qom_all()Alexander Ivanov1-1/+1
2024-08-13target/i386: Assert MMX and XMM registers in rangeRichard Henderson1-2/+7
2024-08-13target/arm: Fix usage of MMU indexes when EL3 is AArch32Peter Maydell8-34/+81
2024-08-13target/arm: Update translation regime comment for new featuresPeter Maydell1-7/+16
2024-08-13target/arm: Clear high SVE elements in handle_vec_simd_wshliRichard Henderson1-0/+1
2024-08-13hw/misc/stm32l4x5_rcc: Add validation for MCOPRE and MCOSEL valuesZheyu Ma1-8/+20
2024-08-13target/i386: Use unit not type in decode_modrmRichard Henderson1-4/+4
2024-08-13target/i386: Do not apply REX to MMX operandsRichard Henderson1-1/+4
2024-08-13target/hexagon: don't look for static glibAlyssa Ross1-1/+1
2024-08-13Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson2-2/+6
2024-08-13Merge tag 'pull-target-arm-20240812' of https://git.linaro.org/people/pmaydel...Richard Henderson23-441/+547
2024-08-12block/blkio: use FUA flag on write zeroes only if supportedStefano Garzarella2-2/+6
2024-08-12arm/virt: place power button pin number on a defineMauro Carvalho Chehab3-6/+10
2024-08-12hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue2-2/+35
2024-08-12Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingRichard Henderson1-1/+1
2024-08-12net: Fix '-net nic,model=' for non-help argumentsDavid Woodhouse1-1/+1
2024-08-09docs: Typo fix in live disk backupEric Blake1-2/+2
2024-08-09docs/interop/prl-xml.rst: Fix minor grammar nitsPeter Maydell1-34/+39
2024-08-09docs/interop/prl-xml.txt: Convert to rSTPeter Maydell4-158/+189
2024-08-09docs/interop/parallels.txt: Convert to rSTPeter Maydell3-51/+60
2024-08-09docs/interop/nbd.txt: Convert to rSTPeter Maydell4-73/+91
2024-08-09docs/specs/rocker.txt: Convert to rSTPeter Maydell3-91/+93
2024-08-09include: Fix typo in name of MAKE_IDENTFIER macroPeter Maydell4-6/+6
2024-08-09target/arm: Fix BTI versus CF_PCRELRichard Henderson4-52/+56
2024-08-09Merge tag 'pull-nbd-2024-08-08' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson7-12/+116
2024-08-08nbd/server: CVE-2024-7409: Close stray clients at server-stopEric Blake1-1/+34
2024-08-08nbd/server: CVE-2024-7409: Drop non-negotiating clientsEric Blake2-1/+28
2024-08-08nbd/server: CVE-2024-7409: Cap default max-connections to 100Eric Blake4-3/+19
2024-08-08nbd/server: Plumb in new args to nbd_client_add()Eric Blake4-7/+34