aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220114-pull-reques...Peter Maydell1-2/+2
2022-01-13edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé1-2/+2
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi1-2/+2
2022-01-12virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi1-1/+1
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi1-2/+1
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin1-3/+0
2022-01-10Revert "vhost: introduce new VhostOps vhost_set_config_call"Michael S. Tsirkin1-3/+0
2022-01-10Revert "virtio: add support for configure interrupt"Michael S. Tsirkin1-4/+0
2022-01-10Revert "vhost: add support for configure interrupt"Michael S. Tsirkin1-4/+0
2022-01-07virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand1-0/+8
2022-01-07virtio-mem: Support "prealloc=on" optionDavid Hildenbrand1-0/+4
2022-01-06vhost: add support for configure interruptCindy Lu1-0/+4
2022-01-06virtio: add support for configure interruptCindy Lu1-0/+4
2022-01-06vhost: introduce new VhostOps vhost_set_config_callCindy Lu1-0/+3
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu1-0/+3
2021-12-10virtio-gpu: do not byteswap paddingPaolo Bonzini1-1/+0
2021-11-11vhost: Rename last_index to vq_index_endEugenio Pérez1-2/+2
2021-11-05virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim1-2/+3
2021-11-01virtio-mem: Drop precopy notifierDavid Hildenbrand1-3/+0
2021-10-20virtio-net: vhost control virtqueue supportJason Wang1-0/+1
2021-10-20vhost: record the last virtqueue index for the virtio deviceJason Wang1-0/+2
2021-10-20virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang1-2/+2
2021-10-20vhost-vdpa: classify one time requestJason Wang1-0/+1
2021-10-20vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier1-0/+33
2021-10-20virtio-iommu: Drop base_name and change generic_nameEric Auger1-1/+1
2021-10-20vdpa: Check for iova range at mappings changesEugenio Pérez1-0/+2
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf1-1/+2
2021-10-15virtio-net: Store failover primary opts pointer locallyKevin Wolf1-0/+1
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