aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-09-30vhost-scsi: support inflight io trackLi Feng1-0/+2
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-29Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200929-pull-request' ...Peter Maydell1-0/+1
2020-09-29virtio-gpu: set physical dimensions for EDIDMarc-André Lureau1-0/+1
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella1-0/+2
2020-09-29vhost: recheck dev state in the vhost_migration_log routineDima Stepanov1-0/+10
2020-09-29vhost-vdpa: batch updating IOTLB mappingsJason Wang1-0/+1
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang2-0/+3
2020-09-23virtio-blk: undo destructive iov_discard_*() operationsStefan Hajnoczi1-0/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost20-74/+25
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost5-5/+5
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