summaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)Author
2016-02-18vhost-user interrupt management fixesVictor Kaplansky
2016-02-16virtio: optimize virtio_access_is_big_endian() for little-endian targetsGreg Kurz
2016-02-16virtio: move cross-endian helper to vhostGreg Kurz
2016-02-16virtio-net: use the backend cross-endian capabilitiesGreg Kurz
2016-02-06virtio: introduce virtqueue_alloc_elementPaolo Bonzini
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann
2016-02-02virtio-scsi: Catch BDS-BB removal/insertionMax Reitz
2016-01-089pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu
2015-12-07virtio-blk: Drop x-data-plane optionFam Zheng
2015-12-02virtio: handle non-virtio-1-capable backend for ccwCornelia Huck
2015-12-02vhost: drop dead codeMichael S. Tsirkin
2015-11-12virtio-pci: fix 1.0 virtqueue migrationJason Wang
2015-10-29virtio: drop virtqueue_map_sgMichael S. Tsirkin
2015-10-29virtio: introduce virtio_mapMichael S. Tsirkin
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-22vhost: use a function for each callMarc-André Lureau
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau
2015-10-22vhost: alloc shareable logMarc-André Lureau
2015-10-22vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov
2015-10-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-10-12virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel
2015-10-08virtio-gpu: add 3d mode and virgl rendering support.Gerd Hoffmann
2015-10-01virtio: introduce virtqueue_discard()Jason Wang
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-25vhost-scsi: include linux/vhost.hMarc-André Lureau
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-08-13virtio-net: remove useless codesJason Wang
2015-08-05virtio: fix 1.0 virtqueue migrationJason Wang
2015-07-27virtio: get_features() can failJason Wang
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin
2015-07-27virtio: hide legacy features from modern guestsMichael S. Tsirkin
2015-07-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-07-20virtio-net: unbreak any layoutJason Wang
2015-07-17virtio-rng: trigger timer only when guest requests for entropyPankaj Gupta
2015-07-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-07-08virtio_net: reuse constants from linuxMichael S. Tsirkin
2015-07-07Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150707-1' into s...Peter Maydell
2015-07-07virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann
2015-07-03virtio-input: add input routing supportGerd Hoffmann