Age | Commit message (Expand) | Author |
2024-07-16 | scsi: fix regression and honor bootindex again for legacy drives | Fiona Ebner |
2024-07-16 | hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regre... | Fiona Ebner |
2024-07-16 | disas: Fix build against Capstone v6 | Gustavo Romero |
2024-07-16 | cpu: Free queued CPU work | Akihiko Odaki |
2024-07-16 | Revert "qemu-char: do not operate on sources from finalize callbacks" | Sergey Dyasli |
2024-07-16 | i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT | Michael Roth |
2024-07-16 | Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging | Richard Henderson |
2024-07-15 | Merge tag 'pull-ufs-20240714' of https://gitlab.com/jeuk20.kim/qemu into staging | Richard Henderson |
2024-07-14 | hw/ufs: Fix mcq register range check logic | Jeuk Kim |
2024-07-12 | docs: remove Sphinx 1.x compatibility code | John Snow |
2024-07-12 | Python: bump minimum sphinx version to 3.4.3 | John Snow |
2024-07-12 | python: enable testing for 3.13 | John Snow |
2024-07-12 | iotests: Change imports for Python 3.13 | John Snow |
2024-07-12 | python: Do not use pylint 3.2.4 with python 3.8 | John Snow |
2024-07-12 | python: linter changes for pylint 3.x | John Snow |
2024-07-12 | Merge tag 'edgar/xen-queue-2024-07-12.for-upstream' of https://gitlab.com/edg... | Richard Henderson |
2024-07-12 | Merge tag 'pull-loongarch-20240712' of https://gitlab.com/gaosong/qemu into s... | Richard Henderson |
2024-07-12 | target/loongarch: Fix cpu_reset set wrong CSR_CRMD | Song Gao |
2024-07-12 | target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 values | Song Gao |
2024-07-12 | target/loongarch: Remove avail_64 in trans_srai_w() and simplify it | Feiyang Chen |
2024-07-12 | target/loongarch/kvm: Add software breakpoint support | Bibo Mao |
2024-07-12 | MAINTAINERS: Add myself as a reviewer of LoongArch virt machine | Jiaxun Yang |
2024-07-12 | hw/loongarch/virt: Remove unused assignment | Bibo Mao |
2024-07-12 | hw/loongarch: Change the tpm support by default | Xianglai Li |
2024-07-12 | hw/loongarch/boot.c: fix out-of-bound reading | Dmitry Frolov |
2024-07-12 | xen: mapcache: Fix unmapping of first entries in buckets | Edgar E. Iglesias |
2024-07-12 | physmem: Bail out qemu_ram_block_from_host() for invalid ram addrs | Edgar E. Iglesias |
2024-07-12 | MAINTAINERS: add Edgar as Xen maintainer | Stefano Stabellini |
2024-07-11 | Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ... | Richard Henderson |
2024-07-11 | Merge tag 'pull-target-arm-20240711' of https://git.linaro.org/people/pmaydel... | Richard Henderson |
2024-07-11 | hw/nvme: Expand VI/VQ resource to uint32 | Minwoo Im |
2024-07-11 | hw/nvme: Allocate sec-ctrl-list as a dynamic array | Minwoo Im |
2024-07-11 | hw/nvme: separate identify data for sec. ctrl list | Minwoo Im |
2024-07-11 | hw/nvme: add Identify Endurance Group List | Minwoo Im |
2024-07-11 | hw/nvme: fix BAR size mismatch of SR-IOV VF | Minwoo Im |
2024-07-11 | hw/nvme: fix number of PIDs for FDP RUH update | Vincent Fu |
2024-07-11 | hw/nvme: Add support for setting the MQES for the NVMe emulation | John Berg |
2024-07-11 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Richard Henderson |
2024-07-11 | Merge tag 'mem-2024-07-10' of https://github.com/davidhildenbrand/qemu into s... | Richard Henderson |
2024-07-11 | target/arm: Convert PMULL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetree | Richard Henderson |
2024-07-11 | hw/arm: In STM32L4x5 SOC, connect USART devices to EXTI | Inès Varhol |
2024-07-11 | hw/misc: In STM32L4x5 EXTI, handle direct interrupts | Inès Varhol |
2024-07-11 | hw/misc: In STM32L4x5 EXTI, consolidate 2 constants | Inès Varhol |
2024-07-11 | accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory | Peter Maydell |
2024-07-11 | target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation | Peter Maydell |