aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-09-02vdpa: Delete CVQ migration blockerEugenio Pérez1-15/+0
2022-09-02vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flushEugenio Pérez1-4/+7
2022-09-02vhost: Delete useless read memory barrierEugenio Pérez1-3/+0
2022-09-02vhost: use SVQ element ndescs instead of opaque data for desc validationEugenio Pérez1-1/+2
2022-09-02vhost: stop transfer elem ownership in vhost_handle_guest_kickEugenio Pérez1-6/+4
2022-09-02vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ringEugenio Pérez1-9/+8
2022-09-02vhost: Always store new kick fd on vhost_svq_set_svq_kick_fdEugenio Pérez1-2/+2
2022-09-02vdpa: Make SVQ vring unmapping return voidEugenio Pérez1-22/+10
2022-09-02vdpa: Remove SVQ vring from iova_tree at shutdownEugenio Pérez1-0/+6
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez3-5/+5
2022-09-02vdpa: do not save failed dma maps in SVQ iova treeEugenio Pérez1-7/+13
2022-09-02vdpa: Skip the maps not in the iova treeEugenio Pérez1-0/+4
2022-08-17virtio-pci: don't touch pci on virtio resetMichael S. Tsirkin1-2/+8
2022-08-17hw/virtio: fix vhost_user_read tracepointAlex Bennée1-2/+2
2022-08-17hw/virtio: handle un-configured shutdown in virtio-pciAlex Bennée1-2/+7
2022-08-17hw/virtio: gracefully handle unset vhost_dev vdevAlex Bennée1-3/+7
2022-07-26hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAPJean-Philippe Brucker1-19/+28
2022-07-26vdpa: Fix memory listener deletions of iova treeEugenio Pérez1-1/+1
2022-07-26vhost: Get vring base from vq, not svqEugenio Pérez1-12/+12
2022-07-20vdpa: Add device migration blockerEugenio Pérez1-0/+15
2022-07-20vdpa: manual forward CVQ buffersEugenio Pérez1-1/+2
2022-07-20vdpa: Export vhost_vdpa_dma_map and unmap callsEugenio Pérez1-4/+3
2022-07-20vhost: Add svq avail_handler callbackEugenio Pérez3-4/+44
2022-07-20vhost: add vhost_svq_pollEugenio Pérez2-0/+28
2022-07-20vhost: Expose vhost_svq_addEugenio Pérez2-3/+6
2022-07-20vhost: add vhost_svq_push_elemEugenio Pérez2-0/+19
2022-07-20vhost: Track number of descs in SVQDescStateEugenio Pérez2-2/+8
2022-07-20vhost: Add SVQDescStateEugenio Pérez2-10/+14
2022-07-20vhost: Decouple vhost_svq_add from VirtQueueElementEugenio Pérez1-11/+22
2022-07-20vhost: Check for queue full at vhost_svq_addEugenio Pérez1-26/+33
2022-07-20vhost: Move vhost_svq_kick call to vhost_svq_addEugenio Pérez1-1/+1
2022-07-20vhost: Reorder vhost_svq_kickEugenio Pérez1-14/+14
2022-07-20vdpa: Avoid compiler to squash reads to used idxEugenio Pérez1-1/+2
2022-07-20vhost: move descriptor translation to vhost_svq_vring_write_descsEugenio Pérez1-11/+27
2022-06-27virtio-iommu: Fix migration regressionZhenzhong Duan1-0/+8
2022-06-27vhost: setup error eventfd and dump errorsKonstantin Khlebnikov1-0/+37
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov2-0/+13
2022-06-27virtio-iommu: Fix the partial copy of probe requestZhenzhong Duan1-4/+4
2022-06-16vhost: also check queue state in the vhost_dev_set_log error routineNi Xun1-0/+4
2022-06-16crypto: Introduce RSA algorithmzhenwei pi1-66/+257
2022-06-16virtio-iommu: Add an assert check in translate routineZhenzhong Duan1-0/+4
2022-06-16virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan1-9/+11
2022-06-16virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan2-2/+114
2022-06-16virtio/vhost-user: Fix wrong vhost notifier GPtrArray sizeYajun Wu1-1/+1
2022-06-14virtio-mmio: cleanup resetPaolo Bonzini1-9/+8
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini3-4/+2
2022-06-14virtio-mmio: stop ioeventfd on legacy resetPaolo Bonzini1-0/+1
2022-06-09hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu1-5/+3
2022-05-16vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()Si-Wei Liu1-8/+15
2022-05-16vhost-vdpa: backend feature should set only onceSi-Wei Liu1-1/+1