summaryrefslogtreecommitdiffstats
path: root/include/hw/virtio/vhost.h
Commit message (Expand)AuthorAgeFilesLines
* vhost: expose vhost_virtqueue_stop()Kangjie Xu2022-11-071-0/+2
* vhost: expose vhost_virtqueue_start()Kangjie Xu2022-11-071-0/+3
* qmp: decode feature & status bits in virtio-statusLaurent Vivier2022-10-091-0/+3
* hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée2022-10-071-0/+12
* include/hw: document vhost_dev feature life-cycleAlex Bennée2022-10-071-0/+3
* include/hw/virtio: document vhost_ack_featuresAlex Bennée2022-06-281-0/+10
* include/hw/virtio: document vhost_get_featuresAlex Bennée2022-06-281-0/+11
* vhost: setup error eventfd and dump errorsKonstantin Khlebnikov2022-06-281-0/+1
* include/hw: start documenting the vhost APIAlex Bennée2022-05-161-10/+122
* Revert "vhost: add support for configure interrupt"Michael S. Tsirkin2022-01-101-4/+0Star
* vhost: add support for configure interruptCindy Lu2022-01-061-0/+4
* vhost: Rename last_index to vq_index_endEugenio Pérez2021-11-111-2/+2
* vhost: record the last virtqueue index for the virtio deviceJason Wang2021-10-201-0/+2
* vhost: use unsigned int for nvqsJason Wang2021-09-041-1/+1
* hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu2021-09-041-0/+4
* vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-2/+2
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-1/+1
* vhost-user-blk: Check that num-queues is supported by backendKevin Wolf2021-05-181-0/+2
* vhost-blk: set features before setting inflight featureJin Yu2020-11-031-0/+1
* Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi2020-11-031-1/+0Star
* vhost-blk: set features before setting inflight featureJin Yu2020-10-301-0/+1
* vhost: switch to use IOTLB v2 formatJason Wang2020-09-291-0/+1
* vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-071-0/+7
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji2019-03-131-0/+18
* vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert2018-02-081-3/+0Star
* vhost: Build temporary section list and deref after commitDr. David Alan Gilbert2018-02-081-0/+2
* vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu2018-01-181-0/+15
* vhost: propagate errors in vhost_device_iotlb_miss()Maxime Coquelin2017-06-021-1/+1
* vhost: generalize iommu memory regionJason Wang2017-03-301-0/+11
* vhost_net: device IOTLB supportJason Wang2017-01-181-0/+4
* vhost: drop legacy vring layout bitsGreg Kurz2016-11-151-3/+0Star
* vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz2016-11-151-0/+4
* vhost: add vhost_net_set_backend()Marc-André Lureau2016-07-281-0/+4
* tap: vhost busy polling supportJason Wang2016-07-071-1/+2
* vhost: drop dead codeMichael S. Tsirkin2015-12-021-1/+0Star
* vhost: use a function for each callMarc-André Lureau2015-10-221-6/+6
* vhost: alloc shareable logMarc-André Lureau2015-10-221-1/+2
* vhost: add vhost_has_free_slot() interfaceIgor Mammedov2015-10-221-0/+2
* vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu2015-09-241-0/+1
* vhost-user: add protocol feature negotiationMichael S. Tsirkin2015-09-241-0/+1
* vhost: enable vhost without without MSI-XPankaj Gupta2015-06-191-2/+1Star
* vhost: 64 bit featuresCornelia Huck2015-06-101-3/+3
* vhost: logs sharingJason Wang2015-06-041-1/+7
* vhost: fix typo in vq_index descriptionGreg Kurz2015-04-041-1/+1
* vhost: block migration if backend does not log memoryMichael S. Tsirkin2014-06-231-0/+1
* Add vhost-backend and VhostBackendTypeNikolay Nikolaev2014-06-191-2/+2
* Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev2014-06-191-0/+2
* vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2014-06-191-1/+1
* vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev2014-06-191-0/+5