aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-16scsi: fix regression and honor bootindex again for legacy drivesFiona Ebner
2024-07-16hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regre...Fiona Ebner
2024-07-16disas: Fix build against Capstone v6Gustavo Romero
2024-07-16cpu: Free queued CPU workAkihiko Odaki
2024-07-16Revert "qemu-char: do not operate on sources from finalize callbacks"Sergey Dyasli
2024-07-16i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INITMichael Roth
2024-07-16Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson
2024-07-15Merge tag 'pull-ufs-20240714' of https://gitlab.com/jeuk20.kim/qemu into stagingRichard Henderson
2024-07-14hw/ufs: Fix mcq register range check logicJeuk Kim
2024-07-12docs: remove Sphinx 1.x compatibility codeJohn Snow
2024-07-12Python: bump minimum sphinx version to 3.4.3John Snow
2024-07-12python: enable testing for 3.13John Snow
2024-07-12iotests: Change imports for Python 3.13John Snow
2024-07-12python: Do not use pylint 3.2.4 with python 3.8John Snow
2024-07-12python: linter changes for pylint 3.xJohn Snow
2024-07-12Merge tag 'edgar/xen-queue-2024-07-12.for-upstream' of https://gitlab.com/edg...Richard Henderson
2024-07-12Merge tag 'pull-loongarch-20240712' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2024-07-12target/loongarch: Fix cpu_reset set wrong CSR_CRMDSong Gao
2024-07-12target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 valuesSong Gao
2024-07-12target/loongarch: Remove avail_64 in trans_srai_w() and simplify itFeiyang Chen
2024-07-12target/loongarch/kvm: Add software breakpoint supportBibo Mao
2024-07-12MAINTAINERS: Add myself as a reviewer of LoongArch virt machineJiaxun Yang
2024-07-12hw/loongarch/virt: Remove unused assignmentBibo Mao
2024-07-12hw/loongarch: Change the tpm support by defaultXianglai Li
2024-07-12hw/loongarch/boot.c: fix out-of-bound readingDmitry Frolov
2024-07-12xen: mapcache: Fix unmapping of first entries in bucketsEdgar E. Iglesias
2024-07-12physmem: Bail out qemu_ram_block_from_host() for invalid ram addrsEdgar E. Iglesias
2024-07-12MAINTAINERS: add Edgar as Xen maintainerStefano Stabellini
2024-07-11Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson
2024-07-11Merge tag 'pull-target-arm-20240711' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-07-11hw/nvme: Expand VI/VQ resource to uint32Minwoo Im
2024-07-11hw/nvme: Allocate sec-ctrl-list as a dynamic arrayMinwoo Im
2024-07-11hw/nvme: separate identify data for sec. ctrl listMinwoo Im
2024-07-11hw/nvme: add Identify Endurance Group ListMinwoo Im
2024-07-11hw/nvme: fix BAR size mismatch of SR-IOV VFMinwoo Im
2024-07-11hw/nvme: fix number of PIDs for FDP RUH updateVincent Fu
2024-07-11hw/nvme: Add support for setting the MQES for the NVMe emulationJohn Berg
2024-07-11Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2024-07-11Merge tag 'mem-2024-07-10' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson
2024-07-11target/arm: Convert PMULL to decodetreeRichard Henderson
2024-07-11target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetreeRichard Henderson
2024-07-11target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetreeRichard Henderson
2024-07-11target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetreeRichard Henderson
2024-07-11target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetreeRichard Henderson
2024-07-11target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetreeRichard Henderson
2024-07-11hw/arm: In STM32L4x5 SOC, connect USART devices to EXTIInès Varhol
2024-07-11hw/misc: In STM32L4x5 EXTI, handle direct interruptsInès Varhol
2024-07-11hw/misc: In STM32L4x5 EXTI, consolidate 2 constantsInès Varhol
2024-07-11accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatoryPeter Maydell
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell