aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi3-46/+5
2023-12-21block: remove AioContext lockingStefan Hajnoczi4-47/+2
2023-12-21scsi: assert that callbacks run in the correct AioContextStefan Hajnoczi1-0/+14
2023-12-21virtio-scsi: replace AioContext lock with tmf_bh_lockStefan Hajnoczi1-21/+41
2023-12-21scsi: don't lock AioContext in I/O code pathStefan Hajnoczi2-40/+3
2023-12-21virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifi...Stefan Hajnoczi1-7/+1
2023-12-21scsi: only access SCSIDevice->requests from one threadStefan Hajnoczi1-56/+125
2023-12-21virtio-blk: don't lock AioContext in the submission code pathStefan Hajnoczi1-5/+0
2023-12-21virtio-blk: don't lock AioContext in the completion code pathStefan Hajnoczi1-30/+4
2023-12-21virtio-blk: add lock to protect s->rqStefan Hajnoczi1-22/+45
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi11-12/+76
2023-12-20Merge tag 'pull-target-arm-20231219' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi4-13/+94
2023-12-20hw/s390x/ipl: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé1-1/+0
2023-12-20hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' headerPhilippe Mathieu-Daudé1-1/+2
2023-12-20hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé1-1/+0
2023-12-20hw: Add compat machines for 9.0Cornelia Huck8-9/+74
2023-12-19hw/ppc/Kconfig: Imply VFIO_PCICédric Le Goater2-1/+37
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan5-20/+19
2023-12-19vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_initZhenzhong Duan1-15/+15
2023-12-19vfio/ap: Move VFIODevice initializations in vfio_ap_instance_initZhenzhong Duan1-13/+13
2023-12-19vfio/platform: Move VFIODevice initializations in vfio_platform_instance_initZhenzhong Duan1-5/+5
2023-12-19vfio/pci: Move VFIODevice initializations in vfio_instance_initZhenzhong Duan1-4/+6
2023-12-19hw/i386: Activate IOMMUFD for q35 machinesCédric Le Goater1-0/+1
2023-12-19kconfig: Activate IOMMUFD for s390x machinesCédric Le Goater1-0/+1
2023-12-19hw/arm: Activate IOMMUFD for virt machinesCédric Le Goater1-0/+1
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan4-25/+28
2023-12-19vfio/ccw: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan1-3/+22
2023-12-19vfio/ccw: Allow the selection of a given iommu backendZhenzhong Duan1-0/+6
2023-12-19vfio/ap: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan1-1/+22
2023-12-19vfio/ap: Allow the selection of a given iommu backendZhenzhong Duan1-0/+6
2023-12-19vfio/platform: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan1-8/+24
2023-12-19vfio/platform: Allow the selection of a given iommu backendZhenzhong Duan1-0/+6
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan3-16/+67
2023-12-19vfio/pci: Allow the selection of a given iommu backendEric Auger1-0/+6
2023-12-19vfio/iommufd: Enable pci hot reset through iommufd cdev interfaceZhenzhong Duan2-0/+151
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan3-162/+179
2023-12-19vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_infoZhenzhong Duan2-17/+40
2023-12-19vfio/iommufd: Add support for iova_ranges and pgsizesZhenzhong Duan1-1/+55
2023-12-19vfio/iommufd: Relax assert check for iommufd backendZhenzhong Duan2-4/+4
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu4-0/+441
2023-12-19vfio/common: return early if space isn't emptyZhenzhong Duan1-3/+6
2023-12-19vfio/spapr: Move hostwin_list into spapr containerZhenzhong Duan1-16/+20
2023-12-19vfio/spapr: Move prereg_listener into spapr containerZhenzhong Duan1-8/+16
2023-12-19vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan3-11/+37
2023-12-19vfio/spapr: Introduce spapr backend and target interfaceZhenzhong Duan1-0/+14
2023-12-19vfio/container: Implement attach/detach_deviceEric Auger2-7/+21
2023-12-19vfio/container: Move iova_ranges to base containerZhenzhong Duan3-15/+12
2023-12-19vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base containerEric Auger1-4/+5
2023-12-19vfio/container: Move listener to base containerEric Auger4-70/+71
2023-12-19vfio/container: Move vrdl_list to base containerZhenzhong Duan3-20/+20