aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)Author
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger
2020-07-03vhost: introduce new VhostOps vhost_force_iommuCindy Lu
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu
2020-07-03vhost: introduce new VhostOps vhost_vq_get_addrCindy Lu
2020-07-03vhost: introduce new VhostOps vhost_dev_startCindy Lu
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand
2020-06-18Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2020-06-18virtio-net: reference implementation of hash reportYuri Benditovich
2020-06-18virtio-net: implement RX RSS processingYuri Benditovich
2020-06-18virtio-net: implement RSS configuration commandYuri Benditovich
2020-06-17virtio-blk: On restart, process queued requests in the proper contextSergio Lopez
2020-06-17virtio-blk: Refactor the code that processes queued requestsSergio Lopez
2020-06-12virtio: add vhost-user-vsock base deviceStefano Garzarella
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz
2020-06-09virtio-balloon: Provide an interface for free page reportingAlexander Duyck
2020-06-09virtio-balloon: Implement support for page poison reporting featureAlexander Duyck
2020-03-29fix vhost_user_blk_watch crashLi Feng
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger
2020-02-27virtio-iommu: Add skeletonEric Auger
2020-02-25vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin
2019-12-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev
2019-12-13vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi
2019-10-29net/virtio: add failover supportJens Freimann
2019-10-29Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2019-10-29virtio-net: prevent offloads reset on migrationMikhail Sennikovsky
2019-10-29virtio: new post_load hookMichael S. Tsirkin
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-10-28include: Move endof() up from hw/virtio/virtio.hMax Reitz
2019-10-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi
2019-10-25virtio: add property to enable packed virtqueueJason Wang
2019-10-25virtio: basic packed virtqueue supportJason Wang
2019-10-22hw/virtio: Factorize virtio-mmio headersSergio Lopez
2019-10-05virtio: add vhost-user-fs base deviceDr. David Alan Gilbert