aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-06-24vfio/container: Modify vfio_get_iommu_type() to use a container fdCédric Le Goater
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater
2024-06-24vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()Avihai Horon
2024-06-24vfio/common: Move dirty tracking ranges update to helperJoao Martins
2024-06-24vfio: Make vfio_devices_dma_logging_start() return boolCédric Le Goater
2024-06-24hw/vfio: Remove memory_region_iommu_set_iova_ranges() callEric Auger
2024-06-24virtio-iommu: Remove the implementation of iommu_set_iova_rangeEric Auger
2024-06-24virtio-iommu: Compute host reserved regionsEric Auger
2024-06-24HostIOMMUDevice: Store the aliased bus and devfnEric Auger
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger
2024-06-24intel_iommu: Check compatibility with host IOMMU capabilitiesZhenzhong Duan
2024-06-24intel_iommu: Implement [set|unset]_iommu_device() callbacksYi Liu
2024-06-24intel_iommu: Extract out vtd_cap_init() to initialize cap/ecapZhenzhong Duan
2024-06-24vfio/pci: Pass HostIOMMUDevice to vIOMMUZhenzhong Duan
2024-06-24hw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu
2024-06-24hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()Zhenzhong Duan
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan
2024-06-24vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan
2024-06-24hw/sd/sdcard: Add comments around registers and commandsPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macrosPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Add sd_invalid_mode_for_cmd to report invalid mode switchPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Only call sd_req_get_address() where address is usedPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Factor sd_req_get_address() method outPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Only call sd_req_get_rca() where RCA is usedPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Factor sd_req_get_rca() method outPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Have cmd_valid_while_locked() return a boolean valuePhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Trace update of block count (CMD23)Philippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Remove explicit entries for illegal commandsPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Remove ACMD6 handler for SPI modePhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Use Load/Store API to fill some CID/CSD registersPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Use registerfield CSR::CURRENT_STATE definitionPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Use HWBLOCK_SHIFT definition instead of magic valuesPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Fix typo in SEND_OP_COND command namePhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Rewrite sd_cmd_ALL_SEND_CID using switch case (CMD2)Philippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Correct code indentationPhilippe Mathieu-Daudé
2024-06-24hw/sd/sdcard: Avoid OOB in sd_read_byte() during unexpected CMD switchPhilippe Mathieu-Daudé
2024-06-24target/s390x: Add a CONFIG switch to disable legacy CPUsThomas Huth
2024-06-24vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errorsCédric Le Goater
2024-06-24vfio/ccw: Fix the missed unrealize() call in error pathZhenzhong Duan
2024-06-24vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()Cédric Le Goater
2024-06-24s390x/css: Make S390CCWDeviceClass::realize return boolCédric Le Goater
2024-06-24hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()Cédric Le Goater
2024-06-24s390x/css: Make CCWDeviceClass::realize return boolCédric Le Goater