aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-29migration: Make VMStateDescription.subsections constRichard Henderson
2023-12-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-12-26vdpa: move memory listener to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: use dev_shared in vdpa_iommuEugenio Pérez
2023-12-26vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez
2023-12-26vdpa: move iommu_list to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: remove msg type of vhost_vdpaEugenio Pérez
2023-12-26vdpa: move backend_cap to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iotlb_batch_begin_sent to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iova tree to the shared structEugenio Pérez
2023-12-26vdpa: add VhostVDPASharedEugenio Pérez
2023-12-25vhost-scsi: Add support for a worker thread per virtqueueMike Christie
2023-12-25vhost: Add worker backend calloutsMike Christie
2023-12-25include/ui/rect.h: fix qemu_rect_init() mis-assignmentElen Avan
2023-12-21Merge tag 'pull-loongarch-20231221' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-12-21virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi
2023-12-21qdev: add IOThreadVirtQueueMappingList property typeStefan Hajnoczi
2023-12-21qdev-properties: alias all object class propertiesStefan Hajnoczi
2023-12-21string-output-visitor: show structs as "<omitted>"Stefan Hajnoczi
2023-12-21block: remove outdated AioContext locking commentsStefan Hajnoczi
2023-12-21job: remove outdated AioContext locking commentsStefan Hajnoczi
2023-12-21aio: remove aio_context_acquire()/aio_context_release() APIStefan Hajnoczi
2023-12-21aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCK...Stefan Hajnoczi
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi
2023-12-21block: remove bdrv_co_lock()Stefan Hajnoczi
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-12-21virtio-scsi: replace AioContext lock with tmf_bh_lockStefan Hajnoczi
2023-12-21scsi: only access SCSIDevice->requests from one threadStefan Hajnoczi
2023-12-21virtio-blk: add lock to protect s->rqStefan Hajnoczi
2023-12-21hw/loongarch/virt: Align high memory base address with super page sizeBibo Mao
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-12-20Merge tag 'pull-target-arm-20231219' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-12-20memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type nameThomas Huth
2023-12-20hw: Replace anti-social QOM type names (again)Markus Armbruster
2023-12-20system/qtest: Restrict QTest API to system emulationPhilippe Mathieu-Daudé
2023-12-20hw: Add compat machines for 9.0Cornelia Huck
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu
2023-12-19util/char_dev: Add open_cdev()Yi Liu
2023-12-19backends/iommufd: Introduce the iommufd objectEric Auger
2023-12-19vfio/spapr: Move hostwin_list into spapr containerZhenzhong Duan
2023-12-19vfio/spapr: Move prereg_listener into spapr containerZhenzhong Duan
2023-12-19vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan