summaryrefslogtreecommitdiffstats
path: root/include/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* vdpa: Add custom IOTLB translations to SVQEugenio Pérez2022-03-151-0/+3
* vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez2022-03-151-0/+4
* virtio-iommu: Default to bypass during bootJean-Philippe Brucker2022-03-061-0/+1
* hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUESTViresh Kumar2022-03-041-0/+3
* vhost-user: fix VirtQ notifier cleanupXueming Li2022-03-041-0/+2
* vhost-user: remove VirtQ notifier restoreXueming Li2022-03-041-1/+0Star
* Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220114-pull-reques...Peter Maydell2022-01-141-2/+2
|\
| * edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé2022-01-131-2/+2
* | virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi2022-01-121-2/+2
* | virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi2022-01-121-1/+1
* | virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi2022-01-121-2/+1Star
|/
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-3/+0Star
* Revert "vhost: introduce new VhostOps vhost_set_config_call"Michael S. Tsirkin2022-01-101-3/+0Star
* Revert "virtio: add support for configure interrupt"Michael S. Tsirkin2022-01-101-4/+0Star
* Revert "vhost: add support for configure interrupt"Michael S. Tsirkin2022-01-101-4/+0Star
* virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2022-01-081-0/+8
* virtio-mem: Support "prealloc=on" optionDavid Hildenbrand2022-01-081-0/+4
* vhost: add support for configure interruptCindy Lu2022-01-061-0/+4
* virtio: add support for configure interruptCindy Lu2022-01-061-0/+4
* vhost: introduce new VhostOps vhost_set_config_callCindy Lu2022-01-061-0/+3
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-0/+3
* virtio-gpu: do not byteswap paddingPaolo Bonzini2021-12-101-1/+0Star
* vhost: Rename last_index to vq_index_endEugenio Pérez2021-11-111-2/+2
* virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim2021-11-051-2/+3
* virtio-mem: Drop precopy notifierDavid Hildenbrand2021-11-011-3/+0Star
* virtio-net: vhost control virtqueue supportJason Wang2021-10-201-0/+1
* vhost: record the last virtqueue index for the virtio deviceJason Wang2021-10-201-0/+2
* virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2021-10-201-2/+2
* vhost-vdpa: classify one time requestJason Wang2021-10-201-0/+1
* vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier2021-10-201-0/+33
* virtio-iommu: Drop base_name and change generic_nameEric Auger2021-10-201-1/+1
* vdpa: Check for iova range at mappings changesEugenio Pérez2021-10-201-0/+2
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-1/+2
* virtio-net: Store failover primary opts pointer locallyKevin Wolf2021-10-151-0/+1
* vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2021-10-052-3/+5
* vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella2021-10-051-0/+3
* vhost: use unsigned int for nvqsJason Wang2021-09-041-1/+1
* virtio-bus: introduce iommu_enabled()Jason Wang2021-09-041-1/+3
* hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu2021-09-042-6/+4Star
* vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez2021-09-041-0/+1
* hw/display: fix virgl reset regressionMarc-André Lureau2021-07-221-0/+1
* hw/virtio: add boilerplate for vhost-user-i2c deviceViresh Kumar2021-07-161-0/+28
* virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand2021-07-081-0/+3
* vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-302-3/+3
* vhost: Distinguish errors in vhost_backend_init()Kevin Wolf2021-06-301-1/+2
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-1/+1
* 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