aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+16
2020-06-18virtio-net: reference implementation of hash reportYuri Benditovich1-0/+2
2020-06-18virtio-net: implement RX RSS processingYuri Benditovich1-0/+1
2020-06-18virtio-net: implement RSS configuration commandYuri Benditovich1-0/+13
2020-06-17virtio-blk: On restart, process queued requests in the proper contextSergio Lopez1-1/+1
2020-06-17virtio-blk: Refactor the code that processes queued requestsSergio Lopez1-0/+1
2020-06-12virtio: add vhost-user-vsock base deviceStefano Garzarella1-0/+36
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella2-9/+49
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz1-0/+1
2020-06-09virtio-balloon: Provide an interface for free page reportingAlexander Duyck1-1/+1
2020-06-09virtio-balloon: Implement support for page poison reporting featureAlexander Duyck1-0/+1
2020-03-29fix vhost_user_blk_watch crashLi Feng1-1/+0
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger1-0/+1
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger1-0/+3
2020-02-27virtio-iommu: Add skeletonEric Auger1-0/+57
2020-02-25vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan1-1/+2
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan1-0/+2
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan1-0/+2
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov2-0/+2
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi1-0/+1
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth1-0/+15
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin1-0/+2
2019-12-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+1
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-0/+1
2019-12-13vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau1-1/+0
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi1-0/+1
2019-10-29net/virtio: add failover supportJens Freimann2-0/+13
2019-10-29Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-0/+8
2019-10-29virtio-net: prevent offloads reset on migrationMikhail Sennikovsky1-0/+2
2019-10-29virtio: new post_load hookMichael S. Tsirkin1-0/+6
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell1-7/+0
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-5/+10
2019-10-28include: Move endof() up from hw/virtio/virtio.hMax Reitz1-7/+0
2019-10-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi1-1/+0
2019-10-25virtio: add property to enable packed virtqueueJason Wang1-1/+3
2019-10-25virtio: basic packed virtqueue supportJason Wang1-3/+7
2019-10-22hw/virtio: Factorize virtio-mmio headersSergio Lopez1-0/+73
2019-10-05virtio: add vhost-user-fs base deviceDr. David Alan Gilbert1-0/+45
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster1-2/+0
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-1/+0
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster7-7/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-0/+1
2019-08-16include: Make headers more self-containedMarkus Armbruster3-0/+3
2019-07-25virtio-balloon: Use temporary PBP onlyDavid Hildenbrand1-3/+0