aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-07-23hw/intc/loongson_ipi: Fix resource leakPhilippe Mathieu-Daudé
2024-07-23hw/intc/loongson_ipi: Access memory in little endianBibo Mao
2024-07-23hw/i386/intel_iommu: Extract device IOTLB invalidation logicClément Mathieu--Drif
2024-07-23vfio/common: Allow disabling device dirty page trackingJoao Martins
2024-07-23vfio/migration: Don't block migration device dirty tracking is unsupportedJoao Martins
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap supportJoao Martins
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking supportJoao Martins
2024-07-23vfio/iommufd: Probe and request hwpt dirty tracking capabilityJoao Martins
2024-07-23vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins
2024-07-23vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCapsJoao Martins
2024-07-23vfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins
2024-07-23vfio/iommufd: Introduce auto domain creationJoao Martins
2024-07-23vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdevZhenzhong Duan
2024-07-23vfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdevZhenzhong Duan
2024-07-23vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()Joao Martins
2024-07-23backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...Joao Martins
2024-07-23vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdevJoao Martins
2024-07-23vfio/pci: Extract mdev check into an helperJoao Martins
2024-07-23hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()Eric Auger
2024-07-23Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson
2024-07-23Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson
2024-07-22hw/nvme: Add SPDM over DOE supportWilfred Mallawa
2024-07-22acpi/gpex: Create PCI link devices outside PCI root bridgeSunil V L
2024-07-22hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UARTSunil V L
2024-07-22hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLICSunil V L
2024-07-22virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domainEric Auger
2024-07-22hw/vfio/common: Add vfio_listener_region_del_iommu trace eventEric Auger
2024-07-22virtio-iommu: Remove the end point on detachEric Auger
2024-07-22virtio-iommu: Free [host_]resv_ranges on unset_iommu_devicesEric Auger
2024-07-22virtio-iommu: Remove probe_doneEric Auger
2024-07-22Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"Eric Auger
2024-07-22gdbstub: Add helper function to unregister GDB register spaceSalil Mehta
2024-07-22hw/acpi: Update CPUs AML with cpu-(ctrl)dev changeSalil Mehta
2024-07-22hw/acpi: Update GED _EVT method AML with CPU scanSalil Mehta
2024-07-22hw/acpi: Update ACPI GED framework to support vCPU HotplugSalil Mehta
2024-07-22hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header fileSalil Mehta
2024-07-22smbios: make memory device size configurable per MachineIgor Mammedov
2024-07-22virtio-net: Implement SR-IOV VFAkihiko Odaki
2024-07-22virtio-pci: Implement SR-IOV PFAkihiko Odaki
2024-07-22pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki
2024-07-22pcie_sriov: Check PCI Express for SR-IOV PFAkihiko Odaki
2024-07-22pcie_sriov: Ensure PF and VF are mutually exclusiveAkihiko Odaki
2024-07-22hw/pci: Fix SR-IOV VF number calculationAkihiko Odaki
2024-07-22hpet: avoid timer storms on periodic timersPaolo Bonzini
2024-07-22hpet: store full 64-bit target value of the counterPaolo Bonzini
2024-07-22hpet: accept 64-bit reads and writesPaolo Bonzini
2024-07-22hpet: place read-only bits directly in "new_val"Paolo Bonzini
2024-07-22hpet: remove unnecessary variable "index"Paolo Bonzini
2024-07-22hpet: ignore high bits of comparator in 32-bit modePaolo Bonzini
2024-07-22hpet: fix and cleanup persistence of interrupt statusPaolo Bonzini