summaryrefslogtreecommitdiffstats
path: root/include/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* vhost-scsi: support inflight io trackLi Feng2020-09-301-0/+2
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200929-pull-request' ...Peter Maydell2020-09-291-0/+1
|\
| * virtio-gpu: set physical dimensions for EDIDMarc-André Lureau2020-09-291-0/+1
* | virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-291-0/+2
* | vhost: recheck dev state in the vhost_migration_log routineDima Stepanov2020-09-291-0/+10
* | vhost-vdpa: batch updating IOTLB mappingsJason Wang2020-09-291-0/+1
* | vhost: switch to use IOTLB v2 formatJason Wang2020-09-292-0/+3
|/
* virtio-blk: undo destructive iov_discard_*() operationsStefan Hajnoczi2020-09-231-0/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1820-74/+25Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-185-5/+5
* virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann2020-09-151-2/+1Star
* 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