aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2026-02-12Merge tag 'pull-request-2026-02-12v2' of https://gitlab.com/thuth/qemu into s...Peter Maydell3-1/+4
2026-02-12hw/i386/pc.c: add description for fd-bootchk optionChoon Keong1-0/+2
2026-02-11s390x/pci: Fix endianness for zPCI BAR values.Jaehoon Kim1-1/+1
2026-02-10target/arm: Implement WFE, SEV and SEVONPEND for Cortex-MAshish Anand1-18/+61
2026-02-10hw/arm/virt: Rename arm_virt_compat into arm_virt_compat_defaultsEric Auger1-6/+7
2026-02-10hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVFMohamed Mediouni1-38/+5
2026-02-10whpx: arm64: clamp down IPA sizeMohamed Mediouni1-0/+32
2026-02-10hw, target, accel: whpx: change apic_in_platform to kernel_irqchipMohamed Mediouni5-2/+252
2026-02-10hw: arm: virt: rework MSI-X configurationMohamed Mediouni2-15/+124
2026-02-10virtio-ccw: virtio_ccw_set_guest_notifier(): fix failure pathVladimir Sementsov-Ogievskiy1-0/+1
2026-02-10Merge tag 'single-binary-20260206' of https://github.com/philmd/qemu into sta...Peter Maydell10-12/+13
2026-02-09hw/or1k: Rename or1k-sim.c from openrisc_sim.cRichard Henderson2-1/+1
2026-02-09hw/or1k: Rename from openriscRichard Henderson8-2/+2
2026-02-09include/hw/or1k: Rename from openriscRichard Henderson3-3/+3
2026-02-09target/or1k: Rename from openriscRichard Henderson2-3/+3
2026-02-09hw/intc/ioapic: Replace legacy st_phys() -> address_space_st()Philippe Mathieu-Daudé1-1/+2
2026-02-09hw/intc: Mark x86-specific [IO]APIC peripherals as little-endianPhilippe Mathieu-Daudé2-2/+2
2026-02-09scsi: save/load SCSI reservation stateStefan Hajnoczi4-2/+172
2026-02-09scsi: track SCSI reservation state for live migrationStefan Hajnoczi3-0/+169
2026-02-09scsi: add error reporting to scsi_SG_IO()Stefan Hajnoczi2-6/+29
2026-02-09scsi: generalize scsi_SG_IO_FROM_DEV() to scsi_SG_IO()Stefan Hajnoczi2-10/+12
2026-02-079pfs: local: read native symlinks when security-model=mappedAndrey Erokhin1-0/+4
2026-02-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell41-161/+501
2026-02-05hw/cxl: Take into account how many media operations are requested for param c...Jonathan Cameron1-1/+1
2026-02-05hw/cxl: Check for overflow on santize media as both base and offset 64bit.Jonathan Cameron1-2/+7
2026-02-05vhost-user-blk: support inter-host inflight migrationAlexandr Moshkov1-0/+27
2026-02-05vhost: add vmstate for inflight region with inner bufferAlexandr Moshkov1-0/+56
2026-02-05vhost-user: introduce protocol feature for skip drain on GET_VRING_BASEAlexandr Moshkov1-0/+7
2026-02-05virtio-gpu: use consistent error checking for virtio_gpu_create_mapping_iovHonglei Huang2-4/+4
2026-02-05virtio-gpu: fix error handling in virgl_cmd_resource_create_blobHonglei Huang1-1/+1
2026-02-05virtio-pmem: ignore empty queue notificationsLi Chen1-1/+0
2026-02-05virtio-gpu-virgl: correct parent for blob memory regionJoelle van Dyne1-2/+2
2026-02-05hw/virtio/virtio-crypto: verify asym request sizezhenwei pi1-0/+7
2026-02-05virtio-spi: Add vhost-user-spi device supportHaixu Cui5-1/+145
2026-02-05q35: Fix migration of SMRAM stateIgor Mammedov1-14/+11
2026-02-05pcie_sriov: Fix PCI_SRIOV_* accesses in pcie_sriov_pf_exit()Kevin Wolf1-4/+5
2026-02-05virtio: Fix crash when sriov-pf is set for non-PCI-Express deviceKevin Wolf1-9/+11
2026-02-05virtio-dmabuf: Ensure UUID persistence for hash table insertionDorinda Bassey1-2/+4
2026-02-05vhost: accept indirect descriptors in shadow virtqueueEugenio Pérez1-0/+1
2026-02-05acpi/ghes: Use error_fatal in acpi_ghes_memory_errors()Gavin Shan2-18/+12
2026-02-05acpi/ghes: Bail early on error from get_ghes_source_offsets()Gavin Shan1-6/+9
2026-02-05acpi/ghes: Abort in acpi_ghes_memory_errors() if necessaryGavin Shan1-1/+1
2026-02-05acpi/ghes: Automate data block cleanup in acpi_ghes_memory_errors()Gavin Shan1-5/+1
2026-02-05vdpa: fix vhost-vdpa suspended state not be sharedWafer Xie1-3/+3
2026-02-05virtio/vhost: don't consider non-MAP_SHARED regions publicDaniil Tatianin1-4/+6
2026-02-05intel_iommu: Add a CLI option to enable SVMCLEMENT MATHIEU--DRIF2-14/+37
2026-02-05intel_iommu: Minimal handling of privileged ATS requestCLEMENT MATHIEU--DRIF1-2/+16
2026-02-05intel_iommu: Handle insufficient permissions during translation requestsCLEMENT MATHIEU--DRIF2-7/+10
2026-02-05pci: Block ATS requests when privileged mode is disabledCLEMENT MATHIEU--DRIF1-0/+4
2026-02-05pcie: Add a function to check if pasid privileged mode is enabledCLEMENT MATHIEU--DRIF1-5/+16