aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/vhost.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-11vhost: Rename last_index to vq_index_endEugenio Pérez1-2/+2
2021-10-20vhost: record the last virtqueue index for the virtio deviceJason Wang1-0/+2
2021-09-04vhost: use unsigned int for nvqsJason Wang1-1/+1
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu1-0/+4
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-2/+2
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-1/+1
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf1-0/+2
2020-11-03vhost-blk: set features before setting inflight featureJin Yu1-0/+1
2020-11-03Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi1-1/+0
2020-10-30vhost-blk: set features before setting inflight featureJin Yu1-0/+1
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang1-0/+1
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu1-0/+7
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji1-0/+18
2018-02-08vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert1-3/+0
2018-02-08vhost: Build temporary section list and deref after commitDr. David Alan Gilbert1-0/+2
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu1-0/+15
2017-06-02vhost: propagate errors in vhost_device_iotlb_miss()Maxime Coquelin1-1/+1
2017-03-30vhost: generalize iommu memory regionJason Wang1-0/+11
2017-01-18vhost_net: device IOTLB supportJason Wang1-0/+4
2016-11-15vhost: drop legacy vring layout bitsGreg Kurz1-3/+0
2016-11-15vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz1-0/+4
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau1-0/+4
2016-07-07tap: vhost busy polling supportJason Wang1-1/+2
2015-12-02vhost: drop dead codeMichael S. Tsirkin1-1/+0
2015-10-22vhost: use a function for each callMarc-André Lureau1-6/+6
2015-10-22vhost: alloc shareable logMarc-André Lureau1-1/+2
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov1-0/+2
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu1-0/+1
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin1-0/+1
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta1-2/+1
2015-06-10vhost: 64 bit featuresCornelia Huck1-3/+3
2015-06-04vhost: logs sharingJason Wang1-1/+7
2015-04-04vhost: fix typo in vq_index descriptionGreg Kurz1-1/+1
2014-06-23vhost: block migration if backend does not log memoryMichael S. Tsirkin1-0/+1
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev1-2/+2
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev1-0/+2
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev1-1/+1
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev1-0/+5
2013-04-19vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger1-0/+3
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+68