summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: expose vhost_virtqueue_stop()Kangjie Xu2022-11-071-4/+4
* vhost: expose vhost_virtqueue_start()Kangjie Xu2022-11-071-4/+4
* hw/virtio: add some vhost-user trace eventsAlex Bennée2022-10-071-0/+6
* hw/virtio: gracefully handle unset vhost_dev vdevAlex Bennée2022-08-171-3/+7
* vhost: setup error eventfd and dump errorsKonstantin Khlebnikov2022-06-281-0/+37
* vhost: also check queue state in the vhost_dev_set_log error routineNi Xun2022-06-161-0/+4
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-1/+3
* Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-201-1/+0Star
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* vhost: use wfd on functions setting vring call fdSergio Lopez2022-03-061-3/+3
* Revert "vhost: add support for configure interrupt"Michael S. Tsirkin2022-01-101-76/+0Star
* vhost: stick to -errno error return conventionRoman Kagan2022-01-071-54/+46Star
* vhost: add support for configure interruptCindy Lu2022-01-061-0/+76
* hw/virtio/vhost: Fix typo in comment.Leonardo Garcia2021-12-171-1/+1
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+2
* vhost: correctly detect the enabling IOMMUJason Wang2021-09-041-1/+1
* hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu2021-09-041-0/+29
* vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster2021-08-261-4/+0Star
* vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster2021-08-261-8/+2Star
* migration: Unify failure check for migrate_add_blocker()Markus Armbruster2021-08-261-1/+1
* vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-3/+11
* vhost: Return 0/-errno in vhost_dev_init()Kevin Wolf2021-06-301-4/+4
* vhost: Distinguish errors in vhost_backend_init()Kevin Wolf2021-06-301-6/+7
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-6/+10
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Various spelling fixesMichael Tokarev2021-03-091-1/+1
* vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi2021-03-021-7/+5Star
* vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu2021-02-051-2/+11
* memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez2020-12-081-1/+1
* vhost-blk: set features before setting inflight featureJin Yu2020-11-031-0/+20
* Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi2020-11-031-18/+0Star
* vhost-blk: set features before setting inflight featureJin Yu2020-10-301-0/+18
* vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz2020-10-301-10/+0Star
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2020-10-091-7/+3Star
* vhost: check queue state in the vhost_dev_set_log routineDima Stepanov2020-09-291-0/+12
* vhost: recheck dev state in the vhost_migration_log routineDima Stepanov2020-09-291-3/+24
* vhost: switch to use IOTLB v2 formatJason Wang2020-09-291-0/+10
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* vhost: implement vhost_force_iommu methodCindy Lu2020-07-031-0/+5
* vhost: implement vhost_vq_get_addr methodCindy Lu2020-07-031-9/+19
* vhost: implement vhost_dev_start methodCindy Lu2020-07-031-1/+9
* vhost: check the existence of vhost_set_iotlb_callbackJason Wang2020-07-031-3/+6
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-06-111-2/+2
|\
| * Fix parameter type in vhost migration log pathRaphael Norwitz2020-06-091-2/+2
* | hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée2020-06-081-16/+41
|/
* vhost-user-blk: fix invalid memory accessLi Feng2020-05-041-1/+1
* vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang2020-03-081-1/+11
* hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-4/+4
* vhost: coding style fixMichael S. Tsirkin2020-01-231-3/+3
* vhost: Only align sections for vhost-userDr. David Alan Gilbert2020-01-221-16/+18