aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann1-2/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost5-20/+10
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost1-6/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost24-91/+64
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost24-62/+113
2020-08-28Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-0/+7
2020-08-27virtio-serial-bus: Move QOM macros to headerEduardo Habkost1-0/+5
2020-08-27vhost-user-gpu: Move QOM macro to headerEduardo Habkost1-0/+2
2020-08-27vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi1-0/+2
2020-08-27virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi1-0/+2
2020-08-27virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi1-0/+2
2020-08-27virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi1-0/+3
2020-07-27virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier1-0/+1
2020-07-22virtio: list legacy-capable devicesCornelia Huck1-0/+2
2020-07-22virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck1-10/+10
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-1/+141
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu3-1/+36
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger1-0/+2
2020-07-03vhost: introduce new VhostOps vhost_force_iommuCindy Lu1-0/+3
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu1-0/+4
2020-07-03vhost: introduce new VhostOps vhost_vq_get_addrCindy Lu1-0/+6
2020-07-03vhost: introduce new VhostOps vhost_dev_startCindy Lu1-0/+2
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang1-0/+4
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand1-0/+3
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand1-0/+5
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand1-0/+78
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