aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-25vhost-scsi: Add support for a worker thread per virtqueueMike Christie1-0/+1
2023-12-25vhost: Add worker backend calloutsMike Christie1-0/+14
2023-12-21Merge tag 'pull-loongarch-20231221' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi1-1/+1
2023-12-21virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi1-0/+2
2023-12-21qdev: add IOThreadVirtQueueMappingList property typeStefan Hajnoczi1-0/+5
2023-12-21qdev-properties: alias all object class propertiesStefan Hajnoczi1-2/+2
2023-12-21string-output-visitor: show structs as "<omitted>"Stefan Hajnoczi1-3/+3
2023-12-21block: remove outdated AioContext locking commentsStefan Hajnoczi3-10/+4
2023-12-21job: remove outdated AioContext locking commentsStefan Hajnoczi1-20/+0
2023-12-21aio: remove aio_context_acquire()/aio_context_release() APIStefan Hajnoczi1-17/+0
2023-12-21aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCK...Stefan Hajnoczi1-12/+4
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi1-14/+0
2023-12-21block: remove bdrv_co_lock()Stefan Hajnoczi1-14/+0
2023-12-21block: remove AioContext lockingStefan Hajnoczi3-9/+5
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi1-19/+2
2023-12-21virtio-scsi: replace AioContext lock with tmf_bh_lockStefan Hajnoczi1-1/+2
2023-12-21scsi: only access SCSIDevice->requests from one threadStefan Hajnoczi1-1/+6
2023-12-21virtio-blk: add lock to protect s->rqStefan Hajnoczi1-1/+2
2023-12-21hw/loongarch/virt: Align high memory base address with super page sizeBibo Mao1-1/+1
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi10-10/+18
2023-12-20Merge tag 'pull-target-arm-20231219' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-1/+6
2023-12-20memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type nameThomas Huth1-1/+1
2023-12-20hw: Replace anti-social QOM type names (again)Markus Armbruster6-9/+9
2023-12-20system/qtest: Restrict QTest API to system emulationPhilippe Mathieu-Daudé1-0/+2
2023-12-20hw: Add compat machines for 9.0Cornelia Huck2-0/+6
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan1-0/+2
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan2-10/+14
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan1-0/+4
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan1-0/+3
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu1-0/+11
2023-12-19util/char_dev: Add open_cdev()Yi Liu1-0/+16
2023-12-19backends/iommufd: Introduce the iommufd objectEric Auger1-0/+38
2023-12-19vfio/spapr: Move hostwin_list into spapr containerZhenzhong Duan1-1/+0
2023-12-19vfio/spapr: Move prereg_listener into spapr containerZhenzhong Duan1-1/+0
2023-12-19vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan2-5/+5
2023-12-19vfio/spapr: Introduce spapr backend and target interfaceZhenzhong Duan1-0/+6
2023-12-19vfio/container: Move iova_ranges to base containerZhenzhong Duan2-1/+1
2023-12-19vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base containerEric Auger2-2/+2
2023-12-19vfio/container: Move listener to base containerEric Auger2-3/+3
2023-12-19vfio/container: Move vrdl_list to base containerZhenzhong Duan2-11/+11
2023-12-19vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger2-2/+2
2023-12-19vfio/container: Convert functions to base containerEric Auger1-5/+4
2023-12-19vfio/container: Move per container device list in base containerZhenzhong Duan2-2/+2
2023-12-19vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger2-6/+6
2023-12-19vfio/container: Move space field to base containerEric Auger2-8/+9
2023-12-19vfio/common: Move giommu_list in base containerEric Auger2-9/+9
2023-12-19vfio/common: Introduce vfio_container_init/destroy helperZhenzhong Duan1-0/+4
2023-12-19vfio/container: Switch to dma_map|unmap APIEric Auger2-4/+7
2023-12-19vfio/container: Introduce a empty VFIOIOMMUOpsZhenzhong Duan1-1/+1
2023-12-19vfio: Introduce base object for VFIOContainer and targeted interfaceZhenzhong Duan2-6/+52