aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-16ui/cocoa: Add cursor compositionAkihiko Odaki2-1/+101
2024-07-16ui/console: Convert mouse visibility parameter into boolAkihiko Odaki10-18/+19
2024-07-16ui/cocoa: Release CGColorSpaceAkihiko Odaki1-1/+4
2024-07-16esp: remove transfer size check from DMA DATA IN and DATA OUT transfersMark Cave-Ayland1-2/+2
2024-07-16system/cpus: Add cpu_pause() functionNicholas Piggin2-13/+25
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell2-2/+8
2024-07-16loader: remove load_image_gzipped function as its not used anywhereAni Sinha2-16/+1
2024-07-16include/hw/qdev-core.h: Correct and clarify gpio doc commentsPeter Maydell1-8/+9
2024-07-16hw/isa/vt82c686: Turn "intr" irq into a named gpioBernhard Beschow4-6/+7
2024-07-16hw/core/loader: allow loading larger ROMsGregor Haas1-25/+7
2024-07-16Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson12-112/+41
2024-07-15Merge tag 'pull-ufs-20240714' of https://gitlab.com/jeuk20.kim/qemu into stagingRichard Henderson1-2/+14
2024-07-14hw/ufs: Fix mcq register range check logicJeuk Kim1-2/+14
2024-07-12docs: remove Sphinx 1.x compatibility codeJohn Snow4-101/+19
2024-07-12Python: bump minimum sphinx version to 3.4.3John Snow2-5/+4
2024-07-12python: enable testing for 3.13John Snow2-1/+3
2024-07-12iotests: Change imports for Python 3.13John Snow2-4/+12
2024-07-12python: Do not use pylint 3.2.4 with python 3.8John Snow1-0/+1
2024-07-12python: linter changes for pylint 3.xJohn Snow2-1/+2
2024-07-12Merge tag 'edgar/xen-queue-2024-07-12.for-upstream' of https://gitlab.com/edg...Richard Henderson3-1/+16
2024-07-12Merge tag 'pull-loongarch-20240712' of https://gitlab.com/gaosong/qemu into s...Richard Henderson9-29/+108
2024-07-12target/loongarch: Fix cpu_reset set wrong CSR_CRMDSong Gao1-3/+3
2024-07-12target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 valuesSong Gao1-5/+12
2024-07-12target/loongarch: Remove avail_64 in trans_srai_w() and simplify itFeiyang Chen1-12/+3
2024-07-12target/loongarch/kvm: Add software breakpoint supportBibo Mao2-0/+77
2024-07-12MAINTAINERS: Add myself as a reviewer of LoongArch virt machineJiaxun Yang1-0/+1
2024-07-12hw/loongarch/virt: Remove unused assignmentBibo Mao1-8/+7
2024-07-12hw/loongarch: Change the tpm support by defaultXianglai Li2-0/+4
2024-07-12hw/loongarch/boot.c: fix out-of-bound readingDmitry Frolov1-1/+1
2024-07-12xen: mapcache: Fix unmapping of first entries in bucketsEdgar E. Iglesias1-1/+11
2024-07-12physmem: Bail out qemu_ram_block_from_host() for invalid ram addrsEdgar E. Iglesias1-0/+4
2024-07-12MAINTAINERS: add Edgar as Xen maintainerStefano Stabellini1-0/+1
2024-07-11Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson4-41/+78
2024-07-11Merge tag 'pull-target-arm-20240711' of https://git.linaro.org/people/pmaydel...Richard Henderson39-926/+890
2024-07-11hw/nvme: Expand VI/VQ resource to uint32Minwoo Im2-6/+6
2024-07-11hw/nvme: Allocate sec-ctrl-list as a dynamic arrayMinwoo Im3-10/+5
2024-07-11hw/nvme: separate identify data for sec. ctrl listMinwoo Im3-21/+22
2024-07-11hw/nvme: add Identify Endurance Group ListMinwoo Im2-0/+23
2024-07-11hw/nvme: fix BAR size mismatch of SR-IOV VFMinwoo Im1-4/+15
2024-07-11hw/nvme: fix number of PIDs for FDP RUH updateVincent Fu1-1/+1
2024-07-11hw/nvme: Add support for setting the MQES for the NVMe emulationJohn Berg2-1/+8
2024-07-11Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson4-5/+214
2024-07-11Merge tag 'mem-2024-07-10' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson1-2/+2
2024-07-11target/arm: Convert PMULL to decodetreeRichard Henderson2-82/+15
2024-07-11target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetreeRichard Henderson2-71/+61
2024-07-11target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetreeRichard Henderson2-43/+48
2024-07-11target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetreeRichard Henderson2-499/+138
2024-07-11target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetreeRichard Henderson2-72/+87
2024-07-11target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetreeRichard Henderson2-50/+156
2024-07-11hw/arm: In STM32L4x5 SOC, connect USART devices to EXTIInès Varhol1-13/+11