aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2-3/+5
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella1-0/+3
2021-09-04vhost: use unsigned int for nvqsJason Wang1-1/+1
2021-09-04virtio-bus: introduce iommu_enabled()Jason Wang1-1/+3
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu2-6/+4
2021-09-04vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez1-0/+1
2021-07-22hw/display: fix virgl reset regressionMarc-André Lureau1-0/+1
2021-07-16hw/virtio: add boilerplate for vhost-user-i2c deviceViresh Kumar1-0/+28
2021-07-08virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand1-0/+3
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2-3/+3
2021-06-30vhost: Distinguish errors in vhost_backend_init()Kevin Wolf1-1/+2
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-1/+1
2021-06-11vhost-vdpa: map virtqueue notification area if possibleJason Wang1-0/+6
2021-06-05vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji1-1/+0
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+4
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko1-0/+4
2021-05-27virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy1-0/+7
2021-05-27virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy1-0/+15
2021-05-27virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy1-0/+9
2021-05-27virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy1-0/+3
2021-05-27virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy1-1/+1
2021-05-27virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy1-0/+8
2021-05-27virtio-gpu: Add udmabuf helpersVivek Kasireddy1-0/+11
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf1-0/+2
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-3/+6
2021-05-14vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu1-2/+0
2021-05-14hw/virtio: enable ioeventfd configuring for mmioPavel Dovgalyuk1-0/+5
2021-05-14hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé1-1/+1
2021-05-10virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann1-2/+3
2021-05-10virtio-gpu: drop use_virgl_rendererGerd Hoffmann1-1/+0
2021-05-10virtio-gpu: move update_cursor_dataGerd Hoffmann1-0/+6
2021-05-10virtio-gpu: move virgl process_cmdGerd Hoffmann1-0/+2
2021-05-10virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann1-1/+7
2021-05-10virtio-gpu: move virgl resetGerd Hoffmann1-0/+1
2021-05-10virtio-gpu: move virgl realize + propertiesGerd Hoffmann1-0/+1
2021-05-10virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann1-0/+7
2021-05-10virtio-gpu: handle partial maps properlyGerd Hoffmann1-1/+2
2021-03-15virtio-blk: Respect discard granularityAkihiko Odaki1-0/+1
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau1-1/+1
2021-02-04virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau1-0/+1
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau1-0/+3
2021-01-13vhost-user-fs: add the "bootindex" propertyLaszlo Ersek1-0/+1
2020-12-08failover: Remove primary_dev memberJuan Quintela1-1/+0
2020-12-08failover: We don't need to cache primary_device_id anymoreJuan Quintela1-1/+0
2020-12-08failover: Remove primary_device_dictJuan Quintela1-1/+0
2020-12-08failover: remove standby_id variableJuan Quintela1-1/+0
2020-12-08failover: Remove primary_device_optsJuan Quintela1-1/+0
2020-12-08failover: Rename bool to failover_primary_hiddenJuan Quintela1-1/+2
2020-12-08failover: primary bus is only used once, and where it is setJuan Quintela1-1/+0
2020-11-03vhost-blk: set features before setting inflight featureJin Yu1-0/+1