summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* vdpa: Add device migration blockerEugenio Pérez2022-07-201-0/+15
* vdpa: manual forward CVQ buffersEugenio Pérez2022-07-201-1/+2
* vdpa: Export vhost_vdpa_dma_map and unmap callsEugenio Pérez2022-07-201-4/+3Star
* vhost: Add svq avail_handler callbackEugenio Pérez2022-07-203-4/+44
* vhost: add vhost_svq_pollEugenio Pérez2022-07-202-0/+28
* vhost: Expose vhost_svq_addEugenio Pérez2022-07-202-3/+6
* vhost: add vhost_svq_push_elemEugenio Pérez2022-07-202-0/+19
* vhost: Track number of descs in SVQDescStateEugenio Pérez2022-07-202-2/+8
* vhost: Add SVQDescStateEugenio Pérez2022-07-202-10/+14
* vhost: Decouple vhost_svq_add from VirtQueueElementEugenio Pérez2022-07-201-11/+22
* vhost: Check for queue full at vhost_svq_addEugenio Pérez2022-07-201-26/+33
* vhost: Move vhost_svq_kick call to vhost_svq_addEugenio Pérez2022-07-201-1/+1
* vhost: Reorder vhost_svq_kickEugenio Pérez2022-07-201-14/+14
* vdpa: Avoid compiler to squash reads to used idxEugenio Pérez2022-07-201-1/+2
* vhost: move descriptor translation to vhost_svq_vring_write_descsEugenio Pérez2022-07-201-11/+27
* virtio-iommu: Fix migration regressionZhenzhong Duan2022-06-281-0/+8
* vhost: setup error eventfd and dump errorsKonstantin Khlebnikov2022-06-281-0/+37
* vhost: add method vhost_set_vring_errKonstantin Khlebnikov2022-06-282-0/+13
* virtio-iommu: Fix the partial copy of probe requestZhenzhong Duan2022-06-281-4/+4
* vhost: also check queue state in the vhost_dev_set_log error routineNi Xun2022-06-161-0/+4
* crypto: Introduce RSA algorithmzhenwei pi2022-06-161-66/+257
* virtio-iommu: Add an assert check in translate routineZhenzhong Duan2022-06-161-0/+4
* virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan2022-06-161-9/+11
* virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan2022-06-162-2/+114
* virtio/vhost-user: Fix wrong vhost notifier GPtrArray sizeYajun Wu2022-06-161-1/+1
* virtio-mmio: cleanup resetPaolo Bonzini2022-06-141-9/+8Star
* virtio: stop ioeventfd on resetPaolo Bonzini2022-06-143-4/+2Star
* virtio-mmio: stop ioeventfd on legacy resetPaolo Bonzini2022-06-141-0/+1
* hw/virtio/vhost-user: don't use uninitialized variableChangpeng Liu2022-06-101-5/+3Star
* vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()Si-Wei Liu2022-05-161-8/+15
* vhost-vdpa: backend feature should set only onceSi-Wei Liu2022-05-161-1/+1
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-166-1/+35
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-1613-27/+65
* virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée2022-05-162-17/+67
* hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée2022-05-161-13/+33
* hw/virtio: add vhost_user_[read|write] trace pointsAlex Bennée2022-05-162-0/+6
* virtio-pci: add notification trace pointsAlex Bennée2022-05-162-1/+9
* hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée2022-05-1621-275/+20Star
* vhost: Fix element in vhost_svq_add failureEugenio Pérez2022-05-131-0/+8
* hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2022-05-131-3/+3
* vdpa: Fix index calculus at vhost_vdpa_svqs_startEugenio Pérez2022-05-131-1/+1
* vdpa: Fix bad index calculus at vhost_vdpa_get_vring_baseEugenio Pérez2022-05-131-2/+2
* vhost: Fix device's used descriptor dequeueEugenio Pérez2022-05-131-2/+15
* vhost: Track descriptor chain in private at SVQEugenio Pérez2022-05-132-5/+13
* virtio: fix feature negotiation for ACCESS_PLATFORMHalil Pasic2022-05-131-8/+14
* vhost-backend: do not depend on CONFIG_VHOST_VSOCKPaolo Bonzini2022-05-121-4/+0Star
* virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi2022-05-091-0/+13
* meson: use have_vhost_* variables to pick sourcesPaolo Bonzini2022-05-072-12/+16
* build: move vhost-user-fs configuration to KconfigPaolo Bonzini2022-05-071-0/+5
* build: move vhost-vsock configuration to KconfigPaolo Bonzini2022-05-071-0/+10