summaryrefslogtreecommitdiffstats
path: root/include/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-095-20/+10Star
* Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost2020-09-091-6/+3Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0924-91/+64Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-0924-62/+113
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-08-282-0/+7
|\
| * virtio-serial-bus: Move QOM macros to headerEduardo Habkost2020-08-271-0/+5
| * vhost-user-gpu: Move QOM macro to headerEduardo Habkost2020-08-271-0/+2
* | vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-271-0/+2
* | virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-271-0/+2
* | virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi2020-08-271-0/+2
* | virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi2020-08-271-0/+3
|/
* virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier2020-07-271-0/+1
* virtio: list legacy-capable devicesCornelia Huck2020-07-221-0/+2
* virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck2020-07-221-10/+10
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-075-1/+141
|\
| * vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-073-1/+36
| * vhost: introduce new VhostOps vhost_force_iommuCindy Lu2020-07-031-0/+3
| * vhost: implement vhost_vq_get_addr methodCindy Lu2020-07-031-0/+4
| * vhost: introduce new VhostOps vhost_vq_get_addrCindy Lu2020-07-031-0/+6
| * vhost: introduce new VhostOps vhost_dev_startCindy Lu2020-07-031-0/+2
| * virtio-bus: introduce queue_enabled methodJason Wang2020-07-031-0/+4
| * virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand2020-07-031-0/+3
| * virtio-mem: Allow notifiers for size changesDavid Hildenbrand2020-07-031-0/+5
| * virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand2020-07-031-0/+78
* | virtio-iommu: Implement RESV_MEM probe requestEric Auger2020-07-031-0/+2
|/
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2020-06-181-0/+16
|\
| * virtio-net: reference implementation of hash reportYuri Benditovich2020-06-181-0/+2
| * virtio-net: implement RX RSS processingYuri Benditovich2020-06-181-0/+1
| * virtio-net: implement RSS configuration commandYuri Benditovich2020-06-181-0/+13
* | virtio-blk: On restart, process queued requests in the proper contextSergio Lopez2020-06-171-1/+1
* | virtio-blk: Refactor the code that processes queued requestsSergio Lopez2020-06-171-0/+1
|/
* virtio: add vhost-user-vsock base deviceStefano Garzarella2020-06-121-0/+36
* vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella2020-06-122-9/+49
* Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz2020-06-121-0/+1
* virtio-balloon: Provide an interface for free page reportingAlexander Duyck2020-06-091-1/+1
* virtio-balloon: Implement support for page poison reporting featureAlexander Duyck2020-06-091-0/+1
* fix vhost_user_blk_watch crashLi Feng2020-03-291-1/+0Star
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* virtio-iommu-pci: Add virtio iommu pci supportEric Auger2020-02-271-0/+1
* virtio-iommu: Implement attach/detach commandEric Auger2020-02-271-0/+3
* virtio-iommu: Add skeletonEric Auger2020-02-271-0/+57
* vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan2020-02-251-1/+2
* vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan2020-02-251-0/+2
* vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan2020-01-221-0/+2
* virtio: make seg_max virtqueue size dependentDenis Plotnikov2020-01-062-0/+2
* virtio: don't enable notifications during pollingStefan Hajnoczi2020-01-051-0/+1
* virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth2020-01-051-0/+15
* virtio: add ability to delete vq through a pointerMichael S. Tsirkin2020-01-051-0/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-12-131-0/+1
|\
| * virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-131-0/+1