summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2026-08-25hw/riscv/riscv-iommu: preserve requested perm in spa_fetch()Andrew Jones
2026-08-25hw/riscv/riscv-iommu: fix U-bit check to apply only to leaf S/VS-stage PTEsAndrew Jones
2026-08-24hw/watchdog: Add lower bound check for watchdogNumberChinmay Rath
2026-08-21serial: clear transmit retry callback on unrealizePaolo Bonzini
2026-08-17hw/nvme: add SPDM_SOCKET Kconfig dependencyStefan Hajnoczi
2026-08-17hw/block/pflash_cfi01: Restore ROMD mode after migrationBin Guo
2026-08-17hw/net/rtl8139: Send whole of vlan-tagged packet when doing loopbackPeter Maydell
2026-08-17hw/net/rtl8139: Fix handling of VLAN tags on incoming short packetsPeter Maydell
2026-08-17hw/i386/pc: xen: reinstate the "xenfv" machine aliasDario Faggioli
2026-08-17hw/ide/atapi: read the whole elementary transfer asynchronouslyDenis V. Lunev
2026-08-17hw/net/vmxnet3: Do not abort if guest provides bad interrupt numbersThomas Huth
2026-08-17hw/usb/dev-uas: Don't abort if guest provided an undersized buffer for statusThomas Huth
2026-08-17hw/intc/loongarch_pch_pic: Validate htmsi_vector before indexing parent_irqBin Guo
2026-08-17s390x/ipl: validate num_comp against iplb length before iteratingJoshua Daley
2026-08-17hw/char/sclpconsole-lm: avoid guest triggerable assertChristian Borntraeger
2026-08-13hw/arm/aspeed: Add missing Kconfig dependencies on required componentsPhilippe Mathieu-Daudé
2026-08-13hw/arm/aspeed: Add missing PCI_EXPRESS -> PCIE_PORT Kconfig dependencyPhilippe Mathieu-Daudé
2026-08-12amd_iommu: Return int from page walk status helpersAlejandro Jimenez
2026-08-05hw/nvme: fix leak on copy rangesKlaus Jensen
2026-08-05hw/nvme: cancel inflight requests on controller resetMinwoo Im
2026-08-05hw/nvme: factor out nvme_sq_cancel_inflight()Minwoo Im
2026-08-05hw/nvme: drop AER requests without aiocb in nvme_del_sq()Minwoo Im
2026-08-05hw/display/virtio-gpu: Unmap DMA regions on resetBin Guo
2026-08-05hw/display/virtio-gpu: Always reject invalid scanout boundsAkihiko Odaki
2026-08-05hw/display/virtio-gpu: fix offset wraparound in scanout_blob_to_fbMarc-André Lureau
2026-08-05hw/display/vga: fix panning_buf OOB after text/graphics switchMarc-André Lureau
2026-08-05hw/display/virtio-gpu: validate blob iov sizeMarc-André Lureau
2026-08-05hw/vfio: Fix liveness check in vfio_connect_kvm_msi_virq()Tycho Andersen (AMD)
2026-08-05hw/nvme: fix assertion failure on subregion removalDaniel Paziyski
2026-08-05hw/nvme: fix unintentional integer overflow in shiftKlaus Jensen
2026-08-05hw/nvme: fix cross-namespace copy dif buffer overflowKlaus Jensen
2026-08-05virtio-mmio: fix QUEUE_NUM_MAXMichael S. Tsirkin
2026-08-05hw/display/exynos4210_fimd: Clamp windows to screen sizePeter Maydell
2026-08-05hw/display/exynos4210_fimd: Pass width to draw_line functionsPeter Maydell
2026-08-05hw/display/exynos4210_fimd: Factor out finding screen width/heightPeter Maydell
2026-08-05hw/net/igb: recalculate rx_desc_len on migration loadLaurent Vivier
2026-08-05hw/net/e1000e: recalculate rx_desc_len on migration loadLaurent Vivier
2026-08-05hw/sd/sdhci: Extract uSDHC-specific quirkBernhard Beschow
2026-08-05hw/net/xilinx_axienet: Don't write checksums off end of packetPeter Maydell
2026-08-05virtio: avoid packed vring virtio_queue_empty() infinite loops (CVE-2026-16457)Stefan Hajnoczi
2026-08-05hw/virtio-rng: Fix host use-after-free (CVE-2026-50624)Laurent Vivier
2026-08-05hw/net/virtio-net: Protect from DMA re-entrancy bugsLaurent Vivier
2026-08-05intel_iommu: Check address mask before using it in pasid-based iotlb invalida...Clément MATHIEU--DRIF
2026-08-05hw/cxl: fix OOB access in cxl_doe_cdat_rsp via entry_handleHaotian Jiang
2026-08-05hw/virtio/vdpa-dev: pass set_config buffer to vhost backendGuoHan Zhao
2026-08-05hw/pci-host/q35.c: Avoid early return in mch_write_config()Peter Maydell
2026-08-05hw/pci-host/q35.c: Factor out creation of SMRAM MRsPeter Maydell
2026-08-05hw/pci-host/q35.c: Always initialize smram-region even if SMM disabledPeter Maydell
2026-08-05virtio-iommu: fix OOM due to unbounded call_rcuMichael S. Tsirkin
2026-08-05virtio-pmem: wait for flush requests on unrealizeMichael S. Tsirkin