summaryrefslogtreecommitdiffstats
path: root/include/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* vhost-vdpa: map virtqueue notification area if possibleJason Wang2021-06-111-0/+6
* vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji2021-06-051-1/+0Star
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-06-041-0/+4
|\
| * virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2021-06-041-0/+4
* | virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy2021-05-271-0/+7
* | virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy2021-05-271-0/+15
* | virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy2021-05-271-0/+9
* | virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy2021-05-271-0/+3
* | virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy2021-05-271-1/+1
* | virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy2021-05-271-0/+8
* | virtio-gpu: Add udmabuf helpersVivek Kasireddy2021-05-271-0/+11
|/
* vhost-user-blk: Check that num-queues is supported by backendKevin Wolf2021-05-181-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-163-3/+6
|\
| * vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu2021-05-141-2/+0Star
| * hw/virtio: enable ioeventfd configuring for mmioPavel Dovgalyuk2021-05-141-0/+5
| * hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé2021-05-141-1/+1
* | virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann2021-05-101-2/+3
* | virtio-gpu: drop use_virgl_rendererGerd Hoffmann2021-05-101-1/+0Star
* | virtio-gpu: move update_cursor_dataGerd Hoffmann2021-05-101-0/+6
* | virtio-gpu: move virgl process_cmdGerd Hoffmann2021-05-101-0/+2
* | virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann2021-05-101-1/+7
* | virtio-gpu: move virgl resetGerd Hoffmann2021-05-101-0/+1
* | virtio-gpu: move virgl realize + propertiesGerd Hoffmann2021-05-101-0/+1
* | virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann2021-05-101-0/+7
* | virtio-gpu: handle partial maps properlyGerd Hoffmann2021-05-101-1/+2
|/
* virtio-blk: Respect discard granularityAkihiko Odaki2021-03-151-0/+1
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-041-1/+1
* virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau2021-02-041-0/+1
* vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau2021-02-041-0/+3
* vhost-user-fs: add the "bootindex" propertyLaszlo Ersek2021-01-131-0/+1
* failover: Remove primary_dev memberJuan Quintela2020-12-081-1/+0Star
* failover: We don't need to cache primary_device_id anymoreJuan Quintela2020-12-081-1/+0Star
* failover: Remove primary_device_dictJuan Quintela2020-12-081-1/+0Star
* failover: remove standby_id variableJuan Quintela2020-12-081-1/+0Star
* failover: Remove primary_device_optsJuan Quintela2020-12-081-1/+0Star
* failover: Rename bool to failover_primary_hiddenJuan Quintela2020-12-081-1/+2
* failover: primary bus is only used once, and where it is setJuan Quintela2020-12-081-1/+0Star
* 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-scsi: support inflight io trackLi Feng2020-09-301-0/+2
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200929-pull-request' ...Peter Maydell2020-09-291-0/+1
|\
| * virtio-gpu: set physical dimensions for EDIDMarc-André Lureau2020-09-291-0/+1
* | virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-291-0/+2
* | vhost: recheck dev state in the vhost_migration_log routineDima Stepanov2020-09-291-0/+10
* | vhost-vdpa: batch updating IOTLB mappingsJason Wang2020-09-291-0/+1
* | vhost: switch to use IOTLB v2 formatJason Wang2020-09-292-0/+3
|/
* virtio-blk: undo destructive iov_discard_*() operationsStefan Hajnoczi2020-09-231-0/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1820-74/+25Star