aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2019-02-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-2/+19
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella1-0/+2
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella1-0/+1
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella1-0/+15
2019-02-22virtio-blk: add host_features field in VirtIOBlockStefano Garzarella1-2/+1
2019-02-22display/virtio: add edid support.Gerd Hoffmann1-0/+5
2019-02-22virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau1-1/+0
2019-02-22virtio-gpu: block both 2d and 3d renderingMarc-André Lureau1-1/+0
2019-02-22virtio-gpu: remove unused config_sizeMarc-André Lureau1-2/+0
2019-02-22virtio-gpu: remove unused qdevMarc-André Lureau1-1/+0
2019-01-24virtio-net: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2019-01-22virtio-net: Fix VirtIONet typedef redefinitionPhilippe Mathieu-Daudé1-3/+2
2019-01-17virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich1-0/+83
2018-09-03virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann1-2/+4
2018-08-30Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann1-1/+0
2018-08-30virtio-vga: fix resetGerd Hoffmann1-0/+1
2018-08-23vhost-user-scsi: move host_features into VHostSCSICommonGreg Edwards2-1/+1
2018-08-07virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau1-0/+1
2018-07-02hw/virtio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-26virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 definePeter Maydell1-5/+0
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-1/+36
2018-06-01vhost-blk: turn on pre-defined RO feature bitChangpeng Liu1-1/+0
2018-06-01virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhereAlex Williamson1-0/+6
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-24vhost-user: support registering external host notifiersTiwei Bie1-0/+8
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie3-0/+24
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie1-0/+4
2018-05-23virtio: support setting memory region based host notifierTiwei Bie2-0/+4
2018-05-20trivial: Do not include pci.h if it is not necessaryThomas Huth2-2/+0
2018-03-13virtio-net: add linkspeed and duplex settings to virtio-netJason Baron1-0/+3
2018-03-13virtio-net: use 64-bit values for feature flagsJason Baron1-1/+1
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei1-0/+8
2018-03-01cryptodev: add vhost supportGonglei1-0/+1
2018-02-26virtio-gpu-3d: add support for second capability set (v4)Dave Airlie1-1/+1
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-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer1-0/+2
2018-01-18vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu1-0/+41
2018-01-18vhost-user: add new vhost user messages to support virtio config spaceChangpeng Liu2-0/+27
2017-12-19virtio-blk: make queue size configurableMark Kanda1-0/+1
2017-12-01virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin1-0/+1
2017-09-29virtio-input: send rel-wheel events for wheel buttonsGerd Hoffmann1-0/+1
2017-09-27migration: Route more error pathsDr. David Alan Gilbert1-1/+1
2017-09-21virtio-serial: add enable_backend callbackPavel Butsykin1-0/+3
2017-09-19virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set.Richard W.M. Jones1-1/+1
2017-07-03virtio-net: enable configurable tx queue sizeWei Wang1-0/+1
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi2-0/+37
2017-06-02vhost: rework IOTLB messagingMaxime Coquelin1-8/+15
2017-06-02vhost: propagate errors in vhost_device_iotlb_miss()Maxime Coquelin1-1/+1
2017-05-25virtio_net: Bypass backends for MTU feature negotiationMaxime Coquelin2-0/+2