Commit 1d893e5069 for qemu.org
commit 1d893e5069494d27dba34346d85601fc238fd38d
Merge: 0954a96504 72f663f575
Author: Peter Maydell <peter.maydell@linaro.org>
Date: Sun Feb 22 18:58:22 2026 +0000
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
virtio,pc,pci: features, fixes
cxl:
RAS features
Back-Invalidate
Flit mode
r3.2 spec event updates
FM-API Physical Switch Command Set support
vhost-vdpa: allow GSO for SVQ
misc fixes, cleanups in intel_iommu, vhost, virtio, acpi
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
# -----BEGIN PGP SIGNATURE-----
#
# iQFDBAABCgAtFiEEXQn9CHHI+FuUyooNKB8NuNKNVGkFAmmYtvkPHG1zdEByZWRo
# YXQuY29tAAoJECgfDbjSjVRpiZ8IAKLpdkPW3mcYwlVgDLIBENu4S3ZzTAthEr+9
# 8qnk0H3eJ6f++OP9wMxwqZ0KcJbrfaB4iDSxd4d42bj6sVzdPhkaaIxnR45V7JiZ
# lQA1aOwhm8Z4vRS3nXBmNhkx6cngO0rzUabX5mzymUrYhtNNJ8HMuSKPU/V3vyW/
# lRXQc5toi2NQ4kbBy9kbPvx5ld5BXfnSmEEYbSsdBZ3Ifk/JCIZ0GWy53FxflbxZ
# FnffxNjy91uN7DVQvgWN0vNzp4r1txkZpoV8PkWqUB7BvtNESb6FXvv+skEG4cM8
# mNlhv0/LCLnyy4uMvSGUvI6IkFKA0WyVAm3O0i+yh1A6+c8VVxI=
# =iYn3
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri Feb 20 19:33:13 2026 GMT
# gpg: using RSA key 5D09FD0871C8F85B94CA8A0D281F0DB8D28D5469
# gpg: issuer "mst@redhat.com"
# gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>" [full]
# gpg: aka "Michael S. Tsirkin <mst@redhat.com>" [full]
# Primary key fingerprint: 0270 606B 6F3C DF3D 0B17 0970 C350 3912 AFBE 8E67
# Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA 8A0D 281F 0DB8 D28D 5469
* tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu: (33 commits)
vhost: fix vhost_inflight_buffer_pre_load
virtio-snd: tighten read amount in in_cb
virtio-snd: fix max_size bounds check in input cb
virtio-snd: handle 5.14.6.2 for PCM_INFO properly
virtio-snd: remove TODO comments
MAINTAINERS: add me as maintainer to virtio-snd
hw/cxl: Add Physical Port Control FMAPI Command (Opcode 5102h)
hw/cxl: Get Physical Port State - update for PCIe flit mode
hw/cxl: Physical Port Info FMAPI - update to current spec and add defines.
virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type
intel_iommu: Do not report recoverable faults to host
net/vhost-vdpa: Whitelist virtio-net GSO for shadow virtqueue
hw/cxl: Remove register special_ops->read()
hw/cxl: Support type3 HDM-DB
tests/acpi/cxl: Update CEDT.cxl to allow BI in CFWMS
hw/cxl: Update CXL Fixed Memory Window ACPI description to include Back Invalidate support.
tests/bios-tables-test: Excluded CEDT.cxl for BI restriction relaxation.
hw/cxl: Refactor component register initialization
hw/pcie: Support enabling flit mode
hw/cxl: Add emulation for memory sparing control feature
...
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>